Bump pymongo from 4.13.2 to 4.14.0
Type: Pull Request
State: Closed
Association: None
Comments: 1
(10 months ago)
(10 months ago)
(10 months ago)
dependencies python
AlekSi
Bumps pymongo from 4.13.2 to 4.14.0.
Release notes
Sourced from pymongo's releases.
PyMongo 4.14.0
Community notes: https://www.mongodb.com/community/forums/t/pymongo-4-14-released/326906
Changelog
Sourced from pymongo's changelog.
Changes in Version 4.14.0 (2025/08/06)
.. warning:: PyMongo 4.14 drops support for MongoDB 4.0. PyMongo now supports MongoDB 4.2+.
PyMongo 4.14 brings a number of changes including:
Dropped support for MongoDB 4.0.
Added preliminary support for Python 3.14 and 3.14 with free-threading. We do not yet support the following with Python 3.14:
- Subinterpreters (
concurrent.interpreters)- Free-threading with Encryption
- mod_wsgi
Removed experimental support for free-threading support in Python 3.13.
Added :attr:
bson.codec_options.TypeRegistry.codecsand :attr:bson.codec_options.TypeRegistry.fallback_encoderproperties to allow users to directly access the type codecs and fallback encoder for a given :class:bson.codec_options.TypeRegistry.Added :meth:
pymongo.asynchronous.mongo_client.AsyncMongoClient.append_metadataand :meth:pymongo.mongo_client.MongoClient.append_metadatato allow instantiated MongoClients to send client metadata on-demandImproved performance of selecting a server with the Primary selector.
Introduces a minor breaking change. When encoding :class:
bson.binary.BinaryVector, aValueErrorwill be raised if the 'padding' metadata field is < 0 or > 7, or non-zero for any type other than PACKED_BIT.Changed :meth:
~pymongo.uri_parser.parse_uri'soptionsreturn value to be typedictinstead of_CaseInsensitiveDictionary.
Commits
6354d6cPrepare 4.14.0 release (#2458)d7074baPYTHON-5454 & PYTHON-5455 Add preliminary python 3.14 support (#2451)d11cf20Fix In-Use Encryption examples (#2457)baec1e0Bump pyright from 1.1.392.post0 to 1.1.403 (#2455)003ff56Bump the actions group with 2 updates (#2454)cbe1b9eUpdate coverage requirement from <=7.5,>=5 to >=5,<=7.10.2 (#2453)0249a08Bump mypy from 1.14.1 to 1.17.1 (#2452)bfaab82[Spec Resync] 07-28-2025 (#2447)9f64dadPYTHON-5473 - Better test assertions for booleans (#2450)9514a67PYTHON-5441 - Unskip gridfs download chunk tests (#2449)- 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 rebasewill rebase this PR@dependabot recreatewill recreate this PR, overwriting any edits that have been made to it@dependabot mergewill merge this PR after your CI passes on it@dependabot squash and mergewill squash and merge this PR after your CI passes on it@dependabot cancel mergewill cancel a previously requested merge and block automerging@dependabot reopenwill reopen this PR if it is closed@dependabot closewill close this PR and stop Dependabot recreating it. You can achieve the same result by closing it manually@dependabot show <dependency name> ignore conditionswill show all of the ignore conditions of the specified dependency@dependabot ignore this major versionwill 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 versionwill 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 dependencywill close this PR and stop Dependabot creating any more for this dependency (unless you reopen the PR or upgrade to it yourself)
Pull Request Statistics
1
1
+1
-1
Package Dependencies
Technical Details
| ID: | 5847050 |
| UUID: | 2739200752 |
| Node ID: | PR_kwDOJiLmOc6jROLw |
| Host: | GitHub |
| Repository: | FerretDB/python-example |
| Mergeable: | Yes |
| Merge State: | Clean |