Skip to content
Closed
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
2 changes: 1 addition & 1 deletion infra/vscode_web/endpoint-requirements.txt
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
azure-ai-projects==1.0.0b12
azure-identity==1.20.0
ansible-core~=2.17.0
ansible-core~=2.18.18
2 changes: 1 addition & 1 deletion infra/vscode_web/requirements.txt
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
azure-ai-projects==2.1.0
azure-identity==1.20.0
ansible-core~=2.17.0
ansible-core~=2.18.18
9 changes: 5 additions & 4 deletions src/backend-api/pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ name = "aks-migration-agent-gsa"
version = "0.1.0"
description = "This code it used to migrate Google GKE or Amazon EKS clusters to Azure AKS."
readme = "README.md"
requires-python = ">=3.12"
requires-python = ">=3.12,<3.14"
dependencies = [
"aiofiles==25.1.0",
"azure-ai-agents==1.2.0b6",
Expand All @@ -15,7 +15,7 @@ dependencies = [
"azure-storage-queue==12.15.0",
"fastapi[standard]==0.135.3",
"httpx==0.28.1",
"pydantic-settings==2.13.1",
"pydantic-settings==2.14.2",
"python-dotenv==1.2.2",
"python-multipart==0.0.31",
"protobuf==7.34.0",
Expand All @@ -33,7 +33,7 @@ omit = ["src/tests/*"]
[tool.uv]
override-dependencies = [
"av==16.0.0",
"starlette==0.49.1",
"starlette==1.3.1",
"aiohttp==3.14.1",
"azure-core==1.38.0",
"urllib3==2.7.0",
Expand All @@ -42,7 +42,8 @@ override-dependencies = [
"pygments==2.20.0",
"black==26.3.1",
"cryptography==48.0.1",
"pyjwt==2.12.0",
"pyjwt==2.13.0",
"pyopenssl==26.0.0",
"idna==3.15",
"mcp==1.28.1",
]
679 changes: 27 additions & 652 deletions src/backend-api/uv.lock

Large diffs are not rendered by default.

Loading