Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
1 change: 1 addition & 0 deletions .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -10,3 +10,4 @@ samconfig.toml
**/bin/*
**/.idea/*

.aider.*
38 changes: 18 additions & 20 deletions examples/bedrock-agent-fastapi-zip/app/requirements.txt
Original file line number Diff line number Diff line change
@@ -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
41 changes: 16 additions & 25 deletions examples/bedrock-agent-fastapi/app/requirements.txt
Original file line number Diff line number Diff line change
@@ -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
31 changes: 14 additions & 17 deletions examples/fastapi-background-tasks/app/requirements.txt
Original file line number Diff line number Diff line change
@@ -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
21 changes: 10 additions & 11 deletions examples/fastapi-response-streaming-zip/app/requirements.txt
Original file line number Diff line number Diff line change
@@ -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
34 changes: 18 additions & 16 deletions examples/fastapi-response-streaming/app/requirements.txt
Original file line number Diff line number Diff line change
@@ -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
23 changes: 10 additions & 13 deletions examples/fastapi-zip/app/requirements.txt
Original file line number Diff line number Diff line change
@@ -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
23 changes: 10 additions & 13 deletions examples/fastapi/app/requirements.txt
Original file line number Diff line number Diff line change
@@ -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
Loading