diff --git a/.gitignore b/.gitignore index c9d7f823..3c5bce1c 100644 --- a/.gitignore +++ b/.gitignore @@ -10,3 +10,4 @@ samconfig.toml **/bin/* **/.idea/* +.aider.* \ No newline at end of file diff --git a/examples/bedrock-agent-fastapi-zip/app/requirements.txt b/examples/bedrock-agent-fastapi-zip/app/requirements.txt index 8b83b5cc..2be63081 100644 --- a/examples/bedrock-agent-fastapi-zip/app/requirements.txt +++ b/examples/bedrock-agent-fastapi-zip/app/requirements.txt @@ -1,20 +1,18 @@ -annotated-types==0.6.0 -anyio==4.2.0 -click==8.1.7 -exceptiongroup==1.2.0 -fastapi==0.109.2 -h11==0.14.0 -httptools==0.6.1 -idna==3.7 -lwa_fastapi_middleware_bedrock_agent==0.0.4 -pydantic==2.5.3 -pydantic_core==2.14.6 -python-dotenv==1.0.1 -PyYAML==6.0.1 -sniffio==1.3.0 -starlette==0.40.0 -typing_extensions==4.9.0 -uvicorn==0.27.0 -uvloop==0.19.0 -watchfiles==0.21.0 -websockets==12.0 +annotated-types==0.7.0 +anyio==4.6.2.post1 +boto3==1.35.63 +botocore==1.35.63 +fastapi==0.115.5 +idna==3.10 +jmespath==1.0.1 +lwa-fastapi-middleware-bedrock-agent==0.0.4 +pydantic==2.9.2 +pydantic-core==2.23.4 +python-dateutil==2.9.0.post0 +s3transfer==0.10.3 +six==1.16.0 +sniffio==1.3.1 +starlette==0.41.2 +typing-extensions==4.12.2 +urllib3==2.2.3 +uvicorn==0.32.0 \ No newline at end of file diff --git a/examples/bedrock-agent-fastapi/app/requirements.txt b/examples/bedrock-agent-fastapi/app/requirements.txt index eb911009..2be63081 100644 --- a/examples/bedrock-agent-fastapi/app/requirements.txt +++ b/examples/bedrock-agent-fastapi/app/requirements.txt @@ -1,27 +1,18 @@ -annotated-types==0.6.0 -anyio==4.2.0 -boto3==1.34.28 -botocore==1.34.28 -click==8.1.7 -exceptiongroup==1.2.0 -fastapi==0.109.2 -h11==0.14.0 -httptools==0.6.1 -idna==3.7 +annotated-types==0.7.0 +anyio==4.6.2.post1 +boto3==1.35.63 +botocore==1.35.63 +fastapi==0.115.5 +idna==3.10 jmespath==1.0.1 -lwa_fastapi_middleware_bedrock_agent==0.0.4 -pydantic==2.5.3 -pydantic_core==2.14.6 -python-dateutil==2.8.2 -python-dotenv==1.0.1 -PyYAML==6.0.1 -s3transfer==0.10.0 +lwa-fastapi-middleware-bedrock-agent==0.0.4 +pydantic==2.9.2 +pydantic-core==2.23.4 +python-dateutil==2.9.0.post0 +s3transfer==0.10.3 six==1.16.0 -sniffio==1.3.0 -starlette==0.40.0 -typing_extensions==4.9.0 -urllib3==2.2.2 -uvicorn==0.27.0 -uvloop==0.19.0 -watchfiles==0.21.0 -websockets==12.0 +sniffio==1.3.1 +starlette==0.41.2 +typing-extensions==4.12.2 +urllib3==2.2.3 +uvicorn==0.32.0 \ No newline at end of file diff --git a/examples/fastapi-background-tasks/app/requirements.txt b/examples/fastapi-background-tasks/app/requirements.txt index f9778535..4e6e036b 100644 --- a/examples/fastapi-background-tasks/app/requirements.txt +++ b/examples/fastapi-background-tasks/app/requirements.txt @@ -1,17 +1,14 @@ -annotated-types==0.6.0 -anyio==4.2.0 -certifi==2024.7.4 -charset-normalizer==3.3.2 -click==8.1.7 -exceptiongroup==1.2.0 -fastapi==0.109.2 -h11==0.14.0 -idna==3.7 -pydantic==2.6.1 -pydantic_core==2.16.2 -requests==2.32.0 -sniffio==1.3.0 -starlette==0.40.0 -typing_extensions==4.9.0 -urllib3==2.2.2 -uvicorn==0.27.0.post1 +annotated-types==0.7.0 +anyio==4.6.2.post1 +certifi==2024.8.30 +charset-normalizer==3.4.0 +fastapi==0.115.5 +idna==3.10 +pydantic==2.9.2 +pydantic-core==2.23.4 +requests==2.32.3 +sniffio==1.3.1 +starlette==0.41.2 +typing-extensions==4.12.2 +urllib3==2.2.3 +uvicorn==0.32.0 \ No newline at end of file diff --git a/examples/fastapi-response-streaming-zip/app/requirements.txt b/examples/fastapi-response-streaming-zip/app/requirements.txt index 455824e3..f143db93 100644 --- a/examples/fastapi-response-streaming-zip/app/requirements.txt +++ b/examples/fastapi-response-streaming-zip/app/requirements.txt @@ -1,13 +1,12 @@ -annotated-types==0.6.0 -anyio==4.2.0 +annotated-types==0.7.0 +anyio==4.6.2.post1 click==8.1.7 -exceptiongroup==1.2.0 -fastapi==0.109.2 +fastapi==0.115.5 h11==0.14.0 -idna==3.7 -pydantic==2.6.1 -pydantic_core==2.16.2 -sniffio==1.3.0 -starlette==0.40.0 -typing_extensions==4.9.0 -uvicorn==0.27.0.post1 +idna==3.10 +pydantic==2.9.2 +pydantic-core==2.23.4 +sniffio==1.3.1 +starlette==0.41.2 +typing-extensions==4.12.2 +uvicorn==0.32.0 diff --git a/examples/fastapi-response-streaming/app/requirements.txt b/examples/fastapi-response-streaming/app/requirements.txt index bad74a90..0d927ba9 100644 --- a/examples/fastapi-response-streaming/app/requirements.txt +++ b/examples/fastapi-response-streaming/app/requirements.txt @@ -1,20 +1,22 @@ -annotated-types==0.5.0 -anyio==3.7.1 -boto3==1.28.61 -botocore==1.31.61 +annotated-types==0.7.0 +anyio==4.6.2.post1 +boto3==1.35.63 +botocore==1.35.63 +certifi==2024.8.30 +charset-normalizer==3.4.0 click==8.1.7 -exceptiongroup==1.1.3 -fastapi==0.109.2 +fastapi==0.115.5 h11==0.14.0 -idna==3.7 +idna==3.10 jmespath==1.0.1 -pydantic==2.4.2 -pydantic_core==2.10.1 -python-dateutil==2.8.2 -s3transfer==0.7.0 +pydantic==2.9.2 +pydantic-core==2.23.4 +python-dateutil==2.9.0.post0 +requests==2.32.3 +s3transfer==0.10.3 six==1.16.0 -sniffio==1.3.0 -starlette==0.36.3 -typing_extensions==4.8.0 -urllib3==1.26.19 -uvicorn==0.23.2 +sniffio==1.3.1 +starlette==0.41.2 +typing-extensions==4.12.2 +urllib3==2.2.3 +uvicorn==0.32.0 diff --git a/examples/fastapi-zip/app/requirements.txt b/examples/fastapi-zip/app/requirements.txt index 455824e3..e61869b3 100644 --- a/examples/fastapi-zip/app/requirements.txt +++ b/examples/fastapi-zip/app/requirements.txt @@ -1,13 +1,10 @@ -annotated-types==0.6.0 -anyio==4.2.0 -click==8.1.7 -exceptiongroup==1.2.0 -fastapi==0.109.2 -h11==0.14.0 -idna==3.7 -pydantic==2.6.1 -pydantic_core==2.16.2 -sniffio==1.3.0 -starlette==0.40.0 -typing_extensions==4.9.0 -uvicorn==0.27.0.post1 +annotated-types==0.7.0 +anyio==4.6.2.post1 +fastapi==0.115.5 +idna==3.10 +pydantic==2.9.2 +pydantic-core==2.23.4 +sniffio==1.3.1 +starlette==0.41.2 +typing-extensions==4.12.2 +uvicorn==0.32.0 \ No newline at end of file diff --git a/examples/fastapi/app/requirements.txt b/examples/fastapi/app/requirements.txt index 455824e3..e61869b3 100644 --- a/examples/fastapi/app/requirements.txt +++ b/examples/fastapi/app/requirements.txt @@ -1,13 +1,10 @@ -annotated-types==0.6.0 -anyio==4.2.0 -click==8.1.7 -exceptiongroup==1.2.0 -fastapi==0.109.2 -h11==0.14.0 -idna==3.7 -pydantic==2.6.1 -pydantic_core==2.16.2 -sniffio==1.3.0 -starlette==0.40.0 -typing_extensions==4.9.0 -uvicorn==0.27.0.post1 +annotated-types==0.7.0 +anyio==4.6.2.post1 +fastapi==0.115.5 +idna==3.10 +pydantic==2.9.2 +pydantic-core==2.23.4 +sniffio==1.3.1 +starlette==0.41.2 +typing-extensions==4.12.2 +uvicorn==0.32.0 \ No newline at end of file