Skip to content

Commit

Permalink
fix(deps): update dependency uvicorn to ^0.32.0 (#207)
Browse files Browse the repository at this point in the history
  • Loading branch information
pigri authored Nov 6, 2024
2 parents e9fa390 + 636a77a commit 97493cf
Show file tree
Hide file tree
Showing 4 changed files with 10 additions and 10 deletions.
8 changes: 4 additions & 4 deletions services/cache/poetry.lock

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

2 changes: 1 addition & 1 deletion services/cache/pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ package-mode = false
[tool.poetry.dependencies]
python = "^3.11"
fastapi = "^0.115.0"
uvicorn = "^0.31.0"
uvicorn = "^0.32.0"
gptcache = "^0.1.44"
pydantic = "^2.8.2"
onnxruntime = "^1.17.0"
Expand Down
8 changes: 4 additions & 4 deletions services/rule/poetry.lock

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

2 changes: 1 addition & 1 deletion services/rule/pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ rule-engine = "^4.5.0"
presidio-analyzer = "^2.2.355"
presidio-anonymizer = "^2.2.355"
requests = "^2.32.3"
uvicorn = "^0.31.0"
uvicorn = "^0.32.0"
python-dotenv = "^1.0.1"
numpy = "^1.21.0"
spacy = "^3.7.5"
Expand Down

0 comments on commit 97493cf

Please sign in to comment.