Skip to content

Commit 2158744

Browse files
updated libs
1 parent a49ea37 commit 2158744

File tree

4 files changed

+1327
-63
lines changed

4 files changed

+1327
-63
lines changed

src/ContentProcessor/requirements.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
annotated-types==0.7.0
22
azure-ai-inference==1.0.0b9
33
azure-appconfiguration==1.7.2
4-
azure-core==1.37.0
4+
azure-core==1.38.0
55
azure-identity==1.25.1
66
azure-storage-blob==12.28.0
77
azure-storage-queue==12.15.0

src/ContentProcessorAPI/pyproject.toml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ requires-python = ">=3.12"
77
dependencies = [
88
"azure-appconfiguration>=1.7.2",
99
"azure-identity>=1.23.0",
10-
"azure-storage-blob>=12.24.0",
10+
"azure-storage-blob>=12.28.0",
1111
"azure-storage-queue>=12.15.0",
1212
"certifi>=2024.12.14",
1313
"fastapi[standard]>=0.115.0",
@@ -17,7 +17,7 @@ dependencies = [
1717
"pygments>=2.19.0",
1818
"pymongo>=4.11.0",
1919
"python-dotenv>=1.0.1",
20-
"starlette>=0.49.0",
20+
"starlette>=0.49.1",
2121
"uvicorn[standard]>=0.34.0",
2222
"h11~=0.16.0",
2323
"urllib3~=2.6.0",

0 commit comments

Comments
 (0)