Skip to content

chore(libs/deps): Bump the production-dependencies group across 1 directory with 7 updates #10371

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

Open
wants to merge 2 commits into from

Conversation

dependabot[bot]
Copy link
Contributor

@dependabot dependabot bot commented on behalf of github Jul 14, 2025

Bumps the production-dependencies group with 7 updates in the /autogpt_platform/autogpt_libs directory:

Package From To
pydantic 2.11.4 2.11.7
pydantic-settings 2.9.1 2.10.1
pytest-mock 3.14.0 3.14.1
supabase 2.15.1 2.16.0
launchdarkly-server-sdk 9.11.1 9.12.0
fastapi 0.115.12 0.116.1
uvicorn 0.34.3 0.35.0

Updates pydantic from 2.11.4 to 2.11.7

Release notes

Sourced from pydantic's releases.

v2.11.7 2025-06-14

What's Changed

Fixes

Full Changelog: pydantic/pydantic@v2.11.6...v2.11.7

v2.11.6 2025-06-13

v2.11.6 (2025-06-13)

What's Changed

Fixes

Full Changelog: pydantic/pydantic@v2.11.5...v2.11.6

v2.11.5 2025-05-22

What's Changed

Fixes

Full Changelog: pydantic/pydantic@v2.11.4...v2.11.5

Changelog

Sourced from pydantic's changelog.

v2.11.7 (2025-06-14)

GitHub release

What's Changed

Fixes

  • Copy FieldInfo instance if necessary during FieldInfo build by @​Viicos in #11898

v2.11.6 (2025-06-13)

GitHub release

What's Changed

Fixes

v2.11.5 (2025-05-22)

GitHub release

What's Changed

Fixes

