From a85fe30687eaa68957d01280159416bc7e042ece Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 1 Aug 2025 22:45:12 +0000 Subject: [PATCH 1/6] build(deps): bump the all-backend-deps group in /src with 13 updates --- updated-dependencies: - dependency-name: azure-identity dependency-version: 1.23.1 dependency-type: direct:production update-type: version-update:semver-patch dependency-group: all-backend-deps - dependency-name: openai dependency-version: 1.98.0 dependency-type: direct:production update-type: version-update:semver-minor dependency-group: all-backend-deps - dependency-name: azure-storage-blob dependency-version: 12.26.0 dependency-type: direct:production update-type: version-update:semver-minor dependency-group: all-backend-deps - dependency-name: azure-ai-projects dependency-version: 1.0.0 dependency-type: direct:production update-type: version-update:semver-patch dependency-group: all-backend-deps - dependency-name: aiohttp dependency-version: 3.12.15 dependency-type: direct:production update-type: version-update:semver-patch dependency-group: all-backend-deps - dependency-name: opentelemetry-sdk dependency-version: 1.36.0 dependency-type: direct:production update-type: version-update:semver-minor dependency-group: all-backend-deps - dependency-name: opentelemetry-api dependency-version: 1.36.0 dependency-type: direct:production update-type: version-update:semver-minor dependency-group: all-backend-deps - dependency-name: opentelemetry-semantic-conventions dependency-version: 0.57b0 dependency-type: direct:production dependency-group: all-backend-deps - dependency-name: opentelemetry-instrumentation dependency-version: 0.57b0 dependency-type: direct:production dependency-group: all-backend-deps - dependency-name: azure-monitor-opentelemetry dependency-version: 1.6.13 dependency-type: direct:production update-type: version-update:semver-patch dependency-group: all-backend-deps - dependency-name: langchain dependency-version: 0.3.27 dependency-type: direct:development update-type: version-update:semver-patch dependency-group: all-backend-deps - dependency-name: pytest-asyncio dependency-version: 1.1.0 dependency-type: direct:development update-type: version-update:semver-minor dependency-group: all-backend-deps - dependency-name: pymupdf dependency-version: 1.26.3 dependency-type: direct:development update-type: version-update:semver-patch dependency-group: all-backend-deps ... Signed-off-by: dependabot[bot] --- src/requirements-dev.txt | 6 +++--- src/requirements.txt | 20 ++++++++++---------- 2 files changed, 13 insertions(+), 13 deletions(-) diff --git a/src/requirements-dev.txt b/src/requirements-dev.txt index 3d94c83b4..2b1d45d4e 100644 --- a/src/requirements-dev.txt +++ b/src/requirements-dev.txt @@ -4,12 +4,12 @@ Markdown==3.8.2 requests==2.32.4 tqdm==4.67.1 tiktoken -langchain==0.3.26 +langchain==0.3.27 bs4==0.0.2 urllib3==2.5.0 pytest==8.4.1 -pytest-asyncio==1.0.0 -PyMuPDF==1.26.1 +pytest-asyncio==1.1.0 +PyMuPDF==1.26.3 azure-storage-blob chardet azure-keyvault-secrets diff --git a/src/requirements.txt b/src/requirements.txt index b0a23a61a..cc392676f 100644 --- a/src/requirements.txt +++ b/src/requirements.txt @@ -1,15 +1,15 @@ -azure-identity==1.23.0 +azure-identity==1.23.1 # Flask[async]==2.3.2 -openai==1.93.0 +openai==1.98.0 azure-search-documents==11.6.0b12 -azure-storage-blob==12.25.1 +azure-storage-blob==12.26.0 python-dotenv==1.1.1 azure-cosmos==4.9.0 -azure-ai-projects==1.0.0b11 +azure-ai-projects==1.0.0 azure-ai-inference==1.0.0b9 quart==0.20.0 uvicorn==0.35.0 -aiohttp==3.12.13 +aiohttp==3.12.15 gunicorn==23.0.0 pydantic-settings==2.10.1 flake8==7.3.0 @@ -20,8 +20,8 @@ opentelemetry-exporter-otlp-proto-grpc opentelemetry-exporter-otlp-proto-http opentelemetry-exporter-otlp-proto-grpc azure-monitor-events-extension -opentelemetry-sdk==1.31.1 -opentelemetry-api==1.31.1 -opentelemetry-semantic-conventions==0.52b1 -opentelemetry-instrumentation==0.52b1 -azure-monitor-opentelemetry==1.6.8 \ No newline at end of file +opentelemetry-sdk==1.36.0 +opentelemetry-api==1.36.0 +opentelemetry-semantic-conventions==0.57b0 +opentelemetry-instrumentation==0.57b0 +azure-monitor-opentelemetry==1.6.13 \ No newline at end of file From 548c6c22e9b62b0bcb3c63d2be4ff7490d0229d3 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 1 Aug 2025 22:30:40 +0000 Subject: [PATCH 2/6] build(deps): bump actions/setup-python in the all-actions group Bumps the all-actions group with 1 update: [actions/setup-python](https://github.com/actions/setup-python). Updates `actions/setup-python` from 4 to 5 - [Release notes](https://github.com/actions/setup-python/releases) - [Commits](https://github.com/actions/setup-python/compare/v4...v5) --- updated-dependencies: - dependency-name: actions/setup-python dependency-version: '5' dependency-type: direct:production update-type: version-update:semver-major dependency-group: all-actions ... Signed-off-by: dependabot[bot] --- .github/workflows/test-automation.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/test-automation.yml b/.github/workflows/test-automation.yml index 593a24c12..724675db3 100644 --- a/.github/workflows/test-automation.yml +++ b/.github/workflows/test-automation.yml @@ -24,7 +24,7 @@ jobs: uses: actions/checkout@v4 - name: Set up Python - uses: actions/setup-python@v4 + uses: actions/setup-python@v5 with: python-version: '3.13' From f835c9ef49da8e2fb85b164b9eb2942d2566dd48 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 1 Oct 2025 22:26:39 +0000 Subject: [PATCH 3/6] build(deps): bump the all-backend-deps group in /src with 17 updates Bumps the all-backend-deps group in /src with 17 updates: | Package | From | To | | --- | --- | --- | | [azure-identity](https://github.com/Azure/azure-sdk-for-python) | `1.23.1` | `1.25.0` | | [openai](https://github.com/openai/openai-python) | `1.98.0` | `2.0.1` | | [azure-search-documents](https://github.com/Azure/azure-sdk-for-python) | `11.6.0b12` | `11.7.0b1` | | [uvicorn](https://github.com/Kludex/uvicorn) | `0.35.0` | `0.37.0` | | [pydantic-settings](https://github.com/pydantic/pydantic-settings) | `2.10.1` | `2.11.0` | | [black](https://github.com/psf/black) | `25.1.0` | `25.9.0` | | [isort](https://github.com/PyCQA/isort) | `6.0.1` | `6.1.0` | | [opentelemetry-sdk](https://github.com/open-telemetry/opentelemetry-python) | `1.36.0` | `1.37.0` | | [opentelemetry-api](https://github.com/open-telemetry/opentelemetry-python) | `1.36.0` | `1.37.0` | | [opentelemetry-semantic-conventions](https://github.com/open-telemetry/opentelemetry-python) | `0.57b0` | `0.58b0` | | [opentelemetry-instrumentation](https://github.com/open-telemetry/opentelemetry-python-contrib) | `0.57b0` | `0.58b0` | | [azure-monitor-opentelemetry](https://github.com/Azure/azure-sdk-for-python) | `1.6.13` | `1.8.1` | | [markdown](https://github.com/Python-Markdown/markdown) | `3.8.2` | `3.9` | | [requests](https://github.com/psf/requests) | `2.32.4` | `2.32.5` | | [pytest](https://github.com/pytest-dev/pytest) | `8.4.1` | `8.4.2` | | [pytest-asyncio](https://github.com/pytest-dev/pytest-asyncio) | `1.1.0` | `1.2.0` | | [pymupdf](https://github.com/pymupdf/pymupdf) | `1.26.3` | `1.26.4` | Updates `azure-identity` from 1.23.1 to 1.25.0 - [Release notes](https://github.com/Azure/azure-sdk-for-python/releases) - [Changelog](https://github.com/Azure/azure-sdk-for-python/blob/main/doc/esrp_release.md) - [Commits](https://github.com/Azure/azure-sdk-for-python/compare/azure-identity_1.23.1...azure-identity_1.25.0) Updates `openai` from 1.98.0 to 2.0.1 - [Release notes](https://github.com/openai/openai-python/releases) - [Changelog](https://github.com/openai/openai-python/blob/main/CHANGELOG.md) - [Commits](https://github.com/openai/openai-python/compare/v1.98.0...v2.0.1) Updates `azure-search-documents` from 11.6.0b12 to 11.7.0b1 - [Release notes](https://github.com/Azure/azure-sdk-for-python/releases) - [Changelog](https://github.com/Azure/azure-sdk-for-python/blob/main/sdk/search/azure-search-documents/CHANGELOG.md) - [Commits](https://github.com/Azure/azure-sdk-for-python/compare/azure-search-documents_11.6.0b12...azure-search-documents_11.7.0b1) Updates `uvicorn` from 0.35.0 to 0.37.0 - [Release notes](https://github.com/Kludex/uvicorn/releases) - [Changelog](https://github.com/Kludex/uvicorn/blob/main/docs/release-notes.md) - [Commits](https://github.com/Kludex/uvicorn/compare/0.35.0...0.37.0) Updates `pydantic-settings` from 2.10.1 to 2.11.0 - [Release notes](https://github.com/pydantic/pydantic-settings/releases) - [Commits](https://github.com/pydantic/pydantic-settings/compare/2.10.1...v2.11.0) Updates `black` from 25.1.0 to 25.9.0 - [Release notes](https://github.com/psf/black/releases) - [Changelog](https://github.com/psf/black/blob/main/CHANGES.md) - [Commits](https://github.com/psf/black/compare/25.1.0...25.9.0) Updates `isort` from 6.0.1 to 6.1.0 - [Release notes](https://github.com/PyCQA/isort/releases) - [Changelog](https://github.com/PyCQA/isort/blob/main/CHANGELOG.md) - [Commits](https://github.com/PyCQA/isort/compare/6.0.1...6.1.0) Updates `opentelemetry-sdk` from 1.36.0 to 1.37.0 - [Release notes](https://github.com/open-telemetry/opentelemetry-python/releases) - [Changelog](https://github.com/open-telemetry/opentelemetry-python/blob/main/CHANGELOG.md) - [Commits](https://github.com/open-telemetry/opentelemetry-python/compare/v1.36.0...v1.37.0) Updates `opentelemetry-api` from 1.36.0 to 1.37.0 - [Release notes](https://github.com/open-telemetry/opentelemetry-python/releases) - [Changelog](https://github.com/open-telemetry/opentelemetry-python/blob/main/CHANGELOG.md) - [Commits](https://github.com/open-telemetry/opentelemetry-python/compare/v1.36.0...v1.37.0) Updates `opentelemetry-semantic-conventions` from 0.57b0 to 0.58b0 - [Release notes](https://github.com/open-telemetry/opentelemetry-python/releases) - [Changelog](https://github.com/open-telemetry/opentelemetry-python/blob/main/CHANGELOG.md) - [Commits](https://github.com/open-telemetry/opentelemetry-python/commits) Updates `opentelemetry-instrumentation` from 0.57b0 to 0.58b0 - [Release notes](https://github.com/open-telemetry/opentelemetry-python-contrib/releases) - [Changelog](https://github.com/open-telemetry/opentelemetry-python-contrib/blob/main/CHANGELOG.md) - [Commits](https://github.com/open-telemetry/opentelemetry-python-contrib/commits) Updates `azure-monitor-opentelemetry` from 1.6.13 to 1.8.1 - [Release notes](https://github.com/Azure/azure-sdk-for-python/releases) - [Changelog](https://github.com/Azure/azure-sdk-for-python/blob/main/doc/esrp_release.md) - [Commits](https://github.com/Azure/azure-sdk-for-python/compare/azure-monitor-opentelemetry_1.6.13...azure-monitor-opentelemetry_1.8.1) Updates `markdown` from 3.8.2 to 3.9 - [Release notes](https://github.com/Python-Markdown/markdown/releases) - [Changelog](https://github.com/Python-Markdown/markdown/blob/master/docs/changelog.md) - [Commits](https://github.com/Python-Markdown/markdown/compare/3.8.2...3.9.0) Updates `requests` from 2.32.4 to 2.32.5 - [Release notes](https://github.com/psf/requests/releases) - [Changelog](https://github.com/psf/requests/blob/main/HISTORY.md) - [Commits](https://github.com/psf/requests/compare/v2.32.4...v2.32.5) Updates `pytest` from 8.4.1 to 8.4.2 - [Release notes](https://github.com/pytest-dev/pytest/releases) - [Changelog](https://github.com/pytest-dev/pytest/blob/main/CHANGELOG.rst) - [Commits](https://github.com/pytest-dev/pytest/compare/8.4.1...8.4.2) Updates `pytest-asyncio` from 1.1.0 to 1.2.0 - [Release notes](https://github.com/pytest-dev/pytest-asyncio/releases) - [Commits](https://github.com/pytest-dev/pytest-asyncio/compare/v1.1.0...v1.2.0) Updates `pymupdf` from 1.26.3 to 1.26.4 - [Release notes](https://github.com/pymupdf/pymupdf/releases) - [Changelog](https://github.com/pymupdf/PyMuPDF/blob/main/changes.txt) - [Commits](https://github.com/pymupdf/pymupdf/compare/1.26.3...1.26.4) --- updated-dependencies: - dependency-name: azure-identity dependency-version: 1.25.0 dependency-type: direct:production update-type: version-update:semver-minor dependency-group: all-backend-deps - dependency-name: openai dependency-version: 2.0.1 dependency-type: direct:production update-type: version-update:semver-major dependency-group: all-backend-deps - dependency-name: azure-search-documents dependency-version: 11.7.0b1 dependency-type: direct:production update-type: version-update:semver-minor dependency-group: all-backend-deps - dependency-name: uvicorn dependency-version: 0.37.0 dependency-type: direct:production update-type: version-update:semver-minor dependency-group: all-backend-deps - dependency-name: pydantic-settings dependency-version: 2.11.0 dependency-type: direct:production update-type: version-update:semver-minor dependency-group: all-backend-deps - dependency-name: black dependency-version: 25.9.0 dependency-type: direct:production update-type: version-update:semver-minor dependency-group: all-backend-deps - dependency-name: isort dependency-version: 6.1.0 dependency-type: direct:production update-type: version-update:semver-minor dependency-group: all-backend-deps - dependency-name: opentelemetry-sdk dependency-version: 1.37.0 dependency-type: direct:production update-type: version-update:semver-minor dependency-group: all-backend-deps - dependency-name: opentelemetry-api dependency-version: 1.37.0 dependency-type: direct:production update-type: version-update:semver-minor dependency-group: all-backend-deps - dependency-name: opentelemetry-semantic-conventions dependency-version: 0.58b0 dependency-type: direct:production dependency-group: all-backend-deps - dependency-name: opentelemetry-instrumentation dependency-version: 0.58b0 dependency-type: direct:production dependency-group: all-backend-deps - dependency-name: azure-monitor-opentelemetry dependency-version: 1.8.1 dependency-type: direct:production update-type: version-update:semver-minor dependency-group: all-backend-deps - dependency-name: markdown dependency-version: '3.9' dependency-type: direct:development update-type: version-update:semver-minor dependency-group: all-backend-deps - dependency-name: requests dependency-version: 2.32.5 dependency-type: direct:development update-type: version-update:semver-patch dependency-group: all-backend-deps - dependency-name: pytest dependency-version: 8.4.2 dependency-type: direct:development update-type: version-update:semver-patch dependency-group: all-backend-deps - dependency-name: pytest-asyncio dependency-version: 1.2.0 dependency-type: direct:development update-type: version-update:semver-minor dependency-group: all-backend-deps - dependency-name: pymupdf dependency-version: 1.26.4 dependency-type: direct:development update-type: version-update:semver-patch dependency-group: all-backend-deps ... Signed-off-by: dependabot[bot] --- src/requirements-dev.txt | 14 +++++++------- src/requirements.txt | 24 ++++++++++++------------ 2 files changed, 19 insertions(+), 19 deletions(-) diff --git a/src/requirements-dev.txt b/src/requirements-dev.txt index 2b1d45d4e..fd415bb9a 100644 --- a/src/requirements-dev.txt +++ b/src/requirements-dev.txt @@ -1,20 +1,20 @@ -r requirements.txt azure-ai-documentintelligence==1.0.2 -Markdown==3.8.2 -requests==2.32.4 +Markdown==3.9 +requests==2.32.5 tqdm==4.67.1 tiktoken langchain==0.3.27 bs4==0.0.2 urllib3==2.5.0 -pytest==8.4.1 -pytest-asyncio==1.1.0 -PyMuPDF==1.26.3 +pytest==8.4.2 +pytest-asyncio==1.2.0 +PyMuPDF==1.26.4 azure-storage-blob chardet azure-keyvault-secrets coverage flake8==7.3.0 -black==25.1.0 +black==25.9.0 autoflake==2.3.1 -isort==6.0.1 \ No newline at end of file +isort==6.1.0 \ No newline at end of file diff --git a/src/requirements.txt b/src/requirements.txt index cc392676f..c51ea1e21 100644 --- a/src/requirements.txt +++ b/src/requirements.txt @@ -1,27 +1,27 @@ -azure-identity==1.23.1 +azure-identity==1.25.0 # Flask[async]==2.3.2 -openai==1.98.0 -azure-search-documents==11.6.0b12 +openai==2.0.1 +azure-search-documents==11.7.0b1 azure-storage-blob==12.26.0 python-dotenv==1.1.1 azure-cosmos==4.9.0 azure-ai-projects==1.0.0 azure-ai-inference==1.0.0b9 quart==0.20.0 -uvicorn==0.35.0 +uvicorn==0.37.0 aiohttp==3.12.15 gunicorn==23.0.0 -pydantic-settings==2.10.1 +pydantic-settings==2.11.0 flake8==7.3.0 -black==25.1.0 +black==25.9.0 autoflake==2.3.1 -isort==6.0.1 +isort==6.1.0 opentelemetry-exporter-otlp-proto-grpc opentelemetry-exporter-otlp-proto-http opentelemetry-exporter-otlp-proto-grpc azure-monitor-events-extension -opentelemetry-sdk==1.36.0 -opentelemetry-api==1.36.0 -opentelemetry-semantic-conventions==0.57b0 -opentelemetry-instrumentation==0.57b0 -azure-monitor-opentelemetry==1.6.13 \ No newline at end of file +opentelemetry-sdk==1.37.0 +opentelemetry-api==1.37.0 +opentelemetry-semantic-conventions==0.58b0 +opentelemetry-instrumentation==0.58b0 +azure-monitor-opentelemetry==1.8.1 \ No newline at end of file From 151d559ee83dcb2d863b1d898cb2a03aeb25ff23 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 1 Oct 2025 22:19:20 +0000 Subject: [PATCH 4/6] build(deps): bump the all-actions group with 8 updates Bumps the all-actions group with 8 updates: | Package | From | To | | --- | --- | --- | | [actions/checkout](https://github.com/actions/checkout) | `4` | `5` | | [tj-actions/changed-files](https://github.com/tj-actions/changed-files) | `46.0.5` | `47.0.0` | | [lycheeverse/lychee-action](https://github.com/lycheeverse/lychee-action) | `2.4.1` | `2.6.1` | | [codfish/semantic-release-action](https://github.com/codfish/semantic-release-action) | `3` | `4` | | [actions/setup-node](https://github.com/actions/setup-node) | `4` | `5` | | [amannn/action-semantic-pull-request](https://github.com/amannn/action-semantic-pull-request) | `5` | `6` | | [actions/setup-python](https://github.com/actions/setup-python) | `5` | `6` | | [actions/stale](https://github.com/actions/stale) | `9` | `10` | Updates `actions/checkout` from 4 to 5 - [Release notes](https://github.com/actions/checkout/releases) - [Changelog](https://github.com/actions/checkout/blob/main/CHANGELOG.md) - [Commits](https://github.com/actions/checkout/compare/v4...v5) Updates `tj-actions/changed-files` from 46.0.5 to 47.0.0 - [Release notes](https://github.com/tj-actions/changed-files/releases) - [Changelog](https://github.com/tj-actions/changed-files/blob/main/HISTORY.md) - [Commits](https://github.com/tj-actions/changed-files/compare/ed68ef82c095e0d48ec87eccea555d944a631a4c...24d32ffd492484c1d75e0c0b894501ddb9d30d62) Updates `lycheeverse/lychee-action` from 2.4.1 to 2.6.1 - [Release notes](https://github.com/lycheeverse/lychee-action/releases) - [Commits](https://github.com/lycheeverse/lychee-action/compare/v2.4.1...v2.6.1) Updates `codfish/semantic-release-action` from 3 to 4 - [Release notes](https://github.com/codfish/semantic-release-action/releases) - [Commits](https://github.com/codfish/semantic-release-action/compare/v3...v4) Updates `actions/setup-node` from 4 to 5 - [Release notes](https://github.com/actions/setup-node/releases) - [Commits](https://github.com/actions/setup-node/compare/v4...v5) Updates `amannn/action-semantic-pull-request` from 5 to 6 - [Release notes](https://github.com/amannn/action-semantic-pull-request/releases) - [Changelog](https://github.com/amannn/action-semantic-pull-request/blob/main/CHANGELOG.md) - [Commits](https://github.com/amannn/action-semantic-pull-request/compare/v5...v6) Updates `actions/setup-python` from 5 to 6 - [Release notes](https://github.com/actions/setup-python/releases) - [Commits](https://github.com/actions/setup-python/compare/v5...v6) Updates `actions/stale` from 9 to 10 - [Release notes](https://github.com/actions/stale/releases) - [Changelog](https://github.com/actions/stale/blob/main/CHANGELOG.md) - [Commits](https://github.com/actions/stale/compare/v9...v10) --- updated-dependencies: - dependency-name: actions/checkout dependency-version: '5' dependency-type: direct:production update-type: version-update:semver-major dependency-group: all-actions - dependency-name: tj-actions/changed-files dependency-version: 47.0.0 dependency-type: direct:production update-type: version-update:semver-major dependency-group: all-actions - dependency-name: lycheeverse/lychee-action dependency-version: 2.6.1 dependency-type: direct:production update-type: version-update:semver-minor dependency-group: all-actions - dependency-name: codfish/semantic-release-action dependency-version: '4' dependency-type: direct:production update-type: version-update:semver-major dependency-group: all-actions - dependency-name: actions/setup-node dependency-version: '5' dependency-type: direct:production update-type: version-update:semver-major dependency-group: all-actions - dependency-name: amannn/action-semantic-pull-request dependency-version: '6' dependency-type: direct:production update-type: version-update:semver-major dependency-group: all-actions - dependency-name: actions/setup-python dependency-version: '6' dependency-type: direct:production update-type: version-update:semver-major dependency-group: all-actions - dependency-name: actions/stale dependency-version: '10' dependency-type: direct:production update-type: version-update:semver-major dependency-group: all-actions ... Signed-off-by: dependabot[bot] --- .github/workflows/Scheduled-Dependabot-PRs-Auto-Merge.yml | 2 +- .github/workflows/azure-dev.yml | 2 +- .github/workflows/broken-links-checker.yml | 8 ++++---- .github/workflows/create-release.yml | 4 ++-- .github/workflows/deploy.yml | 2 +- .github/workflows/docker-build-and-push.yml | 2 +- .github/workflows/node.js.yml | 4 ++-- .github/workflows/pr-title-checker.yml | 2 +- .github/workflows/pylint.yml | 4 ++-- .github/workflows/python-app.yml | 8 ++++---- .github/workflows/stale-bot.yml | 4 ++-- .github/workflows/telemetry-template-check.yml | 2 +- .github/workflows/test-automation.yml | 4 ++-- .github/workflows/tests.yml | 8 ++++---- 14 files changed, 28 insertions(+), 28 deletions(-) diff --git a/.github/workflows/Scheduled-Dependabot-PRs-Auto-Merge.yml b/.github/workflows/Scheduled-Dependabot-PRs-Auto-Merge.yml index 1cfc09759..0653e3d70 100644 --- a/.github/workflows/Scheduled-Dependabot-PRs-Auto-Merge.yml +++ b/.github/workflows/Scheduled-Dependabot-PRs-Auto-Merge.yml @@ -36,7 +36,7 @@ jobs: runs-on: ubuntu-latest steps: - name: Checkout repository - uses: actions/checkout@v4 + uses: actions/checkout@v5 - name: Install GitHub CLI run: | diff --git a/.github/workflows/azure-dev.yml b/.github/workflows/azure-dev.yml index 67ec924a3..3d96b5c3a 100644 --- a/.github/workflows/azure-dev.yml +++ b/.github/workflows/azure-dev.yml @@ -15,7 +15,7 @@ jobs: steps: # Step 1: Checkout the code from your repository - name: Checkout code - uses: actions/checkout@v4 + uses: actions/checkout@v5 # Step 2: Validate the Azure template using microsoft/template-validation-action - name: Validate Azure Template diff --git a/.github/workflows/broken-links-checker.yml b/.github/workflows/broken-links-checker.yml index 51984487e..d9478f28b 100644 --- a/.github/workflows/broken-links-checker.yml +++ b/.github/workflows/broken-links-checker.yml @@ -16,7 +16,7 @@ jobs: steps: - name: Checkout Repo - uses: actions/checkout@v4 + uses: actions/checkout@v5 with: fetch-depth: 0 @@ -24,7 +24,7 @@ jobs: - name: Get changed markdown files (PR only) id: changed-markdown-files if: github.event_name == 'pull_request' - uses: tj-actions/changed-files@ed68ef82c095e0d48ec87eccea555d944a631a4c # v46 + uses: tj-actions/changed-files@24d32ffd492484c1d75e0c0b894501ddb9d30d62 # v46 with: files: | **/*.md @@ -34,7 +34,7 @@ jobs: - name: Check Broken Links in Changed Markdown Files id: lychee-check-pr if: github.event_name == 'pull_request' && steps.changed-markdown-files.outputs.any_changed == 'true' - uses: lycheeverse/lychee-action@v2.4.1 + uses: lycheeverse/lychee-action@v2.6.1 with: args: > --verbose --exclude-mail --no-progress --exclude ^https?:// @@ -47,7 +47,7 @@ jobs: - name: Check Broken Links in All Markdown Files in Entire Repo (Manual Trigger) id: lychee-check-manual if: github.event_name == 'workflow_dispatch' - uses: lycheeverse/lychee-action@v2.4.1 + uses: lycheeverse/lychee-action@v2.6.1 with: args: > --verbose --exclude-mail --no-progress --exclude ^https?:// diff --git a/.github/workflows/create-release.yml b/.github/workflows/create-release.yml index 88bf47515..2a2cbb23d 100644 --- a/.github/workflows/create-release.yml +++ b/.github/workflows/create-release.yml @@ -14,11 +14,11 @@ jobs: runs-on: ubuntu-latest steps: - name: Checkout - uses: actions/checkout@v4 + uses: actions/checkout@v5 with: ref: ${{ github.event.workflow_run.head_sha }} - - uses: codfish/semantic-release-action@v3 + - uses: codfish/semantic-release-action@v4 id: semantic with: tag-format: 'v${version}' diff --git a/.github/workflows/deploy.yml b/.github/workflows/deploy.yml index 12ffbb10e..99cf7fc84 100644 --- a/.github/workflows/deploy.yml +++ b/.github/workflows/deploy.yml @@ -26,7 +26,7 @@ jobs: WEBAPP_URL: ${{ steps.get_output.outputs.WEBAPP_URL }} steps: - name: Checkout Code - uses: actions/checkout@v4 + uses: actions/checkout@v5 - name: Setup Azure CLI run: | diff --git a/.github/workflows/docker-build-and-push.yml b/.github/workflows/docker-build-and-push.yml index 0d53b255e..796c508eb 100644 --- a/.github/workflows/docker-build-and-push.yml +++ b/.github/workflows/docker-build-and-push.yml @@ -19,7 +19,7 @@ jobs: steps: - name: Checkout repository - uses: actions/checkout@v4 + uses: actions/checkout@v5 - name: Set up Docker Buildx uses: docker/setup-buildx-action@v3 diff --git a/.github/workflows/node.js.yml b/.github/workflows/node.js.yml index bda941af8..7dfaea26f 100644 --- a/.github/workflows/node.js.yml +++ b/.github/workflows/node.js.yml @@ -22,9 +22,9 @@ jobs: # See supported Node.js release schedule at https://nodejs.org/en/about/releases/ steps: - - uses: actions/checkout@v4 + - uses: actions/checkout@v5 - name: Use Node.js ${{ matrix.node-version }} - uses: actions/setup-node@v4 + uses: actions/setup-node@v5 with: node-version: ${{ matrix.node-version }} cache: 'npm' diff --git a/.github/workflows/pr-title-checker.yml b/.github/workflows/pr-title-checker.yml index b7e70e56b..842cf679f 100644 --- a/.github/workflows/pr-title-checker.yml +++ b/.github/workflows/pr-title-checker.yml @@ -17,6 +17,6 @@ jobs: runs-on: ubuntu-latest if: ${{ github.event_name != 'merge_group' }} steps: - - uses: amannn/action-semantic-pull-request@v5 + - uses: amannn/action-semantic-pull-request@v6 env: GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }} diff --git a/.github/workflows/pylint.yml b/.github/workflows/pylint.yml index f77e1e102..8cc4b46c9 100644 --- a/.github/workflows/pylint.yml +++ b/.github/workflows/pylint.yml @@ -12,11 +12,11 @@ jobs: steps: # Step 1: Checkout code - name: Checkout code - uses: actions/checkout@v4 + uses: actions/checkout@v5 # Step 2: Set up Python environment - name: Set up Python ${{ matrix.python-version }} - uses: actions/setup-python@v5 + uses: actions/setup-python@v6 with: python-version: ${{ matrix.python-version }} diff --git a/.github/workflows/python-app.yml b/.github/workflows/python-app.yml index 3e1a5597e..2c6321914 100644 --- a/.github/workflows/python-app.yml +++ b/.github/workflows/python-app.yml @@ -17,9 +17,9 @@ jobs: runs-on: - ubuntu-latest steps: - - uses: actions/checkout@v4 + - uses: actions/checkout@v5 - name: Set up Python 3.11 - uses: actions/setup-python@v5 + uses: actions/setup-python@v6 with: python-version: "3.11" - name: Install dependencies @@ -35,9 +35,9 @@ jobs: runs-on: - windows-latest steps: - - uses: actions/checkout@v4 + - uses: actions/checkout@v5 - name: Set up Python 3.11 - uses: actions/setup-python@v5 + uses: actions/setup-python@v6 with: python-version: "3.11" - name: Install dependencies diff --git a/.github/workflows/stale-bot.yml b/.github/workflows/stale-bot.yml index c91575804..20e3e7c73 100644 --- a/.github/workflows/stale-bot.yml +++ b/.github/workflows/stale-bot.yml @@ -12,7 +12,7 @@ jobs: runs-on: ubuntu-latest steps: - name: Mark Stale Issues and PRs - uses: actions/stale@v9 + uses: actions/stale@v10 with: stale-issue-message: "This issue is stale because it has been open 180 days with no activity. Remove stale label or comment, or it will be closed in 30 days." stale-pr-message: "This PR is stale because it has been open 180 days with no activity. Please update or it will be closed in 30 days." @@ -24,7 +24,7 @@ jobs: runs-on: ubuntu-latest steps: - name: Checkout Repository - uses: actions/checkout@v4 + uses: actions/checkout@v5 with: fetch-depth: 0 # Fetch full history for accurate branch checks - name: Fetch All Branches diff --git a/.github/workflows/telemetry-template-check.yml b/.github/workflows/telemetry-template-check.yml index ee9233b91..40a792ad6 100644 --- a/.github/workflows/telemetry-template-check.yml +++ b/.github/workflows/telemetry-template-check.yml @@ -14,7 +14,7 @@ jobs: steps: - name: Checkout code - uses: actions/checkout@v4 + uses: actions/checkout@v5 - name: Check for required metadata template line run: | diff --git a/.github/workflows/test-automation.yml b/.github/workflows/test-automation.yml index 724675db3..f602d4aea 100644 --- a/.github/workflows/test-automation.yml +++ b/.github/workflows/test-automation.yml @@ -21,10 +21,10 @@ jobs: runs-on: ubuntu-latest steps: - name: Checkout repository - uses: actions/checkout@v4 + uses: actions/checkout@v5 - name: Set up Python - uses: actions/setup-python@v5 + uses: actions/setup-python@v6 with: python-version: '3.13' diff --git a/.github/workflows/tests.yml b/.github/workflows/tests.yml index d9c52774a..efb6a507a 100644 --- a/.github/workflows/tests.yml +++ b/.github/workflows/tests.yml @@ -19,11 +19,11 @@ jobs: runs-on: ubuntu-latest # Use the latest Ubuntu runner steps: - - uses: actions/checkout@v4 # Checkout the repository + - uses: actions/checkout@v5 # Checkout the repository # Set up Python environment for Backend - name: Set up Python - uses: actions/setup-python@v5 + uses: actions/setup-python@v6 with: python-version: "3.11" # Set Python version @@ -62,11 +62,11 @@ jobs: runs-on: ubuntu-latest # Use the latest Ubuntu runner steps: - - uses: actions/checkout@v4 # Checkout the repository + - uses: actions/checkout@v5 # Checkout the repository # Set up Node.js environment for Frontend - name: Set up Node.js - uses: actions/setup-node@v4 + uses: actions/setup-node@v5 with: node-version: '20' # Set the Node.js version From cabf0414241cb043e5a686e1978be835114e4ae9 Mon Sep 17 00:00:00 2001 From: Venkateswarlu Marthula Date: Mon, 20 Oct 2025 12:06:27 +0530 Subject: [PATCH 5/6] body to index parameter changes it's expeted as new version updated --- src/backend/api/agent/browse_agent_factory.py | 2 +- src/backend/api/agent/section_agent_factory.py | 2 +- src/backend/api/agent/template_agent_factory.py | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) diff --git a/src/backend/api/agent/browse_agent_factory.py b/src/backend/api/agent/browse_agent_factory.py index 87ff384ce..c6343eea7 100644 --- a/src/backend/api/agent/browse_agent_factory.py +++ b/src/backend/api/agent/browse_agent_factory.py @@ -48,7 +48,7 @@ async def create_or_get_agent(cls): project_index = await project_client.indexes.create_or_update( name=index_name, version=index_version, - body={ + index={ "connectionName": app_settings.datasource.connection_name, "indexName": app_settings.datasource.index, "type": "AzureSearch", diff --git a/src/backend/api/agent/section_agent_factory.py b/src/backend/api/agent/section_agent_factory.py index f76d90abc..9680b17ee 100644 --- a/src/backend/api/agent/section_agent_factory.py +++ b/src/backend/api/agent/section_agent_factory.py @@ -47,7 +47,7 @@ async def create_or_get_agent(cls): project_index = await project_client.indexes.create_or_update( name=index_name, version=index_version, - body={ + index={ "connectionName": app_settings.datasource.connection_name, "indexName": app_settings.datasource.index, "type": "AzureSearch", diff --git a/src/backend/api/agent/template_agent_factory.py b/src/backend/api/agent/template_agent_factory.py index e16db59b6..5753fd305 100644 --- a/src/backend/api/agent/template_agent_factory.py +++ b/src/backend/api/agent/template_agent_factory.py @@ -47,7 +47,7 @@ async def create_or_get_agent(cls): project_index = await project_client.indexes.create_or_update( name=index_name, version=index_version, - body={ + index={ "connectionName": app_settings.datasource.connection_name, "indexName": app_settings.datasource.index, "type": "AzureSearch", From 5073e5e9786d4669f8f5849ee93e7d306cf9e86f Mon Sep 17 00:00:00 2001 From: Rohini-Microsoft Date: Thu, 23 Oct 2025 09:12:59 +0530 Subject: [PATCH 6/6] Prevent JSON parsing errors in console when switching from Browse to Generate --- src/frontend/src/helpers/helpers.ts | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/src/frontend/src/helpers/helpers.ts b/src/frontend/src/helpers/helpers.ts index b36dbb016..8816726e5 100644 --- a/src/frontend/src/helpers/helpers.ts +++ b/src/frontend/src/helpers/helpers.ts @@ -28,6 +28,11 @@ export const parseCitationFromMessage = (message: ChatMessage) => { export const cleanJSON = (jsonString: string) => { try { + // Check if the string contains JSON-like patterns before processing + if (!jsonString.includes('{') || !jsonString.includes('}')) { + return '' + } + let lines: string[] let cleanString = '' lines = jsonString.split('\n')