Skip to content

Commit

Permalink
Dependencies: Use pymongo<4.9
Browse files Browse the repository at this point in the history
  • Loading branch information
amotl committed Sep 25, 2024
1 parent 21a0144 commit 00123b5
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -170,15 +170,15 @@ mongodb = [
"commons-codec[mongodb,zyp]>=0.0.18",
"cratedb-toolkit[io]",
"orjson<4,>=3.3.1",
"pymongo<5,>=3.10.1",
"pymongo<4.9,>=3.10.1",
"python-bsonjs<0.5",
"rich<14,>=3.3.2",
"undatum<1.1",
]
pymongo = [
"jessiql==1.0.0rc1",
"pandas==2.1.*",
"pymongo==4.8.*",
"pymongo<4.9",
"sqlalchemy<2",
]
release = [
Expand Down

0 comments on commit 00123b5

Please sign in to comment.