Update dependency beanie to v1.29.0 #615
Open
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
This PR contains the following updates:
1.26.0
->1.29.0
Release Notes
roman-right/beanie (beanie)
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
Owner
model missing ininit_beanie
in Inheritance documentation's Inserts example by @ksayer in https://github.com/BeanieODM/beanie/pull/1090diacritic_sensitive
parameter optional to support $text operator on Cosmos DB by @mykolaskrynnyk in https://github.com/BeanieODM/beanie/pull/1089New Contributors
Full Changelog: BeanieODM/beanie@1.28.0...1.29.0
v1.28.0
Compare Source
Breaking
Drops support for Python 3.7
What's Changed
find_many_in_all
method by @vasuman in https://github.com/BeanieODM/beanie/pull/1068New Contributors
Full Changelog: BeanieODM/beanie@1.27.0...1.28.0
v1.27.0
Compare Source
This is Beanie's first-ever community release! A big thanks to @roman-right and all the other contributors who made this possible!
What's Changed
Add tests on all major mongo version
Fix return type from document update
Fix expression type hint not allowing some type https://github.com/beanieodm/beanie/issues/1020
Fix type hint using pymongo client session instead of motor client session
Fix logical operator typing #1000
Use session in document insert
Use sequence instead of list in init_beanie
Replace deprecated datetime.utcnow with datetime.now
Fix uniondoc type hint missing in init_beanie and on findinterface
Add test to ensure dict with enum keys are encoded properly
Project publishing instruction + changelog generation script
Revert project publishing gh action
Extend motor option to beanie
Fix regex storing
Remove links to ko-fi from the project
Fix typo in source code comment in inheritance.md
Fix gh action to grant permissions and use tags
Fix: example of find by id and link to finding-documents
Fix incorrect type serialization when dumping to python
Use ruff format instead of black
Gh action: set new version and publish on push
Feature / fix: allow settings to be inherited and extended (fixes #644)
Fix: issue #951
Allow unordered parameter on bulkwriter
Fix: set default value in findinterface._inheritance_inited to avoid …
Fix example in multi-model.md
Add missing type signature to
basefindcomparisonoperator
constructorRemoved calls to function causing deprecation warning where possible
Update migrations.md
New Contributors
Full Changelog: BeanieODM/beanie@1.26.0...1.27.0
Configuration
📅 Schedule: Branch creation - At any time (no schedule defined), Automerge - At any time (no schedule defined).
🚦 Automerge: Disabled by config. Please merge this manually once you are satisfied.
♻ Rebasing: Whenever PR is behind base branch, or you tick the rebase/retry checkbox.
🔕 Ignore: Close this PR and you won't be reminded about this update again.
This PR was generated by Mend Renovate. View the repository job log.