File tree Expand file tree Collapse file tree 3 files changed +3
-1
lines changed
cratedb_toolkit/io/mongodb Expand file tree Collapse file tree 3 files changed +3
-1
lines changed Original file line number Diff line number Diff line change 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
Original file line number Diff line number Diff line change 1111import boltons .urlutils
1212import bson
1313import pymongo
14+ import pymongo .collection
1415import yarl
1516from attrs import define , field
1617from boltons .urlutils import URL
Original file line number Diff line number Diff 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" ,
You can’t perform that action at this time.
0 commit comments