Skip to content

Commit

Permalink
MongoDB: Update to pymongo 4.9
Browse files Browse the repository at this point in the history
  • Loading branch information
amotl committed Sep 26, 2024
1 parent c43b903 commit d3c7cfe
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 1 deletion.
1 change: 1 addition & 0 deletions CHANGES.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,7 @@


## Unreleased
- MongoDB: Updated to pymongo 4.9

## 2024/09/26 v0.0.26
- MongoDB: Configure `MongoDBCrateDBConverter` after updating to commons-codec 0.0.18
Expand Down
1 change: 1 addition & 0 deletions cratedb_toolkit/io/mongodb/adapter.py
Original file line number Diff line number Diff line change
Expand Up @@ -11,6 +11,7 @@
import boltons.urlutils
import bson
import pymongo
import pymongo.collection
import yarl
from attrs import define, field
from boltons.urlutils import URL
Expand Down
2 changes: 1 addition & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -170,7 +170,7 @@ mongodb = [
"commons-codec[mongodb,zyp]>=0.0.19",
"cratedb-toolkit[io]",
"orjson<4,>=3.3.1",
"pymongo<4.9,>=3.10.1",
"pymongo<4.10,>=3.10.1",
"python-bsonjs<0.6",
"rich<14,>=3.3.2",
"undatum<1.1",
Expand Down

0 comments on commit d3c7cfe

Please sign in to comment.