Commits
  • 5f033e4 Prepare release v2.11.7
  • c3368b8 Copy FieldInfo instance if necessary during FieldInfo build (#11980)
  • 3987b23 Prepare release v2.11.6
  • dc7a9d2 Always store the original field assignment on FieldInfo
  • c284c27 Rebuild dataclass fields before schema generation
  • 5e6d1dc Prepare release v2.11.5
  • 1b63218 Do not duplicate metadata on model rebuild (#11902)
  • 5aefad8 Do not delete mock validator/serializer in model_rebuild()
  • 8fbe658 Check if FieldInfo is complete after applying type variable map
  • 12b371a Update documentation about @dataclass_transform support
  • Additional commits viewable in compare view

Updates pydantic-settings from 2.9.1 to 2.10.1

Release notes

Sourced from pydantic-settings's releases.

v2.10.1

What's Changed

Full Changelog: pydantic/pydantic-settings@2.10.0...2.10.1

v2.10.0

What's Changed

New Contributors

Full Changelog: pydantic/pydantic-settings@v2.9.1...2.10.0

Commits
  • 6bae3ab Prepare release 2.10.1 (#642)
  • 36b8bfe Remove unknown file reference in documentation (#640)
  • 697aaa6 Fix UnboundLocalError error in _replace_field_names_case_insensitively (#639)
  • 910b1b1 Prepare release 2.10.0 (#635)
  • 1ee6624 Expose AWS Secrets Manager case sensitive option (#629)
  • 180e74e feat: Add cli_shortcuts to CLI settings (#624)
  • e162908 Update deps (#633)
  • 159ef14 Expose GCP Secret Manager case sensitive option (#626)
  • e9f7994 add region as a parameter to aws secret manager (#622)
  • ca4ff9f Fix _consume_object_or_array on unbalanced brackets in JSON strings (#621)
  • Additional commits viewable in compare view

Updates pytest-mock from 3.14.0 to 3.14.1

Release notes

Sourced from pytest-mock's releases.

v3.14.1

  • #503: Python 3.14 is now officially supported.
Changelog

Sourced from pytest-mock's changelog.

3.14.1 (2025-08-26)

  • [#503](https://github.com/pytest-dev/pytest-mock/issues/503) <https://github.com/pytest-dev/pytest-mock/pull/503>_: Python 3.14 is now officially supported.
Commits

Updates supabase from 2.15.1 to 2.16.0

Release notes

Sourced from supabase's releases.

v2.16.0

2.16.0 (2025-06-23)

Features

  • allow injection of httpx client (#1117) (6539e16)
  • functions: bump supafunc from 0.9.4 to 0.10.0 (#1146) (8f662f2)
  • postgrest: bump postgrest from 1.0.2 to 1.1.0 (#1147) (436d272)
  • realtime: bump realtime from 2.4.3 to 2.5.1 (#1149) (7337b68)
  • storage: bump storage3 from 0.11.3 to 0.12.0 (#1148) (ec032c5)

Bug Fixes

v2.15.3

2.15.3 (2025-06-09)

Bug Fixes

v2.15.2

2.15.2 (2025-05-23)

Bug Fixes

Changelog

Sourced from supabase's changelog.

2.16.0 (2025-06-23)

Features

  • allow injection of httpx client (#1117) (6539e16)
  • functions: bump supafunc from 0.9.4 to 0.10.0 (#1146) (8f662f2)
  • postgrest: bump postgrest from 1.0.2 to 1.1.0 (#1147) (436d272)
  • realtime: bump realtime from 2.4.3 to 2.5.1 (#1149) (7337b68)
  • storage: bump storage3 from 0.11.3 to 0.12.0 (#1148) (ec032c5)

Bug Fixes

2.15.3 (2025-06-09)

Bug Fixes

2.15.2 (2025-05-23)

Bug Fixes

Commits

Updates launchdarkly-server-sdk from 9.11.1 to 9.12.0

Release notes

Sourced from launchdarkly-server-sdk's releases.

v9.12.0

9.12.0 (2025-07-11)

⚠ BREAKING CHANGES

  • Drop support for Python 3.8 (eol 2024-10-07) (#339)

Features

Changelog

Sourced from launchdarkly-server-sdk's changelog.

9.12.0 (2025-07-11)

⚠ BREAKING CHANGES

  • Drop support for Python 3.8 (eol 2024-10-07) (#339)

Features

Commits

Updates fastapi from 0.115.12 to 0.116.1

Release notes

Sourced from fastapi's releases.

0.116.1

Upgrades

  • ⬆️ Upgrade Starlette supported version range to >=0.40.0,<0.48.0. PR #13884 by @​tiangolo.

Docs

  • 📝 Add notification about impending changes in Translations to docs/en/docs/contributing.md. PR #13886 by @​YuriiMotov.

Internal

0.116.0

Features

  • ✨ Add support for deploying to FastAPI Cloud with fastapi deploy. PR #13870 by @​tiangolo.

Installing fastapi[standard] now includes fastapi-cloud-cli.

This will allow you to deploy to FastAPI Cloud with the fastapi deploy command.

If you want to install fastapi with the standard dependencies but without fastapi-cloud-cli, you can install instead fastapi[standard-no-fastapi-cloud-cli].

Translations

Internal

0.115.14

Fixes

Docs

Translations

... (truncated)

Commits
  • 3137234 🔖 Release version 0.116.1
  • 095dab0 📝 Update release notes
  • cad6880 ⬆️ Upgrade Starlette supported version range to >=0.40.0,<0.48.0 (#13884)
  • a6e79e6 📝 Update release notes
  • 2c13b1b 📝 Add notification about impending changes in Translations to `docs/en/docs/c...
  • 7179d48 📝 Update release notes
  • 07bcb18 ⬆ [pre-commit.ci] pre-commit autoupdate (#13871)
  • bd8f358 🔖 Release version 0.116.0
  • 18eb7a7 📝 Update release notes
  • dd906a9 📝 Update release notes
  • Additional commits viewable in compare view

Updates uvicorn from 0.34.3 to 0.35.0

Release notes

Sourced from uvicorn's releases.

Version 0.35.0

Added

Changed

New Contributors

Full Changelog: encode/uvicorn@0.34.3...0.35.0

Changelog

Sourced from uvicorn's changelog.

0.35.0 (June 28, 2025)

Added

  • Add WebSocketsSansIOProtocol (#2540)

Changed

  • Refine help message for option --proxy-headers (#2653)
Commits

Dependabot will resolve any conflicts with this PR as long as you don't alter it yourself. You can also trigger a rebase manually by commenting @dependabot rebase.


Dependabot commands and options

You can trigger Dependabot actions by commenting on this PR:

  • @dependabot rebase will rebase this PR
  • @dependabot recreate will recreate this PR, overwriting any edits that have been made to it
  • @dependabot merge will merge this PR after your CI passes on it
  • @dependabot squash and merge will squash and merge this PR after your CI passes on it
  • @dependabot cancel merge will cancel a previously requested merge and block automerging
  • @dependabot reopen will reopen this PR if it is closed
  • @dependabot close will close this PR and stop Dependabot recreating it. You can achieve the same result by closing it manually
  • @dependabot show <dependency name> ignore conditions will show all of the ignore conditions of the specified dependency
  • @dependabot ignore <dependency name> major version will close this group update PR and stop Dependabot creating any more for the specific dependency's major version (unless you unignore this specific dependency's major version or upgrade to it yourself)
  • @dependabot ignore <dependency name> minor version will close this group update PR and stop Dependabot creating any more for the specific dependency's minor version (unless you unignore this specific dependency's minor version or upgrade to it yourself)
  • @dependabot ignore <dependency name> will close this group update PR and stop Dependabot creating any more for the specific dependency (unless you unignore this specific dependency or upgrade to it yourself)
  • @dependabot unignore <dependency name> will remove all of the ignore conditions of the specified dependency
  • @dependabot unignore <dependency name> <ignore condition> will remove the ignore condition of the specified dependency and ignore conditions

@dependabot dependabot bot added dependencies python Pull requests that update Python code labels Jul 14, 2025
@dependabot dependabot bot requested a review from a team as a code owner July 14, 2025 20:19
@dependabot dependabot bot added dependencies python Pull requests that update Python code labels Jul 14, 2025
@dependabot dependabot bot requested review from 0ubbe and removed request for a team July 14, 2025 20:19
@dependabot dependabot bot requested a review from majdyz July 14, 2025 20:19
@github-project-automation github-project-automation bot moved this to 🆕 Needs initial review in AutoGPT development kanban Jul 14, 2025
Copy link

netlify bot commented Jul 14, 2025

Deploy Preview for auto-gpt-docs-dev canceled.

Name Link
🔨 Latest commit 916b37a
🔍 Latest deploy log https://app.netlify.com/projects/auto-gpt-docs-dev/deploys/687885cd0252860008957f1f

Copy link

deepsource-io bot commented Jul 14, 2025

Here's the code health analysis summary for commits 2682ed7..916b37a. View details on DeepSource ↗.

Analysis Summary

AnalyzerStatusSummaryLink
DeepSource JavaScript LogoJavaScript✅ SuccessView Check ↗
DeepSource Python LogoPython✅ SuccessView Check ↗

💡 If you’re a repository administrator, you can configure the quality gates from the settings.

Copy link

netlify bot commented Jul 14, 2025

Deploy Preview for auto-gpt-docs canceled.

Name Link
🔨 Latest commit 916b37a
🔍 Latest deploy log https://app.netlify.com/projects/auto-gpt-docs/deploys/687885cd8b89e80008aa4cda

@dependabot dependabot bot force-pushed the dependabot/pip/autogpt_platform/autogpt_libs/dev/production-dependencies-57dbd9f0b7 branch from 8884dee to e997cf1 Compare July 16, 2025 04:29
@github-actions github-actions bot added the conflicts Automatically applied to PRs with merge conflicts label Jul 17, 2025
Copy link
Contributor

This pull request has conflicts with the base branch, please resolve those so we can evaluate the pull request.

@dependabot dependabot bot force-pushed the dependabot/pip/autogpt_platform/autogpt_libs/dev/production-dependencies-57dbd9f0b7 branch from e997cf1 to 0585323 Compare July 17, 2025 04:02
Copy link
Contributor

Conflicts have been resolved! 🎉 A maintainer will review the pull request shortly.

@github-actions github-actions bot removed the conflicts Automatically applied to PRs with merge conflicts label Jul 17, 2025
@dependabot dependabot bot force-pushed the dependabot/pip/autogpt_platform/autogpt_libs/dev/production-dependencies-57dbd9f0b7 branch from 0585323 to f246537 Compare July 17, 2025 04:05
@github-actions github-actions bot added the conflicts Automatically applied to PRs with merge conflicts label Jul 17, 2025
Copy link
Contributor

This pull request has conflicts with the base branch, please resolve those so we can evaluate the pull request.

@dependabot dependabot bot force-pushed the dependabot/pip/autogpt_platform/autogpt_libs/dev/production-dependencies-57dbd9f0b7 branch from f246537 to 6e30633 Compare July 17, 2025 04:43
Copy link
Contributor

Conflicts have been resolved! 🎉 A maintainer will review the pull request shortly.

@github-actions github-actions bot removed the conflicts Automatically applied to PRs with merge conflicts label Jul 17, 2025
@ntindle
Copy link
Member

ntindle commented Jul 17, 2025

@dependabot rebase

…ectory with 7 updates

Bumps the production-dependencies group with 7 updates in the /autogpt_platform/autogpt_libs directory:

| Package | From | To |
| --- | --- | --- |
| [pydantic](https://github.com/pydantic/pydantic) | `2.11.4` | `2.11.7` |
| [pydantic-settings](https://github.com/pydantic/pydantic-settings) | `2.9.1` | `2.10.1` |
| [pytest-mock](https://github.com/pytest-dev/pytest-mock) | `3.14.0` | `3.14.1` |
| [supabase](https://github.com/supabase/supabase-py) | `2.15.1` | `2.16.0` |
| [launchdarkly-server-sdk](https://github.com/launchdarkly/python-server-sdk) | `9.11.1` | `9.12.0` |
| [fastapi](https://github.com/fastapi/fastapi) | `0.115.12` | `0.116.1` |
| [uvicorn](https://github.com/encode/uvicorn) | `0.34.3` | `0.35.0` |



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

Updates `pydantic-settings` from 2.9.1 to 2.10.1
- [Release notes](https://github.com/pydantic/pydantic-settings/releases)
- [Commits](pydantic/pydantic-settings@v2.9.1...2.10.1)

Updates `pytest-mock` from 3.14.0 to 3.14.1
- [Release notes](https://github.com/pytest-dev/pytest-mock/releases)
- [Changelog](https://github.com/pytest-dev/pytest-mock/blob/main/CHANGELOG.rst)
- [Commits](pytest-dev/pytest-mock@v3.14.0...v3.14.1)

Updates `supabase` from 2.15.1 to 2.16.0
- [Release notes](https://github.com/supabase/supabase-py/releases)
- [Changelog](https://github.com/supabase/supabase-py/blob/main/CHANGELOG.md)
- [Commits](supabase/supabase-py@v2.15.1...v2.16.0)

Updates `launchdarkly-server-sdk` from 9.11.1 to 9.12.0
- [Release notes](https://github.com/launchdarkly/python-server-sdk/releases)
- [Changelog](https://github.com/launchdarkly/python-server-sdk/blob/main/CHANGELOG.md)
- [Commits](launchdarkly/python-server-sdk@9.11.1...9.12.0)

Updates `fastapi` from 0.115.12 to 0.116.1
- [Release notes](https://github.com/fastapi/fastapi/releases)
- [Commits](fastapi/fastapi@0.115.12...0.116.1)

Updates `uvicorn` from 0.34.3 to 0.35.0
- [Release notes](https://github.com/encode/uvicorn/releases)
- [Changelog](https://github.com/encode/uvicorn/blob/master/docs/release-notes.md)
- [Commits](encode/uvicorn@0.34.3...0.35.0)

---
updated-dependencies:
- dependency-name: pydantic
  dependency-version: 2.11.7
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: production-dependencies
- dependency-name: pydantic-settings
  dependency-version: 2.10.1
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: production-dependencies
- dependency-name: pytest-mock
  dependency-version: 3.14.1
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: production-dependencies
- dependency-name: supabase
  dependency-version: 2.16.0
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: production-dependencies
- dependency-name: launchdarkly-server-sdk
  dependency-version: 9.12.0
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: production-dependencies
- dependency-name: fastapi
  dependency-version: 0.116.1
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: production-dependencies
- dependency-name: uvicorn
  dependency-version: 0.35.0
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: production-dependencies
...

Signed-off-by: dependabot[bot] <[email protected]>
@dependabot dependabot bot force-pushed the dependabot/pip/autogpt_platform/autogpt_libs/dev/production-dependencies-57dbd9f0b7 branch from 6e30633 to 4be2d01 Compare July 17, 2025 05:06
@github-actions github-actions bot added platform/backend AutoGPT Platform - Back end size/l labels Jul 17, 2025
@github-project-automation github-project-automation bot moved this from 🆕 Needs initial review to 👍🏼 Mergeable in AutoGPT development kanban Jul 17, 2025
@ntindle ntindle enabled auto-merge July 17, 2025 05:11
@ntindle ntindle added this pull request to the merge queue Jul 17, 2025
Any commits made after this event will not be merged.
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
dependencies platform/backend AutoGPT Platform - Back end python Pull requests that update Python code size/l size/m
Projects
Status: 👍🏼 Mergeable
Development

Successfully merging this pull request may close these issues.

1 participant