Skip to content

Commit

Permalink
Update FastAPI deps to fix integration tests
Browse files Browse the repository at this point in the history
  • Loading branch information
rafalp committed Dec 18, 2024
1 parent e805bee commit 91ef06d
Showing 1 changed file with 13 additions and 10 deletions.
23 changes: 13 additions & 10 deletions tests_integrations/fastapi/requirements.txt
Original file line number Diff line number Diff line change
@@ -1,27 +1,30 @@
#
# This file is autogenerated by pip-compile with Python 3.11
# This file is autogenerated by pip-compile with Python 3.10
# by the following command:
#
# pip-compile --output-file=requirements.txt requirements.in
#
annotated-types==0.6.0
annotated-types==0.7.0
# via pydantic
anyio==3.7.1
anyio==4.5.2
# via starlette
fastapi==0.109.1
exceptiongroup==1.2.2
# via anyio
fastapi==0.115.6
# via -r requirements.in
idna==3.7
idna==3.10
# via anyio
pydantic==2.4.2
pydantic==2.10.3
# via fastapi
pydantic-core==2.10.1
pydantic-core==2.27.1
# via pydantic
sniffio==1.3.0
sniffio==1.3.1
# via anyio
starlette==0.35.1
starlette==0.41.3
# via fastapi
typing-extensions==4.8.0
typing-extensions==4.12.2
# via
# anyio
# fastapi
# pydantic
# pydantic-core

0 comments on commit 91ef06d

Please sign in to comment.