Skip to content

build: bump the all-backend-deps group with 15 updates #1801

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Conversation

dependabot[bot]
Copy link
Contributor

@dependabot dependabot bot commented on behalf of github May 16, 2025

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

Package From To
azure-functions 1.21.0 1.22.1
streamlit 1.44.1 1.45.1
azure-storage-blob 12.20.0 12.25.1
azure-identity 1.21.0 1.23.0
flask 3.1.0 3.1.1
openai 1.71.0 1.78.1
beautifulsoup4 4.13.3 4.13.4
fake-useragent 2.1.0 2.2.0
azure-monitor-opentelemetry 1.6.6 1.6.9
semantic-kernel 1.3.0 1.30.0
pydantic 2.7.4 2.11.4
azure-ai-ml 1.26.2 1.27.1
pgvector 0.4.0 0.4.1
pytest-httpserver 1.1.2 1.1.3
promptflow 1.15.0 1.18.0

Updates azure-functions from 1.21.0 to 1.22.1

Release notes

Sourced from azure-functions's releases.

4.2.0 (hotfix)

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

Commits

Updates streamlit from 1.44.1 to 1.45.1

Release notes

Sourced from streamlit's releases.

1.45.1

Full Changelog: streamlit/streamlit@1.45.0...1.45.1

1.45.0

What's Changed

Breaking Changes 🛠

New Features 🎉

Bug Fixes 🐛

... (truncated)

Commits

Updates azure-storage-blob from 12.20.0 to 12.25.1

Release notes

Sourced from azure-storage-blob's releases.

azure-storage-blob_12.25.1

12.25.1 (2025-03-27)

Other Changes

  • Updated dependency for azure-storage-file-datalake type hints.
