Skip to content

Commit d3c7cfe

Browse files
committed
MongoDB: Update to pymongo 4.9
1 parent c43b903 commit d3c7cfe

File tree

3 files changed

+3
-1
lines changed

3 files changed

+3
-1
lines changed

CHANGES.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,7 @@
22

33

44
## Unreleased
5+
- MongoDB: Updated to pymongo 4.9
56

67
## 2024/09/26 v0.0.26
78
- MongoDB: Configure `MongoDBCrateDBConverter` after updating to commons-codec 0.0.18

cratedb_toolkit/io/mongodb/adapter.py

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -11,6 +11,7 @@
1111
import boltons.urlutils
1212
import bson
1313
import pymongo
14+
import pymongo.collection
1415
import yarl
1516
from attrs import define, field
1617
from boltons.urlutils import URL

pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -170,7 +170,7 @@ mongodb = [
170170
"commons-codec[mongodb,zyp]>=0.0.19",
171171
"cratedb-toolkit[io]",
172172
"orjson<4,>=3.3.1",
173-
"pymongo<4.9,>=3.10.1",
173+
"pymongo<4.10,>=3.10.1",
174174
"python-bsonjs<0.6",
175175
"rich<14,>=3.3.2",
176176
"undatum<1.1",

0 commit comments

Comments
 (0)