Skip to content

Commit

Permalink
fix(deps): Update dependency uvicorn to v0.34.0
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate-bot committed Dec 22, 2024
1 parent e07c2cb commit 92e2e2a
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion src/frontend_service/requirements.txt
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ langchain==0.2.11
langchain-google-vertexai==1.0.7
markdown==3.5.2
types-Markdown==3.5.0.20240129
uvicorn[standard]==0.27.0.post1
uvicorn[standard]==0.34.0
python-multipart==0.0.7
pytz==2024.2
types-pytz==2024.1.0.20240417
Expand Down
2 changes: 1 addition & 1 deletion src/retrieval_service/requirements.txt
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,6 @@ langchain-core==0.3.12
langchain-google-vertexai==2.0.5
pgvector==0.3.5
pydantic==2.9.2
uvicorn[standard]==0.32.0
uvicorn[standard]==0.34.0
cloud-sql-python-connector[asyncpg]==1.13.0
sqlalchemy==2.0.36

0 comments on commit 92e2e2a

Please sign in to comment.