Skip to content

Conversation

@dependabot
Copy link
Contributor

@dependabot dependabot bot commented on behalf of github Dec 22, 2025

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

Package From To
fastapi 0.116.1 0.127.0
google-cloud-logging 3.12.1 3.13.0
launchdarkly-server-sdk 9.12.0 9.14.1
pydantic 2.11.7 2.12.5
pydantic-settings 2.10.1 2.12.0
supabase 2.16.0 2.27.0
uvicorn 0.35.0 0.40.0

Updates fastapi from 0.116.1 to 0.127.0

Release notes

Sourced from fastapi's releases.

0.127.0

Breaking Changes

Translations

  • 🔧 Add LLM prompt file for Korean, generated from the existing translations. PR #14546 by @​tiangolo.
  • 🔧 Add LLM prompt file for Japanese, generated from the existing translations. PR #14545 by @​tiangolo.

Internal

0.126.0

Upgrades

  • ➖ Drop support for Pydantic v1, keeping short temporary support for Pydantic v2's pydantic.v1. PR #14575 by @​tiangolo.
    • The minimum version of Pydantic installed is now pydantic >=2.7.0.
    • The standard dependencies now include pydantic-settings >=2.0.0 and pydantic-extra-types >=2.0.0.

Docs

Translations

  • 🔧 Add LLM prompt file for Ukrainian, generated from the existing translations. PR #14548 by @​tiangolo.

Internal

0.125.0

Breaking Changes

  • 🔧 Drop support for Python 3.8. PR #14563 by @​tiangolo.
    • This would actually not be a breaking change as no code would really break. Any Python 3.8 installer would just refuse to install the latest version of FastAPI and would only install 0.124.4. Only marking it as a "breaking change" to make it visible.

Refactors

Docs

Translations

... (truncated)