Commits
  • 3e68663 [Storage] [Typing] [Datalake] Modified class variable types for `StaticWebsit...
  • a1987ab [Storage] Data Lake Typing and API View Feedback (#40096)
  • 8d3838d [Storage] next-pylint April 25 (#39839)
  • e9cb15e [Storage] [Typing] [File Datalake] azure-storage-file-datalake (#39691)
  • 7e8420e Increment versions after STG 97 GA (#40026)
  • 6eafa7a [Storage] [Typing] [Blob Changefeed] azure-storage-blob-changefeed (#39731)...
  • 69d277d [Storage] STG 97 GA Release Notes (#39982)
  • 272d558 [Storage] [STG 97] GA API Views Feedback (#39891)
  • 8a78aad [AutoRelease] t2-storage-2025-02-27-92018(can only be merged by SDK owner) (#...
  • 966f882 [Storage] Legacy Mock Transport Tests (#39850)
  • Additional commits viewable in compare view

Updates azure-identity from 1.21.0 to 1.23.0

Release notes

Sourced from azure-identity's releases.

azure-identity_1.23.0

1.23.0 (2025-05-13)

Features Added

  • Added AZURE_TOKEN_CREDENTIALS environment variable to DefaultAzureCredential to allow for choosing groups of credentials.
    • prod for EnvironmentCredential, WorkloadIdentityCredential, and ManagedIdentityCredential.
    • dev for SharedTokenCacheCredential, AzureCliCredential, AzurePowershellCredential, and AzureDeveloperCliCredential.

azure-identity_1.22.0

1.22.0 (2025-05-06)

Breaking Changes

  • Previously, if a client_id or identity_config was specified in ManagedIdentityCredential for Service Fabric managed identity, which is not supported, the client_id (or resource_id/object_id specified identity_config) would be silently ignored. Now, an exception will be raised during a token request if a client_id or identity_config is specified for Service Fabric managed identity.

Bugs Fixed

  • Fixed an issue with error handling in MSAL-based credentials when the response content is a string rather than a dictionary. (#40281)

Other Changes

  • Deprecated VisualStudioCodeCredential as the VS Code Azure Account extension on which this credential depends on has been deprecated. See the Azure Account extension deprecation notice. (#40613)
  • Python 3.8 is no longer supported. Please use Python version 3.9 or later.
Commits

Updates flask from 3.1.0 to 3.1.1

Release notes

Sourced from flask's releases.

3.1.1

This is the Flask 3.1.1 fix release, which fixes bugs but does not otherwise change behavior and should not result in breaking changes compared to the latest feature release.

PyPI: https://pypi.org/project/Flask/3.1.1/ Changes: https://flask.palletsprojects.com/en/stable/changes/#version-3-1-1 Milestone https://github.com/pallets/flask/milestone/36?closed=1

  • Fix signing key selection order when key rotation is enabled via SECRET_KEY_FALLBACKS. GHSA-4grg-w6v8-c28g
  • Fix type hint for cli_runner.invoke. #5645
  • flask --help loads the app and plugins first to make sure all commands are shown. #5673
  • Mark sans-io base class as being able to handle views that return AsyncIterable. This is not accurate for Flask, but makes typing easier for Quart. #5659
Changelog

Sourced from flask's changelog.

Version 3.1.1

Released 2025-05-13

  • Fix signing key selection order when key rotation is enabled via SECRET_KEY_FALLBACKS. :ghsa:4grg-w6v8-c28g
  • Fix type hint for cli_runner.invoke. :issue:5645
  • flask --help loads the app and plugins first to make sure all commands are shown. :issue:5673
  • Mark sans-io base class as being able to handle views that return AsyncIterable. This is not accurate for Flask, but makes typing easier for Quart. :pr:5659
Commits

Updates openai from 1.71.0 to 1.78.1

Release notes

Sourced from openai's releases.

v1.78.1

1.78.1 (2025-05-12)

Full Changelog: v1.78.0...v1.78.1

Bug Fixes

  • internal: fix linting due to broken test annotation (5a7d7a0)
  • package: support direct resource imports (2293fc0)

v1.78.0

1.78.0 (2025-05-08)

Full Changelog: v1.77.0...v1.78.0

Features

  • api: Add reinforcement fine-tuning api support (bebe361)

Bug Fixes

  • ignore errors in isinstance() calls on LazyProxy subclasses (#2343) (52cbbdf), closes #2056

Chores

  • internal: update proxy tests (b8e848d)
  • use lazy imports for module level client (4d0f409)
  • use lazy imports for resources (834813c)

v1.77.0

1.77.0 (2025-05-02)

Full Changelog: v1.76.2...v1.77.0

Features

  • api: add image sizes, reasoning encryption (473469a)

Bug Fixes

Chores

  • only strip leading whitespace (8467d66)

... (truncated)

Changelog

Sourced from openai's changelog.

1.78.1 (2025-05-12)

Full Changelog: v1.78.0...v1.78.1

Bug Fixes

  • internal: fix linting due to broken test annotation (5a7d7a0)
  • package: support direct resource imports (2293fc0)

1.78.0 (2025-05-08)

Full Changelog: v1.77.0...v1.78.0

Features

  • api: Add reinforcement fine-tuning api support (bebe361)

Bug Fixes

  • ignore errors in isinstance() calls on LazyProxy subclasses (#2343) (52cbbdf), closes #2056

Chores

  • internal: update proxy tests (b8e848d)
  • use lazy imports for module level client (4d0f409)
  • use lazy imports for resources (834813c)

1.77.0 (2025-05-02)

Full Changelog: v1.76.2...v1.77.0

Features

  • api: add image sizes, reasoning encryption (473469a)

Bug Fixes

Chores

  • only strip leading whitespace (8467d66)

1.76.2 (2025-04-29)

Full Changelog: v1.76.1...v1.76.2

... (truncated)

Commits
  • c097025 release: 1.78.1
  • 12a5349 fix(internal): fix linting due to broken test annotation
  • 21209ab fix(package): support direct resource imports
  • 01a69ab release: 1.78.0
  • a3b8e77 feat(api): Add reinforcement fine-tuning api support
  • e241775 chore(internal): update proxy tests
  • 08d67ad fix: ignore errors in isinstance() calls on LazyProxy subclasses (#2343)
  • 917dade chore: use lazy imports for resources
  • 1356c89 chore: use lazy imports for module level client
  • 67997a4 release: 1.77.0
  • Additional commits viewable in compare view

Updates beautifulsoup4 from 4.13.3 to 4.13.4

Updates fake-useragent from 2.1.0 to 2.2.0

Release notes

Sourced from fake-useragent's releases.

2.2.0

What's Changed

New Contributors

Full Changelog: fake-useragent/fake-useragent@2.1.0...2.2.0

Commits

Updates azure-monitor-opentelemetry from 1.6.6 to 1.6.9

Release notes

Sourced from azure-monitor-opentelemetry's releases.

azure-monitor-opentelemetry_1.6.9

1.6.9 (2025-05-12)

Features Added

  • Enable Azure AI Agents instrumentation for azure-ai-agents (#40866)

azure-monitor-opentelemetry_1.6.8

1.6.8 (2025-04-17)

Bugs Fixed

  • Pin OTel before breaking change. (#40529)

azure-monitor-opentelemetry_1.6.7

1.6.7 (2025-04-10)

Bugs Fixed

  • Adapt to OpenTelemetry dependency resolver change. (#40463)
Commits

Updates semantic-kernel from 1.3.0 to 1.30.0

Release notes

Sourced from semantic-kernel's releases.

python-1.30.0

Release Notes

New Features

Enhancements and Improvements

Bug Fixes

Python Package Updates

New Contributors

Full Changelog: microsoft/semantic-kernel@python-1.29.0...python-1.30.0

python-1.29.0

Release Notes

New Features

... (truncated)

Commits
  • 1ce4769 .Net: Version 1.30.0 (#9758)
  • ad4d35b .Net Processes - Map Step Feature (#9339)
  • 93bf06e Python: updated pre-commits (#9739)
  • 8da553d .Net: Prepare OpenAPI model collection properties to be modifiable. (#9735)
  • e6413c3 .Net: Removed Kernel events (#9748)
  • 297eb16 .Net: Bump Verify.Xunit from 23.5.2 to 28.3.2 in /dotnet (#9743)
  • c462b3c .Net: Bump Microsoft.Extensions.TimeProvider.Testing from 8.9.1 to 8.10.0 in ...
  • 3a2acff .Net: Bump Microsoft.CodeAnalysis.Common and Microsoft.CodeAnalysis.CSharp in...
  • 0d11264 .Net: Fix FunctionChoiceBehavior State Restoration in OllamaPromptExecutionSe...
  • 7d5b50c .Net: fix: forwards cancellation token to outbound connections to free up res...
  • Additional commits viewable in compare view

Updates pydantic from 2.7.4 to 2.11.4

Release notes

Sourced from pydantic's releases.

v2.11.4 2025-04-29

What's Changed

Packaging

Changes

  • Allow config and bases to be specified together in create_model() by @​Viicos in #11714. This change was backported as it was previously possible (although not meant to be supported) to provide model_config as a field, which would make it possible to provide both configuration and bases.

Fixes

v2.11.3 2025-04-08

What's Changed

Packaging

Fixes

Full Changelog: pydantic/pydantic@v2.11.2...v2.11.3

v2.11.2 2025-04-03

What's Changed

Fixes

Full Changelog: pydantic/pydantic@v2.11.1...v2.11.2

... (truncated)

Changelog

Sourced from pydantic's changelog.

v2.11.4 (2025-04-29)

GitHub release

What's Changed

Packaging

Changes

  • Allow config and bases to be specified together in create_model() by @​Viicos in #11714. This change was backported as it was previously possible (although not meant to be supported) to provide model_config as a field, which would make it possible to provide both configuration and bases.

Fixes

v2.11.3 (2025-04-08)

GitHub release

What's Changed

Packaging

Fixes

  • Preserve field description when rebuilding model fields by @​Viicos in #11698

v2.11.2 (2025-04-03)

GitHub release

What's Changed

Fixes

  • Bump pydantic-core to v2.33.1 by @​Viicos in #11678
  • Make sure __pydantic_private__ exists before setting private attributes by @​Viicos in #11666
  • Do not override FieldInfo._complete when using field from parent class by @​Viicos in #11668

... (truncated)

Commits
  • d444cd1 Pre...

    Description has been truncated

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

| Package | From | To |
| --- | --- | --- |
| [azure-functions](https://github.com/Azure/azure-functions-python-worker) | `1.21.0` | `1.22.1` |
| [streamlit](https://github.com/streamlit/streamlit) | `1.44.1` | `1.45.1` |
| [azure-storage-blob](https://github.com/Azure/azure-sdk-for-python) | `12.20.0` | `12.25.1` |
| [azure-identity](https://github.com/Azure/azure-sdk-for-python) | `1.21.0` | `1.23.0` |
| [flask](https://github.com/pallets/flask) | `3.1.0` | `3.1.1` |
| [openai](https://github.com/openai/openai-python) | `1.71.0` | `1.78.1` |
| [beautifulsoup4](https://www.crummy.com/software/BeautifulSoup/bs4/) | `4.13.3` | `4.13.4` |
| [fake-useragent](https://github.com/fake-useragent/fake-useragent) | `2.1.0` | `2.2.0` |
| [azure-monitor-opentelemetry](https://github.com/Azure/azure-sdk-for-python) | `1.6.6` | `1.6.9` |
| [semantic-kernel](https://github.com/microsoft/semantic-kernel) | `1.3.0` | `1.30.0` |
| [pydantic](https://github.com/pydantic/pydantic) | `2.7.4` | `2.11.4` |
| [azure-ai-ml](https://github.com/Azure/azure-sdk-for-python) | `1.26.2` | `1.27.1` |
| [pgvector](https://github.com/pgvector/pgvector-python) | `0.4.0` | `0.4.1` |
| [pytest-httpserver](https://github.com/csernazs/pytest-httpserver) | `1.1.2` | `1.1.3` |
| [promptflow](https://github.com/microsoft/promptflow) | `1.15.0` | `1.18.0` |


Updates `azure-functions` from 1.21.0 to 1.22.1
- [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.44.1 to 1.45.1
- [Release notes](https://github.com/streamlit/streamlit/releases)
- [Commits](streamlit/streamlit@1.44.1...1.45.1)

Updates `azure-storage-blob` from 12.20.0 to 12.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-storage-blob_12.20.0...azure-storage-blob_12.25.1)

Updates `azure-identity` from 1.21.0 to 1.23.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-identity_1.21.0...azure-identity_1.23.0)

Updates `flask` from 3.1.0 to 3.1.1
- [Release notes](https://github.com/pallets/flask/releases)
- [Changelog](https://github.com/pallets/flask/blob/main/CHANGES.rst)
- [Commits](pallets/flask@3.1.0...3.1.1)

Updates `openai` from 1.71.0 to 1.78.1
- [Release notes](https://github.com/openai/openai-python/releases)
- [Changelog](https://github.com/openai/openai-python/blob/main/CHANGELOG.md)
- [Commits](openai/openai-python@v1.71.0...v1.78.1)

Updates `beautifulsoup4` from 4.13.3 to 4.13.4

Updates `fake-useragent` from 2.1.0 to 2.2.0
- [Release notes](https://github.com/fake-useragent/fake-useragent/releases)
- [Commits](fake-useragent/fake-useragent@2.1.0...2.2.0)

Updates `azure-monitor-opentelemetry` from 1.6.6 to 1.6.9
- [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-monitor-opentelemetry_1.6.6...azure-monitor-opentelemetry_1.6.9)

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

Updates `pydantic` from 2.7.4 to 2.11.4
- [Release notes](https://github.com/pydantic/pydantic/releases)
- [Changelog](https://github.com/pydantic/pydantic/blob/main/HISTORY.md)
- [Commits](pydantic/pydantic@v2.7.4...v2.11.4)

Updates `azure-ai-ml` from 1.26.2 to 1.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-ai-ml_1.26.2...azure-ai-ml_1.27.1)

Updates `pgvector` from 0.4.0 to 0.4.1
- [Changelog](https://github.com/pgvector/pgvector-python/blob/master/CHANGELOG.md)
- [Commits](pgvector/pgvector-python@v0.4.0...v0.4.1)

Updates `pytest-httpserver` from 1.1.2 to 1.1.3
- [Release notes](https://github.com/csernazs/pytest-httpserver/releases)
- [Changelog](https://github.com/csernazs/pytest-httpserver/blob/master/CHANGES.rst)
- [Commits](csernazs/pytest-httpserver@1.1.2...1.1.3)

Updates `promptflow` from 1.15.0 to 1.18.0
- [Release notes](https://github.com/microsoft/promptflow/releases)
- [Commits](https://github.com/microsoft/promptflow/commits)

---
updated-dependencies:
- dependency-name: azure-functions
  dependency-version: 1.22.1
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: all-backend-deps
- dependency-name: streamlit
  dependency-version: 1.45.1
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: all-backend-deps
- dependency-name: azure-storage-blob
  dependency-version: 12.25.1
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: all-backend-deps
- dependency-name: azure-identity
  dependency-version: 1.23.0
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: all-backend-deps
- dependency-name: flask
  dependency-version: 3.1.1
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: all-backend-deps
- dependency-name: openai
  dependency-version: 1.78.1
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: all-backend-deps
- dependency-name: beautifulsoup4
  dependency-version: 4.13.4
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: all-backend-deps
- dependency-name: fake-useragent
  dependency-version: 2.2.0
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: all-backend-deps
- dependency-name: azure-monitor-opentelemetry
  dependency-version: 1.6.9
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: all-backend-deps
- dependency-name: semantic-kernel
  dependency-version: 1.30.0
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: all-backend-deps
- dependency-name: pydantic
  dependency-version: 2.11.4
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: all-backend-deps
- dependency-name: azure-ai-ml
  dependency-version: 1.27.1
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: all-backend-deps
- dependency-name: pgvector
  dependency-version: 0.4.1
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: all-backend-deps
- dependency-name: pytest-httpserver
  dependency-version: 1.1.3
  dependency-type: direct:development
  update-type: version-update:semver-patch
  dependency-group: all-backend-deps
- dependency-name: promptflow
  dependency-version: 1.18.0
  dependency-type: direct:development
  update-type: version-update:semver-minor
  dependency-group: all-backend-deps
...

Signed-off-by: dependabot[bot] <support@github.com>
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.

0 participants