Skip to content

Commit b89b8b5

Browse files
Refactor code structure for improved readability and maintainability
1 parent 268f922 commit b89b8b5

4 files changed

Lines changed: 192 additions & 159 deletions

File tree

src/backend-api/pyproject.toml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ dependencies = [
1313
"azure-search-documents==11.7.0b2",
1414
"azure-storage-blob==12.28.0",
1515
"azure-storage-queue==12.15.0",
16-
"fastapi[standard]==0.135.3",
16+
"fastapi[standard]==0.136.0",
1717
"httpx==0.28.1",
1818
"pydantic-settings==2.13.1",
1919
"python-dotenv==1.2.2",
@@ -33,8 +33,8 @@ omit = ["src/tests/*"]
3333
[tool.uv]
3434
override-dependencies = [
3535
"av==16.0.0",
36-
"starlette==0.49.1",
37-
"aiohttp==3.13.4",
36+
"starlette==1.0.1",
37+
"aiohttp==3.14.0",
3838
"azure-core==1.38.0",
3939
"urllib3==2.7.0",
4040
"requests==2.33.0",

0 commit comments

Comments
 (0)