Commits
  • c4a1ab5 🔖 Release version 0.127.0
  • 22c7200 📝 Update release notes
  • 6e42bcd 🔊 Add deprecation warnings when using pydantic.v1 (#14583)
  • 6513d4d 📝 Update release notes
  • 1d93d53 ⬆️ Upgrade OpenAI model for translations to gpt-5.2 (#14579)
  • c2c1cc8 📝 Update release notes
  • 5289259 🔧 Add LLM prompt file for Korean, generated from the existing translations (#...
  • 5783910 📝 Update release notes
  • 026b43e 🔧 Add LLM prompt file for Japanese, generated from the existing translations ...
  • 6b591dd 📝 Update release notes
  • Additional commits viewable in compare view

Updates google-cloud-logging from 3.12.1 to 3.13.0

Release notes

Sourced from google-cloud-logging's releases.

google-cloud-logging 3.13.0

3.13.0 (2025-12-15)

Features

Bug Fixes

  • remove setup.cfg configuration for creating universal wheels (#981) (70f612c3)
Changelog

Sourced from google-cloud-logging's changelog.

3.13.0 (2025-12-15)

Features

Bug Fixes

Commits
  • 1415883 chore: librarian release pull request: 20251215T134006Z (#1066)
  • 6be3df6 feat: Add support for python 3.14 (#1065)
  • 36fb427 chore(librarian): onboard to librarian (#1061)
  • eb189bf chore: update Python generator version to 1.25.1 (#1003)
  • a7a28d1 test: ignore DeprecationWarning for credentials_file argument and Python ve...
  • 70f612c fix: remove setup.cfg configuration for creating universal wheels (#981)
  • e4c445a chore: Update gapic-generator-python to 1.25.0 (#985)
  • 14364a5 test: Added cleanup of old sink storage buckets (#991)
  • See full diff in compare view

Updates launchdarkly-server-sdk from 9.12.0 to 9.14.1

Release notes

Sourced from launchdarkly-server-sdk's releases.

v9.14.1

9.14.1 (2025-12-15)

Bug Fixes

  • Remove all synchronizers in daemon mode (#388) (441a5ec)

This PR was generated with Release Please. See documentation.

v9.14.0

9.14.0 (2025-12-04)

Features

  • adding data system option to create file datasource intializer (e5b121f)
  • adding file data source as an intializer (#381) (3700d1d)

Bug Fixes

  • Add warning if relying on Redis max_connections parameter (#387) (e6395fa), closes #386
  • modified initializer behavior to spec (064f65c)

This PR was generated with Release Please. See documentation.

v9.13.1

9.13.1 (2025-11-19)

Bug Fixes


This PR was generated with Release Please. See documentation.

v9.13.0

9.13.0 (2025-11-19)

... (truncated)

Changelog

Sourced from launchdarkly-server-sdk's changelog.

9.14.1 (2025-12-15)

Bug Fixes

  • Remove all synchronizers in daemon mode (#388) (441a5ec)

9.14.0 (2025-12-04)

Features

  • adding data system option to create file datasource intializer (e5b121f)
  • adding file data source as an intializer (#381) (3700d1d)

Bug Fixes

  • Add warning if relying on Redis max_connections parameter (#387) (e6395fa), closes #386
  • modified initializer behavior to spec (064f65c)

9.13.1 (2025-11-19)

Bug Fixes

9.13.0 (2025-11-19)

Features

  • experimental: Release EAP support for FDv2 data system (#376) (0e7c32b)

9.12.3 (2025-10-30)

Bug Fixes

  • Fix overly generic type hint on File data source (#365) (52a7499), closes #364

9.12.2 (2025-10-27)

Bug Fixes

  • Fix incorrect event count in failure message (#359) (91f4163)

9.12.1 (2025-09-30)

... (truncated)

Commits
  • 54e62cc chore(main): release 9.14.1 (#389)
  • 441a5ec fix: Remove all synchronizers in daemon mode (#388)
  • 7bb5378 chore(main): release 9.14.0 (#382)
  • e6395fa fix: Add warning if relying on Redis max_connections parameter (#387)
  • 45786a9 chore: Expose flag change listeners from data system (#384)
  • 2b7eedc chore: Clean up unused _data_availability (#383)
  • 3700d1d feat: adding file data source as an intializer (#381)
  • 04a2c53 chore: PR comments
  • 064f65c fix: modified initializer behavior to spec
  • e5b121f feat: adding data system option to create file datasource intializer
  • Additional commits viewable in compare view

Updates pydantic from 2.11.7 to 2.12.5

Release notes

Sourced from pydantic's releases.

v2.12.5 2025-11-26

v2.12.5 (2025-11-26)

This is the fifth 2.12 patch release, addressing an issue with the MISSING sentinel and providing several documentation improvements.

The next 2.13 minor release will be published in a couple weeks, and will include a new polymorphic serialization feature addressing the remaining unexpected changes to the serialize as any behavior.

  • Fix pickle error when using model_construct() on a model with MISSING as a default value by @​ornariece in #12522.
  • Several updates to the documentation by @​Viicos.

Full Changelog: pydantic/pydantic@v2.12.4...v2.12.5

v2.12.4 2025-11-05

v2.12.4 (2025-11-05)

This is the fourth 2.12 patch release, fixing more regressions, and reverting a change in the build() method of the AnyUrl and Dsn types.

This patch release also fixes an issue with the serialization of IP address types, when serialize_as_any is used. The next patch release will try to address the remaining issues with serialize as any behavior by introducing a new polymorphic serialization feature, that should be used in most cases in place of serialize as any.

Full Changelog: pydantic/pydantic@v2.12.3...v2.12.4

v2.12.3 2025-10-17

v2.12.3 (2025-10-17)

What's Changed

This is the third 2.13 patch release, fixing issues related to the FieldInfo class, and reverting a change to the supported after model validator function signatures.

... (truncated)

Changelog

Sourced from pydantic's changelog.

v2.12.5 (2025-11-26)

GitHub release

This is the fifth 2.12 patch release, addressing an issue with the MISSING sentinel and providing several documentation improvements.

The next 2.13 minor release will be published in a couple weeks, and will include a new polymorphic serialization feature addressing the remaining unexpected changes to the serialize as any behavior.

  • Fix pickle error when using model_construct() on a model with MISSING as a default value by @​ornariece in #12522.
  • Several updates to the documentation by @​Viicos.

v2.12.4 (2025-11-05)

GitHub release

This is the fourth 2.12 patch release, fixing more regressions, and reverting a change in the build() method of the AnyUrl and Dsn types.

This patch release also fixes an issue with the serialization of IP address types, when serialize_as_any is used. The next patch release will try to address the remaining issues with serialize as any behavior by introducing a new polymorphic serialization feature, that should be used in most cases in place of serialize as any.

v2.12.3 (2025-10-17)

GitHub release

... (truncated)

Commits
  • bd2d0dd Prepare release v2.12.5
  • 7d0302e Document security implications when using create_model()
  • e9ef980 Fix typo in Standard Library Types documentation
  • f2c20c0 Add pydantic-docs dev dependency, make use of versioning blocks
  • a76c1aa Update documentation about JSON Schema
  • 8cbc72c Add documentation about custom __init__()
  • 99eba59 Add additional test for FieldInfo.get_default()
  • c710769 Special case MISSING sentinel in smart_deepcopy()
  • 20a9d77 Do not delete mock validator/serializer in rebuild_dataclass()
  • c86515a Update parts of the model and revalidate_instances documentation
  • Additional commits viewable in compare view

Updates pydantic-settings from 2.10.1 to 2.12.0

Release notes

Sourced from pydantic-settings's releases.

v2.12.0

What's Changed

New Contributors

Full Changelog: pydantic/pydantic-settings@v2.11.0...v2.12.0

v2.11.0

What's Changed

New Contributors

Full Changelog: pydantic/pydantic-settings@2.10.1...v2.11.0

Commits

Updates supabase from 2.16.0 to 2.27.0

Release notes

Sourced from supabase's releases.

v2.27.0

2.27.0 (2025-12-16)

Features

Bug Fixes

  • storage: replace deprecated pydantic Extra with literal values (#1334) (6df3545)

v2.26.0

2.26.0 (2025-12-15)

Features

Bug Fixes

  • storage: remove v1 from path concatenation (#1330) (e3ddf40)

v2.25.1

2.25.1 (2025-12-09)

Bug Fixes

  • storage: add query parameters option to download (#1327) (63f7226)

v2.25.0

2.25.0 (2025-12-03)

Features

  • storage: add vector and analytics buckets support (#1318) (fd0c122)

v2.24.0

2.24.0 (2025-11-07)

Features

... (truncated)

Changelog

Sourced from supabase's changelog.

2.27.0 (2025-12-16)

Features

Bug Fixes

  • storage: replace deprecated pydantic Extra with literal values (#1334) (6df3545)

2.26.0 (2025-12-15)

Features

Bug Fixes

  • storage: remove v1 from path concatenation (#1330) (e3ddf40)

2.25.1 (2025-12-09)

Bug Fixes

  • storage: add query parameters option to download (#1327) (63f7226)

2.25.0 (2025-12-03)

Features

  • storage: add vector and analytics buckets support (#1318) (fd0c122)

2.24.0 (2025-11-07)

Features

Breaking changes

  • Removed SyncClient classes from both supabase_auth and supabase_functions, in favor of plain httpx.Clients instead.

... (truncated)

Commits

Updates uvicorn from 0.35.0 to 0.40.0

Release notes

Sourced from uvicorn's releases.

Version 0.40.0

What's Changed

Full Changelog: Kludex/uvicorn@0.39.0...0.40.0

Version 0.39.0

What's Changed

New Contributors

Full Changelog: Kludex/uvicorn@0.38.0...0.39.0

Version 0.38.0

What's Changed


New Contributors

Full Changelog: Kludex/uvicorn@0.37.0...0.38.0

Version 0.37.0

What's Changed

New Contributors

Full Changelog: Kludex/uvicorn@0.36.1...0.37.0

Version 0.36.1

What's Changed

Full Changelog: Kludex/uvicorn@0.36.0...0.36.1

Version 0.36.0

Added

... (truncated)

Changelog

Sourced from uvicorn's changelog.

0.40.0 (December 21, 2025)

Remove

  • Drop support for Python 3.9 (#2772)

0.39.0 (December 21, 2025)

Fixed

  • Send close frame on ASGI return for WebSockets (#2769)
  • Explicitly start ASGI run with empty context (#2742)

0.38.0 (October 18, 2025)

Added

  • Support Python 3.14 (#2723)

0.37.0 (September 23, 2025)

Added

  • Add --timeout-worker-healthcheck option (#2711)
  • Add os.PathLike[str] type to ssl_ca_certs (#2676)

0.36.1 (September 23, 2025)

Fixed

  • Raise an exception when calling removed Config.setup_event_loop() (#2709)

0.36.0 (September 20, 2025)

Added

  • Support custom IOLOOPs (#2435)
  • Allow to provide importable string in --http, --ws and --loop (#2658)
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 Dec 22, 2025
@dependabot dependabot bot requested a review from a team as a code owner December 22, 2025 17:16
@dependabot dependabot bot requested review from 0ubbe and removed request for a team December 22, 2025 17:16
@dependabot dependabot bot requested a review from ntindle December 22, 2025 17:16
@github-project-automation github-project-automation bot moved this to 🆕 Needs initial review in AutoGPT development kanban Dec 22, 2025
@coderabbitai
Copy link

coderabbitai bot commented Dec 22, 2025

Important

Review skipped

Ignore keyword(s) in the title.

⛔ Ignored keywords (1)
  • chore

Please check the settings in the CodeRabbit UI or the .coderabbit.yaml file in this repository. To trigger a single review, invoke the @coderabbitai review command.

You can disable this status message by setting the reviews.review_status to false in the CodeRabbit configuration file.


Comment @coderabbitai help to get the list of available commands and usage tips.

…ectory with 7 updates

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

| Package | From | To |
| --- | --- | --- |
| [fastapi](https://github.com/fastapi/fastapi) | `0.116.1` | `0.127.0` |
| [google-cloud-logging](https://github.com/googleapis/python-logging) | `3.12.1` | `3.13.0` |
| [launchdarkly-server-sdk](https://github.com/launchdarkly/python-server-sdk) | `9.12.0` | `9.14.1` |
| [pydantic](https://github.com/pydantic/pydantic) | `2.11.7` | `2.12.5` |
| [pydantic-settings](https://github.com/pydantic/pydantic-settings) | `2.10.1` | `2.12.0` |
| [supabase](https://github.com/supabase/supabase-py) | `2.16.0` | `2.27.0` |
| [uvicorn](https://github.com/Kludex/uvicorn) | `0.35.0` | `0.40.0` |



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

Updates `google-cloud-logging` from 3.12.1 to 3.13.0
- [Release notes](https://github.com/googleapis/python-logging/releases)
- [Changelog](https://github.com/googleapis/python-logging/blob/main/CHANGELOG.md)
- [Commits](googleapis/python-logging@v3.12.1...v3.13.0)

Updates `launchdarkly-server-sdk` from 9.12.0 to 9.14.1
- [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.12.0...9.14.1)

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

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

Updates `supabase` from 2.16.0 to 2.27.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.16.0...v2.27.0)

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

---
updated-dependencies:
- dependency-name: fastapi
  dependency-version: 0.127.0
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: production-dependencies
- dependency-name: google-cloud-logging
  dependency-version: 3.13.0
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: production-dependencies
- dependency-name: launchdarkly-server-sdk
  dependency-version: 9.14.1
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: production-dependencies
- dependency-name: pydantic
  dependency-version: 2.12.5
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: production-dependencies
- dependency-name: pydantic-settings
  dependency-version: 2.12.0
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: production-dependencies
- dependency-name: supabase
  dependency-version: 2.27.0
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: production-dependencies
- dependency-name: uvicorn
  dependency-version: 0.40.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-e408d6d2cd branch from 884da46 to c3c7e44 Compare December 29, 2025 17:15
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

dependencies python Pull requests that update Python code size/xl

Projects

Status: 🆕 Needs initial review

Development

Successfully merging this pull request may close these issues.

1 participant