Skip to content

Conversation

@dependabot
Copy link
Contributor

@dependabot dependabot bot commented on behalf of github Nov 1, 2025

Bumps the all-backend-deps group with 13 updates:

Package From To
azure-functions 1.23.0 1.24.0
streamlit 1.50.0 1.51.0
python-dotenv 1.1.1 1.2.1
azure-storage-blob 12.26.0 12.27.1
azure-identity 1.25.0 1.25.1
tiktoken 0.11.0 0.12.0
azure-storage-queue 12.13.0 12.14.1
azure-mgmt-cognitiveservices 14.0.0 14.1.0
semantic-kernel 1.37.0 1.37.1
pydantic 2.11.9 2.11.10
azure-ai-ml 1.29.0 1.30.0
azure-cosmos 4.9.0 4.14.0
psycopg2-binary 2.9.10 2.9.11

Updates azure-functions from 1.23.0 to 1.24.0

Release notes

Sourced from azure-functions's releases.

Release runtimes/v2 1.1.0b2

What's Changed

Full Changelog: Azure/azure-functions-python-worker@runtimes/v2-1.1.0b1...runtimes/v2-1.1.0b2

4.2.0 (hotfix)

A new hotfix release for Python Worker to fix the import issue.

Commits

Updates streamlit from 1.50.0 to 1.51.0

Release notes

Sourced from streamlit's releases.

1.51.0

What's Changed

New Features 🎉

Bug Fixes 🐛

... (truncated)

Commits

Updates python-dotenv from 1.1.1 to 1.2.1

Release notes

Sourced from python-dotenv's releases.

v1.2.1

What's Changed

New Contributors

Full Changelog: theskumar/python-dotenv@v1.2.0...v1.2.1

v1.2.0

What's Changed

New Contributors

Full Changelog: theskumar/python-dotenv@v1.1.1...v1.2.0

Changelog

Sourced from python-dotenv's changelog.

[1.2.1] - 2025-10-26

  • Move more config to pyproject.toml, removed setup.cfg
  • Add support for reading .env from FIFOs (Unix) by [@​sidharth-sudhir] in #586

[1.2.0] - 2025-10-26

