Skip to content

Update mongoengine requirement from >=0.29.1 to >=0.29.3#168

Open
dependabot[bot] wants to merge 1 commit into
mainfrom
dependabot/pip/mongoengine-gte-0.29.3
Open

Update mongoengine requirement from >=0.29.1 to >=0.29.3#168
dependabot[bot] wants to merge 1 commit into
mainfrom
dependabot/pip/mongoengine-gte-0.29.3

Conversation

@dependabot
Copy link
Copy Markdown
Contributor

@dependabot dependabot Bot commented on behalf of github May 19, 2026

Updates the requirements on mongoengine to permit the latest version.

Changelog

Sourced from mongoengine's changelog.

Changes in 0.29.3

  • Remove mentions of mongoengine[dot]org has we no longer own it #2905

Changes in 0.29.2

  • fixes relted with

Changes in 0.29.1

  • Add support for freshly released pymongo 4.9 #2849

Changes in 0.29.0

  • Fix weakref in EmbeddedDocumentListField (causing brief mem leak in certain circumstances) #2827
  • Fix pillow deprecation warning related with LANCZOS filter #2824
  • Allow gt/gte/lt/lte/ne operators to be used with a list as value on ListField #2813
  • Switch tox to use pytest instead of legacy python setup.py test #2804
  • Add support for timeseries collection #2661
  • Add support in tests for MongoDB 7.0, pymongo 4.7 and pymongo 4.8 in the CI #2826
  • Add support for array_filters in Queryset.modify #2811
  • Integrate a docker-compose setup for local testing #2555
  • improve ReferenceField wrong usage detection
  • Fix no_dereference thread-safetyness #2830
  • BREAKING CHANGE: max_length in ListField is now keyword only on ListField signature
  • BREAKING CHANGE: Force field argument of ListField/DictField to be a field instance (e.g ListField(StringField()) instead of ListField(StringField)

Changes in 0.28.2

  • Fix typing import incompatible with Pymongo 3.7 #2802

Changes in 0.28.1

  • Fix bug related with recent updates to no_dereference context manager #2799

Changes in 0.28.0

  • Fix for uuidRepresentation not read when provided in URI #2741
  • Add option to user array_filters https://www.mongodb.com/docs/manual/reference/operator/update/positional-filtered/ #2769
  • Fix combination of raw and mongoengine syntax #2773
  • Add tests against MongoDB 6.0 and MongoDB 7.0 in the pipeline
  • Fix validate() not being called when inheritance is used in EmbeddedDocument and validate is overriden #2784
  • Add support for readPreferenceTags in connection parameters #2644
  • Use estimated_documents_count OR documents_count when count is called, based on the query #2529
  • Fix no_dereference context manager which wasn't turning off auto-dereferencing correctly in some cases #2788
  • BREAKING CHANGE: no_dereference context manager no longer returns the class in enter #2788 as it was useless and making it look like it was returning a different class although it was the same. Thus, it must be called like with no_dereference(User): and no longer with no_dereference(User) as ...:
  • Added raw to :meth:~mongoengine.Queryset.order_by() to allow to provide raw pymongo 'sort' argument and get around some of the limitations #2783
  • Add text_score argument on :meth:~mongoengine.Document.search_text() to allow text_score computation to be turned off

... (truncated)

Commits

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 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 [mongoengine](https://github.com/MongoEngine/mongoengine) to permit the latest version.
- [Release notes](https://github.com/MongoEngine/mongoengine/releases)
- [Changelog](https://github.com/MongoEngine/mongoengine/blob/v0.29.3/docs/changelog.rst)
- [Commits](MongoEngine/mongoengine@v0.29.1...v0.29.3)

---
updated-dependencies:
- dependency-name: mongoengine
  dependency-version: 0.29.3
  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 May 19, 2026
@dependabot dependabot Bot requested a review from a team as a code owner May 19, 2026 06:01
@dependabot dependabot Bot added dependencies Pull requests that update a dependency file python Pull requests that update python code labels May 19, 2026
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.

0 participants