Skip to content

Conversation

dependabot[bot]
Copy link
Contributor

@dependabot dependabot bot commented on behalf of github Sep 22, 2025

Bumps meilisearch from 0.28.2 to 0.37.0.

Release notes

Sourced from meilisearch's releases.

v0.37.0 🐍

🚀 Enhancements

⚙️ Maintenance/misc

Thanks again to @​EazyAl, @​Strift, @​brunoocasali, @​curquiza ! 🎉

v0.36.0 🐍

⚠️ Breaking changes

  • Fix Document model: bad test, attribute bug, and field cleanup (#1113) @​nnethercott

    🛠 migration path

    What changed?

    • The internal __doc field in Document has been removed to avoid data duplication.
    • Document.__getattr__ now correctly returns attribute values rather than the attribute name itself.

    Impact

    • Code relying on internal access to document._Document__doc (e.g. through iterators) will break.
    • Behavior of doc.getattr("field") is now consistent and correct.

    What you need to do:

    • If you were manually accessing document._Document__doc, switch to using direct attribute access or casting with dict(doc).

    example updated usage

    doc = index.get_document("foo")
    doc_dict = dict(doc) 
    doc_dict.pop("_Document__doc")  # ❌ Not needed anymore
  • Refactor TaskResults, IndexStats (#1066) @​ellnix (⚠️ this potentially have a breaking-change)

🚀 Enhancements

⚙️ Maintenance/misc

Thanks again to @​MuddyHope, @​brunoocasali, @​ellnix, @​nnethercott, @​thicolares! 🎉

... (truncated)

Commits
  • d79f4ab Merge pull request #1136 from meilisearch/update-version-v0.37.0
  • 3ae877f Update version for the next release (v0.37.0) in version.py
  • 07e6ab7 Merge pull request #1133 from EazyAl/development
  • e67675f Merge pull request #1131 from meilisearch/remove-bors
  • 6ce0850 make pylint happy
  • dd4626a fix black and pylint
  • 3b94b75 Fixed black and lint issues, resolved CodeRabbit suggestions
  • ca0b059 import fixes
  • 38687f3 improved formatting for integration workflow
  • 5577004 implemented chat completion and chat workspace methods with docstrings and tests
  • Additional commits viewable in compare view

Dependabot compatibility score

You can trigger a rebase of this PR by commenting @dependabot rebase.


Dependabot commands and options

You can trigger Dependabot actions by commenting on this PR:

  • @dependabot rebase will rebase this PR
  • @dependabot recreate will recreate this PR, overwriting any edits that have been made to it
  • @dependabot merge will merge this PR after your CI passes on it
  • @dependabot squash and merge will squash and merge this PR after your CI passes on it
  • @dependabot cancel merge will cancel a previously requested merge and block automerging
  • @dependabot reopen will reopen this PR if it is closed
  • @dependabot close will close this PR and stop Dependabot recreating it. You can achieve the same result by closing it manually
  • @dependabot show <dependency name> ignore conditions will show all of the ignore conditions of the specified dependency
  • @dependabot ignore this major version will close this PR and stop Dependabot creating any more for this major version (unless you reopen the PR or upgrade to it yourself)
  • @dependabot ignore this minor version will close this PR and stop Dependabot creating any more for this minor version (unless you reopen the PR or upgrade to it yourself)
  • @dependabot ignore this dependency will close this PR and stop Dependabot creating any more for this dependency (unless you reopen the PR or upgrade to it yourself)

Bumps [meilisearch](https://github.com/meilisearch/meilisearch-python) from 0.28.2 to 0.37.0.
- [Release notes](https://github.com/meilisearch/meilisearch-python/releases)
- [Commits](meilisearch/meilisearch-python@v0.28.2...v0.37.0)

---
updated-dependencies:
- dependency-name: meilisearch
  dependency-version: 0.37.0
  dependency-type: direct:production
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <support@github.com>
@dependabot dependabot bot added the dependencies Pull requests that update a dependency file label Sep 22, 2025
Copy link

coderabbitai bot commented Sep 22, 2025

Important

Review skipped

Bot user detected.

To trigger a single review, invoke the @coderabbitai review command.

You can disable this status message by setting the reviews.review_status to false in the CodeRabbit configuration file.


Comment @coderabbitai help to get the list of available commands and usage tips.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

dependencies Pull requests that update a dependency file

Projects

None yet

Development

Successfully merging this pull request may close these issues.

0 participants