Skip to content

Commit

Permalink
Lock pymongo to version < 4.9.0 - fails to start with newer versions (#…
Browse files Browse the repository at this point in the history
  • Loading branch information
plars authored Sep 30, 2024
1 parent b5c663e commit 388ebab
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions server/pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -17,6 +17,7 @@ pyyaml = "^6.0.1"
sentry-sdk = { extras = ["flask"], version = "^2.0.1" }
requests = "^2.31.0"
urllib3 = "^2.2.1"
pymongo = "<4.9.0"

[tool.poetry.dev-dependencies]
pytest = "^8.1.2"
Expand Down

0 comments on commit 388ebab

Please sign in to comment.