-
Notifications
You must be signed in to change notification settings - Fork 178
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Update FastAPI deps to fix integration tests
- Loading branch information
Showing
1 changed file
with
13 additions
and
10 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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 |