Skip to content

Commit 0c3dc57

Browse files
committed
Pin pymongo to a version before 4.9
1 parent 62c3df6 commit 0c3dc57

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

dev-requirements.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@ tinydb
2424
tinydb-serialization
2525
wrapt
2626
scikit-learn
27-
pymongo
27+
pymongo<4.9 # mongomock.gridfs.enable_gridfs_integration() is not compatible with pymongo>=4.9. https://github.com/mongomock/mongomock/issues/903
2828
py-cpuinfo
2929
boto3
3030
moto

0 commit comments

Comments
 (0)