Skip to content

Commit 10fb557

Browse files
authored
Update FastAPI related dependencies (#539)
1 parent bb85798 commit 10fb557

File tree

8 files changed

+97
-115
lines changed

8 files changed

+97
-115
lines changed

.gitignore

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -10,3 +10,4 @@ samconfig.toml
1010
**/bin/*
1111
**/.idea/*
1212

13+
.aider.*
Lines changed: 18 additions & 20 deletions
Original file line numberDiff line numberDiff line change
@@ -1,20 +1,18 @@
1-
annotated-types==0.6.0
2-
anyio==4.2.0
3-
click==8.1.7
4-
exceptiongroup==1.2.0
5-
fastapi==0.109.2
6-
h11==0.14.0
7-
httptools==0.6.1
8-
idna==3.7
9-
lwa_fastapi_middleware_bedrock_agent==0.0.4
10-
pydantic==2.5.3
11-
pydantic_core==2.14.6
12-
python-dotenv==1.0.1
13-
PyYAML==6.0.1
14-
sniffio==1.3.0
15-
starlette==0.40.0
16-
typing_extensions==4.9.0
17-
uvicorn==0.27.0
18-
uvloop==0.19.0
19-
watchfiles==0.21.0
20-
websockets==12.0
1+
annotated-types==0.7.0
2+
anyio==4.6.2.post1
3+
boto3==1.35.63
4+
botocore==1.35.63
5+
fastapi==0.115.5
6+
idna==3.10
7+
jmespath==1.0.1
8+
lwa-fastapi-middleware-bedrock-agent==0.0.4
9+
pydantic==2.9.2
10+
pydantic-core==2.23.4
11+
python-dateutil==2.9.0.post0
12+
s3transfer==0.10.3
13+
six==1.16.0
14+
sniffio==1.3.1
15+
starlette==0.41.2
16+
typing-extensions==4.12.2
17+
urllib3==2.2.3
18+
uvicorn==0.32.0
Lines changed: 16 additions & 25 deletions
Original file line numberDiff line numberDiff line change
@@ -1,27 +1,18 @@
1-
annotated-types==0.6.0
2-
anyio==4.2.0
3-
boto3==1.34.28
4-
botocore==1.34.28
5-
click==8.1.7
6-
exceptiongroup==1.2.0
7-
fastapi==0.109.2
8-
h11==0.14.0
9-
httptools==0.6.1
10-
idna==3.7
1+
annotated-types==0.7.0
2+
anyio==4.6.2.post1
3+
boto3==1.35.63
4+
botocore==1.35.63
5+
fastapi==0.115.5
6+
idna==3.10
117
jmespath==1.0.1
12-
lwa_fastapi_middleware_bedrock_agent==0.0.4
13-
pydantic==2.5.3
14-
pydantic_core==2.14.6
15-
python-dateutil==2.8.2
16-
python-dotenv==1.0.1
17-
PyYAML==6.0.1
18-
s3transfer==0.10.0
8+
lwa-fastapi-middleware-bedrock-agent==0.0.4
9+
pydantic==2.9.2
10+
pydantic-core==2.23.4
11+
python-dateutil==2.9.0.post0
12+
s3transfer==0.10.3
1913
six==1.16.0
20-
sniffio==1.3.0
21-
starlette==0.40.0
22-
typing_extensions==4.9.0
23-
urllib3==2.2.2
24-
uvicorn==0.27.0
25-
uvloop==0.19.0
26-
watchfiles==0.21.0
27-
websockets==12.0
14+
sniffio==1.3.1
15+
starlette==0.41.2
16+
typing-extensions==4.12.2
17+
urllib3==2.2.3
18+
uvicorn==0.32.0
Lines changed: 14 additions & 17 deletions
Original file line numberDiff line numberDiff line change
@@ -1,17 +1,14 @@
1-
annotated-types==0.6.0
2-
anyio==4.2.0
3-
certifi==2024.7.4
4-
charset-normalizer==3.3.2
5-
click==8.1.7
6-
exceptiongroup==1.2.0
7-
fastapi==0.109.2
8-
h11==0.14.0
9-
idna==3.7
10-
pydantic==2.6.1
11-
pydantic_core==2.16.2
12-
requests==2.32.0
13-
sniffio==1.3.0
14-
starlette==0.40.0
15-
typing_extensions==4.9.0
16-
urllib3==2.2.2
17-
uvicorn==0.27.0.post1
1+
annotated-types==0.7.0
2+
anyio==4.6.2.post1
3+
certifi==2024.8.30
4+
charset-normalizer==3.4.0
5+
fastapi==0.115.5
6+
idna==3.10
7+
pydantic==2.9.2
8+
pydantic-core==2.23.4
9+
requests==2.32.3
10+
sniffio==1.3.1
11+
starlette==0.41.2
12+
typing-extensions==4.12.2
13+
urllib3==2.2.3
14+
uvicorn==0.32.0
Lines changed: 10 additions & 11 deletions
Original file line numberDiff line numberDiff line change
@@ -1,13 +1,12 @@
1-
annotated-types==0.6.0
2-
anyio==4.2.0
1+
annotated-types==0.7.0
2+
anyio==4.6.2.post1
33
click==8.1.7
4-
exceptiongroup==1.2.0
5-
fastapi==0.109.2
4+
fastapi==0.115.5
65
h11==0.14.0
7-
idna==3.7
8-
pydantic==2.6.1
9-
pydantic_core==2.16.2
10-
sniffio==1.3.0
11-
starlette==0.40.0
12-
typing_extensions==4.9.0
13-
uvicorn==0.27.0.post1
6+
idna==3.10
7+
pydantic==2.9.2
8+
pydantic-core==2.23.4
9+
sniffio==1.3.1
10+
starlette==0.41.2
11+
typing-extensions==4.12.2
12+
uvicorn==0.32.0
Lines changed: 18 additions & 16 deletions
Original file line numberDiff line numberDiff line change
@@ -1,20 +1,22 @@
1-
annotated-types==0.5.0
2-
anyio==3.7.1
3-
boto3==1.28.61
4-
botocore==1.31.61
1+
annotated-types==0.7.0
2+
anyio==4.6.2.post1
3+
boto3==1.35.63
4+
botocore==1.35.63
5+
certifi==2024.8.30
6+
charset-normalizer==3.4.0
57
click==8.1.7
6-
exceptiongroup==1.1.3
7-
fastapi==0.109.2
8+
fastapi==0.115.5
89
h11==0.14.0
9-
idna==3.7
10+
idna==3.10
1011
jmespath==1.0.1
11-
pydantic==2.4.2
12-
pydantic_core==2.10.1
13-
python-dateutil==2.8.2
14-
s3transfer==0.7.0
12+
pydantic==2.9.2
13+
pydantic-core==2.23.4
14+
python-dateutil==2.9.0.post0
15+
requests==2.32.3
16+
s3transfer==0.10.3
1517
six==1.16.0
16-
sniffio==1.3.0
17-
starlette==0.36.3
18-
typing_extensions==4.8.0
19-
urllib3==1.26.19
20-
uvicorn==0.23.2
18+
sniffio==1.3.1
19+
starlette==0.41.2
20+
typing-extensions==4.12.2
21+
urllib3==2.2.3
22+
uvicorn==0.32.0
Lines changed: 10 additions & 13 deletions
Original file line numberDiff line numberDiff line change
@@ -1,13 +1,10 @@
1-
annotated-types==0.6.0
2-
anyio==4.2.0
3-
click==8.1.7
4-
exceptiongroup==1.2.0
5-
fastapi==0.109.2
6-
h11==0.14.0
7-
idna==3.7
8-
pydantic==2.6.1
9-
pydantic_core==2.16.2
10-
sniffio==1.3.0
11-
starlette==0.40.0
12-
typing_extensions==4.9.0
13-
uvicorn==0.27.0.post1
1+
annotated-types==0.7.0
2+
anyio==4.6.2.post1
3+
fastapi==0.115.5
4+
idna==3.10
5+
pydantic==2.9.2
6+
pydantic-core==2.23.4
7+
sniffio==1.3.1
8+
starlette==0.41.2
9+
typing-extensions==4.12.2
10+
uvicorn==0.32.0
Lines changed: 10 additions & 13 deletions
Original file line numberDiff line numberDiff line change
@@ -1,13 +1,10 @@
1-
annotated-types==0.6.0
2-
anyio==4.2.0
3-
click==8.1.7
4-
exceptiongroup==1.2.0
5-
fastapi==0.109.2
6-
h11==0.14.0
7-
idna==3.7
8-
pydantic==2.6.1
9-
pydantic_core==2.16.2
10-
sniffio==1.3.0
11-
starlette==0.40.0
12-
typing_extensions==4.9.0
13-
uvicorn==0.27.0.post1
1+
annotated-types==0.7.0
2+
anyio==4.6.2.post1
3+
fastapi==0.115.5
4+
idna==3.10
5+
pydantic==2.9.2
6+
pydantic-core==2.23.4
7+
sniffio==1.3.1
8+
starlette==0.41.2
9+
typing-extensions==4.12.2
10+
uvicorn==0.32.0

0 commit comments

Comments
 (0)