Skip to content
Merged
Show file tree
Hide file tree
Changes from 1 commit
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/scripts/requirements.txt
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
azure-search-documents==11.5.3
azure-identity==1.24.0
azure-storage-blob==12.26.0
requests==2.32.5
requests==2.33.0
azure-core
PyPDF2
python-docx
1 change: 1 addition & 0 deletions pytest.ini
Original file line number Diff line number Diff line change
@@ -1,2 +1,3 @@
[pytest]
addopts = -p pytest_asyncio
asyncio_mode = auto
Comment thread
Ayaz-Microsoft marked this conversation as resolved.
Outdated
218 changes: 112 additions & 106 deletions src/App/package-lock.json

Large diffs are not rendered by default.

4 changes: 2 additions & 2 deletions src/App/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -68,12 +68,12 @@
"jsdom": "^26.1.0",
"rollup": "^4.59.0",
"typescript": "^5.8.3",
"vite": "7.1.11",
"vite": "7.3.2",
"vitest": "^3.2.4"
},
"overrides": {
"minimatch": "3.1.3",
"vite": "7.1.11",
"vite": "7.3.2",
"mdast-util-to-hast": "13.2.1",
"picomatch": "4.0.4",
"js-yaml": "4.1.1"
Expand Down
108 changes: 54 additions & 54 deletions src/App/uv.lock

Large diffs are not rendered by default.

6 changes: 3 additions & 3 deletions src/backend/pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -21,8 +21,8 @@ dependencies = [
"opentelemetry-instrumentation-fastapi==0.60b0",
"opentelemetry-instrumentation-openai==0.46.2",
"opentelemetry-sdk==1.39.0",
"pytest==8.4.1",
"pytest-asyncio==0.24.0",
"pytest==9.0.3",
"pytest-asyncio==1.3.0",
"pytest-cov==5.0.0",
Comment thread
Ayaz-Microsoft marked this conversation as resolved.
Outdated
"python-dotenv==1.1.1",
"python-multipart==0.0.22",
Expand All @@ -37,7 +37,7 @@ dependencies = [
"agent-framework-orchestrations==1.0.0b260311",
"urllib3==2.6.3",
"protobuf==5.29.6",
"cryptography==46.0.6",
"cryptography==46.0.7",
"aiohttp==3.13.4",
"pyasn1==0.6.3",
"nltk==3.9.4",
Expand Down
6 changes: 3 additions & 3 deletions src/backend/requirements.txt
Original file line number Diff line number Diff line change
Expand Up @@ -30,13 +30,13 @@ pylint-pydantic==0.3.5
pexpect==4.9.0
urllib3==2.6.3
protobuf==5.29.6
cryptography==46.0.6
cryptography==46.0.7
aiohttp==3.13.4
pyasn1==0.6.3
nltk==3.9.4

# Testing tools
pytest==8.4.1
pytest-asyncio==0.24.0
pytest==9.0.3
pytest-asyncio==1.3.0
pytest-cov==5.0.0

121 changes: 61 additions & 60 deletions src/backend/uv.lock

Large diffs are not rendered by default.

6 changes: 3 additions & 3 deletions src/mcp_server/pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -26,13 +26,13 @@ dependencies = [
"werkzeug==3.1.6",
"urllib3==2.6.3",
"azure-core==1.38.0",
"cryptography==46.0.6",
"cryptography==46.0.7",
]

[project.optional-dependencies]
dev = [
"pytest==8.3.4",
"pytest-asyncio==0.24.0",
"pytest==9.0.3",
"pytest-asyncio==1.3.0",
]

[project.urls]
Expand Down
132 changes: 72 additions & 60 deletions src/mcp_server/uv.lock

Large diffs are not rendered by default.

Loading