Skip to content

Conversation

@renovate
Copy link
Contributor

@renovate renovate bot commented Jul 21, 2025

This PR contains the following updates:

Package Change Age Confidence
beanie <2.0.0,>=1.21.0 -> <2.1.0,>=2.0.1 age confidence

Release Notes

BeanieODM/beanie (beanie)

v2.0.1

Compare Source

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

v2.0.0

Compare Source

Breaking

This release moves away from Motor in favor of the PyMongo Async API.
As a consequence of this, some Beanie internal fields and method names have been renamed to remove references to Motor.
If you have used the Motor API in your project, please check the official Motor to PyMongo Async migration guide to see what has changed and how to update your code.
Lastly, please check the updated Beanie documentation as well.

Beanie API changes
Document

Document.get_motor_collection()Document.get_pymongo_collection()
Document.get_settings().motor_dbDocument.get_settings().pymongo_db
Document.get_settings().motor_collectionDocument.get_settings().pymongo_collection

Union Document

UnionDocument.get_motor_collection()UnionDocument.get_pymongo_collection()
UnionDocument.get_settings().motor_dbUnionDocument.get_settings().pymongo_db
UnionDocument.get_settings().motor_collectionUnionDocument.get_settings().pymongo_collection

Views

View.aggregate(...).motor_cursorView.aggregate(...).get_cursor()
View.get_settings().motor_dbView.get_settings().pymongo_db
View.get_settings().motor_collectionView.get_settings().pymongo_collection

Queries

DocumentModel.aggregate(...).motor_cursorDocumentModel.aggregate(...).get_cursor()
DocumentModel.find(...).aggregate(...).motor_cursorDocumentModel.find(...).aggregate(...).get_cursor()

Fields

IndexModelField.from_motor_index_information()IndexModelField.from_pymongo_index_information()

Initializer

multiprocessing_mode attribute was removed from the Initializer class and as a parameter to init_beanie().

What's Changed

New Contributors

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

v1.30.0

Compare Source

Breaking

This release drops support for Python 3.8.

What's Changed

New Contributors

Full Changelog: BeanieODM/beanie@1.29.0...1.30.0

v1.29.0

Compare Source

Note

This release fixes a regression introduced in Version 1.28.0 that caused errors with the generated JSON Schema. Shout-out to @​staticxterm for helping us resolve the issue.

What's Changed

New Contributors

Full Changelog: BeanieODM/beanie@1.28.0...1.29.0


Configuration

📅 Schedule: Branch creation - Between 12:00 AM and 03:59 AM ( * 0-3 * * * ) (UTC), Automerge - Between 12:00 AM and 03:59 AM ( * 0-3 * * * ) (UTC).

🚦 Automerge: Disabled by config. Please merge this manually once you are satisfied.

Rebasing: Whenever PR becomes conflicted, or you tick the rebase/retry checkbox.

🔕 Ignore: Close this PR and you won't be reminded about this update again.


  • If you want to rebase/retry this PR, check this box

This PR was generated by Mend Renovate. View the repository job log.

@renovate renovate bot assigned bkis Jul 21, 2025
@renovate renovate bot requested a review from bkis July 21, 2025 01:02
@renovate
Copy link
Contributor Author

renovate bot commented Jul 21, 2025

⚠️ Artifact update problem

Renovate failed to update an artifact related to this branch. You probably do not want to merge this PR as-is.

♻ Renovate will retry this branch, including artifacts, only when one of the following happens:

  • any of the package files in this branch needs updating, or
  • the branch becomes conflicted, or
  • you click the rebase/retry checkbox if found above, or
  • you rename this PR's title to start with "rebase!" to trigger it manually

The artifact failure details are included below:

File name: Tekst-API/uv.lock
Command failed: uv lock --upgrade-package beanie
Using CPython 3.13.9 interpreter at: /opt/containerbase/tools/python/3.13.9/bin/python3
  × No solution found when resolving dependencies:
  ╰─▶ Because only fastapi-users-db-beanie<=4.0.0 is available and
      fastapi-users-db-beanie==4.0.0 depends on beanie>=1.11.0,<2.0.0,
      we can conclude that fastapi-users-db-beanie>=4.0.0 depends on
      beanie>=1.11.0,<2.0.0.
      And because fastapi-users[beanie]==15.0.1 depends on
      fastapi-users-db-beanie>=4.0.0 and only fastapi-users[beanie]<=15.0.1 is
      available, we can conclude that fastapi-users[beanie]>=15.0.1 depends on
      beanie>=1.11.0,<2.0.0.
      And because your project depends on beanie>=2.0.1 and
      fastapi-users[beanie]>=15.0.1, we can conclude that your project's
      requirements are unsatisfiable.

@renovate renovate bot force-pushed the renovate/beanie-2.x branch from 9fc983c to a9244ee Compare July 21, 2025 22:33
@renovate renovate bot force-pushed the renovate/beanie-2.x branch 2 times, most recently from 6e13ec4 to 47203e7 Compare August 13, 2025 16:06
@renovate renovate bot force-pushed the renovate/beanie-2.x branch 2 times, most recently from 1948a3b to cd6df0d Compare August 24, 2025 12:35
@renovate renovate bot force-pushed the renovate/beanie-2.x branch from cd6df0d to cc1a0a2 Compare August 31, 2025 12:56
@bkis
Copy link
Member

bkis commented Sep 9, 2025

Let's see what this brings...

@renovate renovate bot force-pushed the renovate/beanie-2.x branch 2 times, most recently from d9dd3f3 to de602a3 Compare October 27, 2025 08:28
@renovate renovate bot force-pushed the renovate/beanie-2.x branch from de602a3 to cc563ae Compare November 11, 2025 01:58
@renovate renovate bot force-pushed the renovate/beanie-2.x branch from cc563ae to 340b502 Compare November 18, 2025 14:40
@renovate renovate bot force-pushed the renovate/beanie-2.x branch from 340b502 to 0c292af Compare November 20, 2025 21:13
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants