Skip to content

Commit

Permalink
Dependency updates (due to issues with starlette older than 0.40)
Browse files Browse the repository at this point in the history
  • Loading branch information
Belén Torrente committed Oct 16, 2024
1 parent 58206b6 commit 8467863
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 11 deletions.
2 changes: 1 addition & 1 deletion requirements.in
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ cachetools~=5.3
cftime~=1.6
chardet~=5.2
defusedxml~=0.7.1
fastapi~=0.109.1
fastapi~=0.115.2
geojson-pydantic~=1.0
gunicorn~=22.0
httpx~=0.26.0
Expand Down
13 changes: 3 additions & 10 deletions requirements.txt
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
#
# This file is autogenerated by pip-compile with Python 3.10
# This file is autogenerated by pip-compile with Python 3.11
# by the following command:
#
# pip-compile --no-emit-index-url
Expand All @@ -18,8 +18,6 @@ asgi-logger==0.1.0
# via -r requirements.in
asgiref==3.8.1
# via asgi-logger
async-timeout==4.0.3
# via redis
brotli==1.1.0
# via
# -r requirements.in
Expand Down Expand Up @@ -52,9 +50,7 @@ defusedxml==0.7.1
# via -r requirements.in
edr-pydantic==0.3.0
# via -r requirements.in
exceptiongroup==1.2.2
# via anyio
fastapi==0.109.2
fastapi==0.115.2
# via -r requirements.in
geojson-pydantic==1.1.1
# via -r requirements.in
Expand Down Expand Up @@ -128,18 +124,15 @@ sniffio==1.3.1
# via
# anyio
# httpx
starlette==0.36.3
starlette==0.40.0
# via
# brotli-asgi
# fastapi
typing-extensions==4.12.2
# via
# anyio
# asgiref
# fastapi
# pydantic
# pydantic-core
# uvicorn
tzlocal==5.2
# via apscheduler
urllib3==2.2.3
Expand Down

0 comments on commit 8467863

Please sign in to comment.