Skip to content

Commit 08ca9d7

Browse files
updated the urllib3 packages
1 parent 1e8986a commit 08ca9d7

7 files changed

Lines changed: 17 additions & 14 deletions

File tree

src/App/pyproject.toml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -11,4 +11,5 @@ dependencies = [
1111
"azure-identity",
1212
"python-dotenv==1.2.2",
1313
"python-multipart==0.0.27",
14+
"urllib3==2.7.0",
1415
]

src/App/uv.lock

Lines changed: 5 additions & 3 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

src/backend/pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -32,7 +32,7 @@ dependencies = [
3232
"agent-framework-azure-ai==1.0.0rc4",
3333
"agent-framework-core==1.0.0rc4",
3434
"agent-framework-orchestrations==1.0.0b260311",
35-
"urllib3==2.6.3",
35+
"urllib3==2.7.0",
3636
"protobuf==6.33.6",
3737
"cryptography==47.0.0",
3838
"aiohttp==3.13.5",

src/backend/requirements.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,7 @@ mcp==1.27.0
2828
werkzeug==3.1.8
2929
pylint-pydantic==0.4.1
3030
pexpect==4.9.0
31-
urllib3==2.6.3
31+
urllib3==2.7.0
3232
protobuf==6.33.6
3333
cryptography==47.0.0
3434
aiohttp==3.13.5

src/backend/uv.lock

Lines changed: 4 additions & 4 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

src/mcp_server/pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@ dependencies = [
2424
"python-multipart==0.0.27",
2525
"httpx==0.28.1",
2626
"werkzeug==3.1.6",
27-
"urllib3==2.6.3",
27+
"urllib3==2.7.0",
2828
"azure-core==1.38.0",
2929
"cryptography==46.0.7",
3030
"authlib==1.6.11",

src/mcp_server/uv.lock

Lines changed: 4 additions & 4 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

0 commit comments

Comments
 (0)