diff --git a/examples/fastapi-backend-only-response-streaming/app/requirements.txt b/examples/fastapi-backend-only-response-streaming/app/requirements.txt index a7594593..34483e4e 100644 --- a/examples/fastapi-backend-only-response-streaming/app/requirements.txt +++ b/examples/fastapi-backend-only-response-streaming/app/requirements.txt @@ -1,12 +1,12 @@ annotated-types==0.5.0 -anyio==3.7.1 +anyio==4.14.2 boto3==1.28.61 botocore==1.31.61 click==8.1.7 exceptiongroup==1.1.3 fastapi==0.109.2 -h11==0.14.0 -idna==3.7 +h11==0.16.0 +idna==3.15 jmespath==1.0.1 pydantic==2.4.2 pydantic_core==2.10.1 @@ -16,5 +16,5 @@ six==1.16.0 sniffio==1.3.0 starlette==1.3.1 typing_extensions==4.8.0 -urllib3==1.26.19 +urllib3==2.7.0 uvicorn==0.23.2 \ No newline at end of file