Skip to content

Commit

Permalink
fix: fix starlet vulnerability (#40)
Browse files Browse the repository at this point in the history
Co-authored-by: Aliaksandr Stsiapanay <aliaksandr_stsiapanay@epam.com>
  • Loading branch information
astsiapanay and astsiapanay authored Feb 13, 2024
1 parent 3fe3a81 commit adf6f3b
Show file tree
Hide file tree
Showing 2 changed files with 12 additions and 11 deletions.
20 changes: 10 additions & 10 deletions poetry.lock

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

3 changes: 2 additions & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ repository = "https://github.com/epam/ai-dial-analytics-realtime"
[tool.poetry.dependencies]
python = "~3.10"
aiohttp = "3.9.2"
fastapi = "0.109.1"
fastapi = "0.109.2"
uvicorn = "0.22.0"
influxdb-client = "1.37.0"
langid = "1.1.6"
Expand All @@ -30,6 +30,7 @@ llvmlite = "^0.40.1"
python-dotenv = "^1.0.0"
python-dateutil = "^2.8.2"
transformers = "4.36.0"
pydantic = "^1.10.14"

[[tool.poetry.source]]
name = "pytorch"
Expand Down

0 comments on commit adf6f3b

Please sign in to comment.