Skip to content

Conversation

@dependabot
Copy link
Contributor

@dependabot dependabot bot commented on behalf of github Nov 21, 2025

Updates the requirements on beanie to permit the latest version.

Release notes

Sourced from beanie's releases.

2.0.1

Note

This release specifies and limits the last major supported version of Python to 3.13. No version of Beanie is yet compatible with Python 3.14 and above.

What's Changed

New Contributors

Full Changelog: BeanieODM/beanie@2.0.0...2.0.1

Changelog

Sourced from beanie's changelog.

2.0.1 - 2025-11-17

Fix: exclude pymongo 4.15.0 due to a known issue

Bump lazy-model

Fix: incomplete type hint for regex pattern

Fix return types of min and max methods

Handle aggregation method on the whole collection

Fix: preserve fetch_links across chained find() and find_one()

Fix: pydantic "exclude" option is not working #756

Fix pydanticdeprecatedsince211: accessing the 'model_fields' attribute on the instance is deprecated

2.0.0 - 2025-07-09

Transform asyncdocmethod[doctype, p, r] into any to fix "incorrect call arguments" warning in pycharm

Fix typos in migrations docs

Motor -> async pymongo

[1.30.0] - 2025-06-10

Docs: update backlink usage of original_field for pydantic v2

Fix: first_or_none no longer mutates findmany object (#1116)

Migration finder skips modules starting with underscore

... (truncated)

Commits
  • b090d6c Version/2.0.1 (#1245)
  • 1074907 Merge pull request #1150 from gsakkis/fix_model_fields_deprecation_warning
  • 6528764 Fix PydanticDeprecatedSince211: Accessing the 'model_fields' attribute on the...
  • dcf5f55 fix: exclude pymongo 4.15.0 due to a known issue (#1225)
  • 415c319 fix: incomplete type hint for Regex pattern (#1209)
  • 112710c bump lazy-model (#1218)
  • b2f3fda fix: Pydantic "exclude" option is not working #756 (#1154)
  • 68ca070 Fix return types of min and max methods (#1204)
  • d31a372 fix: preserve fetch_links across chained find() and find_one() (#1184)
  • 384e6be handle aggregation method on the whole collection (#1203)
  • Additional commits viewable in compare view

Dependabot will resolve any conflicts with this PR as long as you don't alter it yourself. You can also trigger a rebase manually 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)

Updates the requirements on [beanie](https://github.com/BeanieODM/beanie) to permit the latest version.
- [Release notes](https://github.com/BeanieODM/beanie/releases)
- [Changelog](https://github.com/BeanieODM/beanie/blob/main/docs/changelog.md)
- [Commits](BeanieODM/beanie@1.30.0...2.0.1)

---
updated-dependencies:
- dependency-name: beanie
  dependency-version: 2.0.1
  dependency-type: direct:production
...

Signed-off-by: dependabot[bot] <support@github.com>
@dependabot dependabot bot added dependencies Pull requests that update a dependency file python Pull requests that update Python code labels Nov 21, 2025
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 python Pull requests that update Python code

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant