Skip to content
This repository has been archived by the owner on Sep 18, 2024. It is now read-only.

Commit

Permalink
Dependency fixes
Browse files Browse the repository at this point in the history
  • Loading branch information
chouinar committed May 17, 2024
1 parent 1922340 commit 649339c
Show file tree
Hide file tree
Showing 2 changed files with 65 additions and 21 deletions.
79 changes: 58 additions & 21 deletions api/poetry.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

7 changes: 7 additions & 0 deletions api/pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -22,6 +22,7 @@ gunicorn = "^22.0.0"
psycopg = { extras = ["binary"], version = "^3.1.10" }
pydantic-settings = "^2.0.3"
flask-cors = "^4.0.0"
opensearch-py = "^2.5.0"

[tool.poetry.group.dev.dependencies]
black = "^23.9.1"
Expand All @@ -43,6 +44,12 @@ sadisplay = "0.4.9"
ruff = "^0.4.0"
debugpy = "^1.8.1"
freezegun = "^1.5.0"
# This isn't the latest version of types-requests
# because otherwise it depends on urllib3 v2 but opensearch-py
# needs urlib3 v1. This should be temporary as opensearch-py
# has an unreleased change to switch to v2, so I'm guessing
# in the next few weeks we can just make this the latest?
types-requests = "2.31.0.1"

[build-system]
requires = ["poetry-core>=1.0.0"]
Expand Down

0 comments on commit 649339c

Please sign in to comment.