Commits
  • eaf2a91 Do not remove .coverage file
  • 8716196 Bump version: 1.2.0 → 1.2.1
  • b87807f Update changelog
  • 3af77d3 Support reading .env from FIFOs (Unix) (#586)
  • 467ee22 Fix test failures after moving config to pyproject.toml
  • 76999e7 Move more config pyproject.toml
  • 222ce2c Update to use trusted publisher on pypi
  • 8ed4f79 Update docs requirements
  • 5bf8822 Bump version: 1.1.1 → 1.2.0
  • 1fe11cc upadate changelog
  • Additional commits viewable in compare view

Updates azure-storage-blob from 12.26.0 to 12.27.1

Release notes

Sourced from azure-storage-blob's releases.

azure-storage-blob_12.27.1

12.27.1 (2025-10-29)

Bugs Fixed

  • Fixed MyPy attr-defined errors for BlobClient.

azure-storage-blob_12.27.0

12.27.0 (2025-10-15)

Features Added

  • Stable release of features from 12.27.0b1

Other Changes

  • Migrated any previously documented kwarg arguments to be named keywords. Some public types may have been adjusted if they were previously erroneous or incomplete.
  • Removed __enter__ and __exit__ attributes for all asynchronous client objects for raising explicit TypeError, and let the AttributeError raise directly.
Commits
  • 2972b9e [Storage] Cherry Pick mypy fixes for STG 99 (#43664)
  • 0568271 [Storage] [STG 99] Changelogs for Removing __enter__ and __exit__ from As...
  • ad01347 Updated release date
  • 680072a Added back download_blob overloads to fix API Views (#42769)
  • 49dd75d Added changelogs for the bug fix (#43105)
  • c8ba802 [Storage] Fixed Pagination for list_directories_and_files when `name_starts...
  • ad36c0c Merge branch 'main' into release/storage/stg99-ga
  • 1c0344e Fix NFS tests (#42894)
  • 20f7d18 Added back download_blob overloads to fix API Views (#42769)
  • 28abd08 [Storage] Fix Blob test_helpers.py (#42712)
  • Additional commits viewable in compare view

Updates azure-identity from 1.25.0 to 1.25.1

Release notes

Sourced from azure-identity's releases.

azure-identity_1.25.1

1.25.1 (2025-10-06)

Other Changes

  • When AZURE_TOKEN_CREDENTIALS is set to ManagedIdentityCredential, DefaultAzureCredential now skips the IMDS endpoint probe request and directly attempts token acquisition with full retry logic, matching the behavior of using ManagedIdentityCredential standalone. (#43080)
  • Improved error messages from ManagedIdentityCredential to include the full error response from managed identity endpoints for better troubleshooting. (#43231)
Commits

Updates tiktoken from 0.11.0 to 0.12.0

Changelog

Sourced from tiktoken's changelog.

[v0.12.0]

  • Build wheels for Python 3.14
  • Build musllinux aarch64 wheels
  • Support for free-threaded Python
  • Update version of pyo3 and rustc-hash
  • Avoid use of blobfile for reading local files
  • Recognise gpt-5 model identifier
  • Minor performance improvement for file reading
Commits

Updates azure-storage-queue from 12.13.0 to 12.14.1

Release notes

Sourced from azure-storage-queue's releases.

azure-storage-queue_12.14.1

12.14.1 (2025-10-29)

Bugs Fixed

  • Fixed MyPy attr-defined errors for QueueClient.

azure-storage-queue_12.14.0

12.14.0 (2025-10-15)

Features Added

  • Stable release of features from 12.14.0b1

Other Changes

  • Removed __enter__ and __exit__ attributes for all asynchronous client objects for raising explicit TypeError, and let the AttributeError raise directly.
Commits
  • 2972b9e [Storage] Cherry Pick mypy fixes for STG 99 (#43664)
  • 0568271 [Storage] [STG 99] Changelogs for Removing __enter__ and __exit__ from As...
  • ad01347 Updated release date
  • 680072a Added back download_blob overloads to fix API Views (#42769)
  • 49dd75d Added changelogs for the bug fix (#43105)
  • c8ba802 [Storage] Fixed Pagination for list_directories_and_files when `name_starts...
  • ad36c0c Merge branch 'main' into release/storage/stg99-ga
  • 1c0344e Fix NFS tests (#42894)
  • 20f7d18 Added back download_blob overloads to fix API Views (#42769)
  • 28abd08 [Storage] Fix Blob test_helpers.py (#42712)
  • Additional commits viewable in compare view

Updates azure-mgmt-cognitiveservices from 14.0.0 to 14.1.0

Release notes

Sourced from azure-mgmt-cognitiveservices's releases.

azure-mgmt-cognitiveservices_14.1.0

14.1.0 (2025-10-24)

Features Added

  • Model CognitiveServicesManagementClient added parameter cloud_setting in method __init__
  • Client CognitiveServicesManagementClient added operation group rai_topics
  • Client CognitiveServicesManagementClient added operation group quota_tiers
  • Model AccountModel added property replacement_config
  • Model AccountModel added property model_catalog_asset_id
  • Model AccountProperties added property stored_completions_disabled
  • Model AzureEntityResource added property system_data
  • Model CapabilityHost added property system_data
  • Enum ConnectionCategory added member AZURE_STORAGE_ACCOUNT
  • Model ConnectionPropertiesV2BasicResource added property system_data
  • Model ModelCapacityListResultValueItem added property system_data
  • Model ModelDeprecationInfo added property deprecation_status
  • Enum ModelLifecycleStatus added member LEGACY
  • Model NetworkSecurityPerimeterConfiguration added property system_data
  • Model PrivateLinkResource added property system_data
  • Model ProxyResource added property system_data
  • Model RaiContentFilter added property system_data
  • Model RaiPolicyProperties added property custom_topics
  • Model Resource added property system_data
  • Added model CustomTopicConfig
  • Added enum DeprecationStatus
  • Added model ErrorDetailAutoGenerated
  • Added model ErrorResponseAutoGenerated
  • Added model QuotaTier
  • Added model QuotaTierListResult
  • Added model QuotaTierProperties
  • Added model QuotaTierUpgradeEligibilityInfo
  • Added model RaiTopic
  • Added model RaiTopicConfig
  • Added model RaiTopicProperties
  • Added model RaiTopicResult
  • Added model ReplacementConfig
  • Added enum TierUpgradePolicy
  • Added enum UpgradeAvailabilityStatus
  • Added operation group QuotaTiersOperations
  • Added operation group RaiTopicsOperations
Commits
  • 9187477 [AutoRelease] t2-appcontainers-2025-10-09-42434(can only be merged by SDK own...
  • f3f8cf3 [AutoRelease] t2-network-2025-09-23-00572(can only be merged by SDK owner) (#...
  • 13fa29a [AutoRelease] t2-cognitiveservices-2025-10-10-76953(can only be merged by SDK...
  • dce2b54 bump used proxy version (#43599)
  • eae8a80 Added Samples for User Agents (#43561)
  • 4022775 Silence Non-Blocking 1ESPT Error (#43585)
  • bf7269d [Batch] Beta Data Plane SDK 15.1.0b1 (replacing 15.0.0b3) (#43590)
  • 71bb0da redteam agent target updates (#43592)
  • cea554e Attestation Client TSP Generation (#42338)
  • b32851f Remove broken link (#43574)
  • Additional commits viewable in compare view

Updates semantic-kernel from 1.37.0 to 1.37.1

Release notes

Sourced from semantic-kernel's releases.

python-1.37.1

Release Notes

Enhancements and Improvements

Bug Fixes

Python Package Updates

New Contributors

Full Changelog: microsoft/semantic-kernel@python-1.37.0...python-1.37.1

Commits
  • 2651307 Python: Bump Python version to 1.37.1 for a release. (#13314)
  • 9962d43 Python: Fixed sending "text" parameter to OpenAI Responses API (#13280)
  • 05d659d Python: Fix non-string KernelArguments being converted to strings in prompt t...
  • 1f8fea2 Python: Fix ai connector integration tests (#13311)
  • f5fb44e Python: Bump weaviate image to 1.33.3 (#13313)
  • cc43169 .Net: [MEVD] Test cleanup pack (#13307)
  • c79c269 .Net: [MEVD] Fix filtering by true (#13294)
  • 96c4701 .Net: Feature/gemini function parts format (#13258)
  • 3434190 .Net: Fix #13183: .NET — Kernel.AddOpenAIChatClient throws an error when us… ...
  • cf9a5f2 Python: Fix onnx pkg by pinning. Pin openai < 2.0. (#13284)
  • Additional commits viewable in compare view

Updates pydantic from 2.11.9 to 2.11.10

Changelog

Sourced from pydantic's changelog.

v2.11.10 (2025-10-04)

GitHub release

What's Changed

Fixes

Commits

Updates azure-ai-ml from 1.29.0 to 1.30.0

Release notes

Sourced from azure-ai-ml's releases.

azure-ai-ml_1.30.0

1.30.0 (2025-10-29)

Features Added

  • Removed the dependencies - msrest and six
  • Added support for Deployment Templates along with the following operations:
    • ml_client.deployment_templates.create_or_update()
    • ml_client.deployment_templates.list()
    • ml_client.deployment_templates.get()
    • ml_client.deployment_templates.archive()
    • ml_client.deployment_templates.restore()
Commits

Updates azure-cosmos from 4.9.0 to 4.14.0

Release notes

Sourced from azure-cosmos's releases.

azure-cosmos_4.14.0

4.14.0 (2025-10-13)

This version and all future versions will require Python 3.9+.

Features Added

  • Added ability to return a tuple of a DatabaseProxy/ContainerProxy with the associated database/container properties when creating or reading databases/containers through return_properties parameter. See PR 41742
  • Added a new preview feature API for Semantic Reranking. See PR 42991

Breaking Changes

  • Changed retry_write from bool to int to match other retryable options. See PR 43341.

Bugs Fixed

  • Fixed bug where exclusion list was not honored before falling back to global endpoint for multi-write region accounts. SeePR 43297

Other Changes

  • Removed dual endpoint tracking from the sdk. See PR 40451.
  • Reverted typehints to fix the mismatch issue. See PR 43124
  • Corrected type hints for ConsistencyPolicy in DatabaseAccount class. See PR 43150

azure-cosmos_4.14.0b4

4.14.0b4 (2025-09-11)

Bugs Fixed

  • Fixed bug where client provided session token was not respected when client-side session management was disabled. See PR 42965

azure-cosmos_4.14.0b3

4.14.0b3 (2025-09-09)

Features Added

  • Added read_items API to provide an efficient method for retrieving multiple items in a single request. See PR 42167.
  • Added ability to replace a container's indexing policy if a vector embedding policy was present. See PR 42810.

Bugs Fixed

  • Improved the resilience of Database Account Read metadata operation against short-lived network issues by increasing number of retries. See PR 42525.
  • Fixed bug where during health checks read regions were marked as unavailable for write operations. See PR 42525.
  • Fixed bug where containers named with spaces or special characters using session consistency would fall back to eventual consistency. See PR 42608
  • Fixed bug where excluded_locations was not being honored for some metadata calls. See PR 42266.
  • Fixed bug where Hybrid Search queries using parameters were not working. See PR 42787
  • Fixed partition scoping for per partition circuit breaker. See PR 42751
  • Fixed bug where partition_key set to None was not properly handled for some operations. See PR 42747

Other Changes

  • Added session token false progress merge logic. See 42393
  • Added a fallback mechanism to AAD scope override. See PR 42731.
Commits

Updates psycopg2-binary from 2.9.10 to 2.9.11

Changelog

Sourced from psycopg2-binary's changelog.

Current release

What's new in psycopg 2.9.11 ^^^^^^^^^^^^^^^^^^^^^^^^^^^^

  • Add support for Python 3.14.
  • Avoid a segfault passing more arguments than placeholders if Python is built with assertions enabled (:ticket:[#1791](https://github.com/psycopg/psycopg2/issues/1791)).
  • Add riscv64 platform binary packages (:ticket:[#1813](https://github.com/psycopg/psycopg2/issues/1813)).
  • ~psycopg2.errorcodes map and ~psycopg2.errors classes updated to PostgreSQL 18.
  • Drop support for Python 3.8.

What's new in psycopg 2.9.10 ^^^^^^^^^^^^^^^^^^^^^^^^^^^^

  • Add support for Python 3.13.
  • Receive notifications on commit (:ticket:[#1728](https://github.com/psycopg/psycopg2/issues/1728)).
  • ~psycopg2.errorcodes map and ~psycopg2.errors classes updated to PostgreSQL 17.
  • Drop support for Python 3.7.

What's new in psycopg 2.9.9 ^^^^^^^^^^^^^^^^^^^^^^^^^^^

  • Add support for Python 3.12.
  • Drop support for Python 3.6.

What's new in psycopg 2.9.8 ^^^^^^^^^^^^^^^^^^^^^^^^^^^

  • Wheel package bundled with PostgreSQL 16 libpq in order to add support for recent features, such as sslcertmode.

What's new in psycopg 2.9.7 ^^^^^^^^^^^^^^^^^^^^^^^^^^^

  • Fix propagation of exceptions raised during module initialization (:ticket:[#1598](https://github.com/psycopg/psycopg2/issues/1598)).
  • Fix building when pg_config returns an empty string (:ticket:[#1599](https://github.com/psycopg/psycopg2/issues/1599)).
  • Wheel package bundled with OpenSSL 1.1.1v.

What's new in psycopg 2.9.6 ^^^^^^^^^^^^^^^^^^^^^^^^^^^

... (truncated)

Commits
  • fd9ae8c chore: bump to version 2.9.11
  • d923840 chore: update docs requirements
  • d42dc71 Merge branch 'fix-1791'
  • 4fde656 fix: avoid failed assert passing more arguments than placeholders
  • 8308c19 fix: drop warning about the use of deprecated PyWeakref_GetObject function
  • 1a1eabf build(deps): bump actions/github-script from 7 to 8
  • 897af8b build(deps): bump peter-evans/repository-dispatch from 3 to 4
  • ceefd30 build(deps): bump actions/checkout from 4 to 5
  • 4dc5854 build(deps): bump actions/setup-python from...

    Description has been truncated

Bumps the all-backend-deps group with 13 updates:

| Package | From | To |
| --- | --- | --- |
| [azure-functions](https://github.com/Azure/azure-functions-python-worker) | `1.23.0` | `1.24.0` |
| [streamlit](https://github.com/streamlit/streamlit) | `1.50.0` | `1.51.0` |
| [python-dotenv](https://github.com/theskumar/python-dotenv) | `1.1.1` | `1.2.1` |
| [azure-storage-blob](https://github.com/Azure/azure-sdk-for-python) | `12.26.0` | `12.27.1` |
| [azure-identity](https://github.com/Azure/azure-sdk-for-python) | `1.25.0` | `1.25.1` |
| [tiktoken](https://github.com/openai/tiktoken) | `0.11.0` | `0.12.0` |
| [azure-storage-queue](https://github.com/Azure/azure-sdk-for-python) | `12.13.0` | `12.14.1` |
| [azure-mgmt-cognitiveservices](https://github.com/Azure/azure-sdk-for-python) | `14.0.0` | `14.1.0` |
| [semantic-kernel](https://github.com/microsoft/semantic-kernel) | `1.37.0` | `1.37.1` |
| [pydantic](https://github.com/pydantic/pydantic) | `2.11.9` | `2.11.10` |
| [azure-ai-ml](https://github.com/Azure/azure-sdk-for-python) | `1.29.0` | `1.30.0` |
| [azure-cosmos](https://github.com/Azure/azure-sdk-for-python) | `4.9.0` | `4.14.0` |
| [psycopg2-binary](https://github.com/psycopg/psycopg2) | `2.9.10` | `2.9.11` |


Updates `azure-functions` from 1.23.0 to 1.24.0
- [Release notes](https://github.com/Azure/azure-functions-python-worker/releases)
- [Commits](https://github.com/Azure/azure-functions-python-worker/commits)

Updates `streamlit` from 1.50.0 to 1.51.0
- [Release notes](https://github.com/streamlit/streamlit/releases)
- [Commits](streamlit/streamlit@1.50.0...1.51.0)

Updates `python-dotenv` from 1.1.1 to 1.2.1
- [Release notes](https://github.com/theskumar/python-dotenv/releases)
- [Changelog](https://github.com/theskumar/python-dotenv/blob/main/CHANGELOG.md)
- [Commits](theskumar/python-dotenv@v1.1.1...v1.2.1)

Updates `azure-storage-blob` from 12.26.0 to 12.27.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](Azure/azure-sdk-for-python@azure-storage-blob_12.26.0...azure-storage-blob_12.27.1)

Updates `azure-identity` from 1.25.0 to 1.25.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](Azure/azure-sdk-for-python@azure-identity_1.25.0...azure-identity_1.25.1)

Updates `tiktoken` from 0.11.0 to 0.12.0
- [Release notes](https://github.com/openai/tiktoken/releases)
- [Changelog](https://github.com/openai/tiktoken/blob/main/CHANGELOG.md)
- [Commits](openai/tiktoken@0.11.0...0.12.0)

Updates `azure-storage-queue` from 12.13.0 to 12.14.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](Azure/azure-sdk-for-python@azure-storage-queue_12.13.0...azure-storage-queue_12.14.1)

Updates `azure-mgmt-cognitiveservices` from 14.0.0 to 14.1.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](Azure/azure-sdk-for-python@azure-mgmt-cognitiveservices_14.0.0...azure-mgmt-cognitiveservices_14.1.0)

Updates `semantic-kernel` from 1.37.0 to 1.37.1
- [Release notes](https://github.com/microsoft/semantic-kernel/releases)
- [Commits](microsoft/semantic-kernel@dotnet-1.37.0...python-1.37.1)

Updates `pydantic` from 2.11.9 to 2.11.10
- [Release notes](https://github.com/pydantic/pydantic/releases)
- [Changelog](https://github.com/pydantic/pydantic/blob/main/HISTORY.md)
- [Commits](pydantic/pydantic@v2.11.9...v2.11.10)

Updates `azure-ai-ml` from 1.29.0 to 1.30.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](Azure/azure-sdk-for-python@azure-ai-ml_1.29.0...azure-ai-ml_1.30.0)

Updates `azure-cosmos` from 4.9.0 to 4.14.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](Azure/azure-sdk-for-python@azure-cosmos_4.9.0...azure-cosmos_4.14.0)

Updates `psycopg2-binary` from 2.9.10 to 2.9.11
- [Changelog](https://github.com/psycopg/psycopg2/blob/master/NEWS)
- [Commits](psycopg/psycopg2@2.9.10...2.9.11)

---
updated-dependencies:
- dependency-name: azure-functions
  dependency-version: 1.24.0
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: all-backend-deps
- dependency-name: streamlit
  dependency-version: 1.51.0
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: all-backend-deps
- dependency-name: python-dotenv
  dependency-version: 1.2.1
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: all-backend-deps
- dependency-name: azure-storage-blob
  dependency-version: 12.27.1
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: all-backend-deps
- dependency-name: azure-identity
  dependency-version: 1.25.1
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: all-backend-deps
- dependency-name: tiktoken
  dependency-version: 0.12.0
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: all-backend-deps
- dependency-name: azure-storage-queue
  dependency-version: 12.14.1
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: all-backend-deps
- dependency-name: azure-mgmt-cognitiveservices
  dependency-version: 14.1.0
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: all-backend-deps
- dependency-name: semantic-kernel
  dependency-version: 1.37.1
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: all-backend-deps
- dependency-name: pydantic
  dependency-version: 2.11.10
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: all-backend-deps
- dependency-name: azure-ai-ml
  dependency-version: 1.30.0
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: all-backend-deps
- dependency-name: azure-cosmos
  dependency-version: 4.14.0
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: all-backend-deps
- dependency-name: psycopg2-binary
  dependency-version: 2.9.11
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: all-backend-deps
...

Signed-off-by: dependabot[bot] <[email protected]>
@dependabot dependabot bot added dependencies Pull requests that update a dependency file python Pull requests that update Python code labels Nov 1, 2025
@github-actions github-actions bot merged commit 064271b into dependabotchanges Nov 2, 2025
2 checks passed
@dependabot dependabot bot deleted the dependabot/pip/dependabotchanges/all-backend-deps-ed6a206c6c branch November 2, 2025 00:33
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

dependencies Pull requests that update a dependency file python Pull requests that update Python code

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant