Skip to content

chore(libs/deps): bump the production-dependencies group across 1 directory with 4 updates #9908

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 1 commit into
base: dev
Choose a base branch
from

Conversation

dependabot[bot]
Copy link
Contributor

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

Bumps the production-dependencies group with 4 updates in the /autogpt_platform/autogpt_libs directory: google-cloud-logging, pydantic, pydantic-settings and supabase.

Updates google-cloud-logging from 3.11.4 to 3.12.1

Release notes

Sourced from google-cloud-logging's releases.

v3.12.1

3.12.1 (2025-04-21)

Bug Fixes

  • Make logging handler close conditional to having the transport opened (#990) (66c6b91)

v3.12.0

3.12.0 (2025-04-10)

Features

  • Add REST Interceptors which support reading metadata (681bcc5)
  • Add support for opt-in debug logging (681bcc5)
  • Added flushes/close functionality to logging handlers (#917) (d179304)

Bug Fixes

  • Allow protobuf 6.x (#977) (6757890)
  • deps: Require google-cloud-audit-log >= 0.3.1 (#979) (1cc00ec)
  • Fix typing issue with gRPC metadata when key ends in -bin (681bcc5)

Documentation

  • Added documentation on log_level and excluded_loggers params in setup_logging (#971) (70d9d25)
  • Update README to break infinite redirect loop (#972) (52cd907)
Changelog

Sourced from google-cloud-logging's changelog.

3.12.1 (2025-04-21)

Bug Fixes

  • Make logging handler close conditional to having the transport opened (#990) (66c6b91)

3.12.0 (2025-04-10)

Features

  • Add REST Interceptors which support reading metadata (681bcc5)
  • Add support for opt-in debug logging (681bcc5)
  • Added flushes/close functionality to logging handlers (#917) (d179304)

Bug Fixes

  • Allow protobuf 6.x (#977) (6757890)
  • deps: Require google-cloud-audit-log >= 0.3.1 (#979) (1cc00ec)
  • Fix typing issue with gRPC metadata when key ends in -bin (681bcc5)

Documentation

  • Added documentation on log_level and excluded_loggers params in setup_logging (#971) (70d9d25)
  • Update README to break infinite redirect loop (#972) (52cd907)
Commits
  • f4fb25a chore(main): release 3.12.1 (#992)
  • 66c6b91 fix: make logging handler close conditional to having the transport opened (#...
  • 5f89b5f chore(main): release 3.12.0 (#973)
  • 5db27c2 chore(python): remove .flake8 configuration file in templates (#983)
  • d179304 feat: Added flushes/close functionality to logging handlers (#917)
  • 1cc00ec fix(deps): require google-cloud-audit-log >= 0.3.1 (#979)
  • 42387bf chore: Update gapic-generator-python to 1.23.6 (#982)
  • 52cd907 docs: update README to break infinite redirect loop (#972)
  • 6757890 fix: Allow protobuf 6.x (#977)
  • 40b1a52 chore: remove unused files (#976)
  • Additional commits viewable in compare view

Updates pydantic from 2.11.1 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

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 Prepare release v2.11.4
  • 828fc48 Add documentation note about common pitfall with the annotated pattern
  • 42bf1fd Bump pydantic-core to v2.33.2 (#11804)
  • 7b3f513 Allow config and bases to be specified together in create_model()
  • fc52138 Traverse function-before schemas during schema gathering
  • 25af789 Fix issue with recursive generic models
  • 91ef6bb Update monthly download count in documentation
  • a830775 Bump mkdocs-llmstxt to v0.2.0
  • f5d1c87 Fix crash when expanding root type in the mypy plugin
  • c80bb35 Remove coercion of decimal constraints
  • Additional commits viewable in compare view

Updates pydantic-settings from 2.8.1 to 2.9.1

Release notes

Sourced from pydantic-settings's releases.

v2.9.0

What's Changed

New Contributors

Full Changelog: pydantic/pydantic-settings@v2.8.1...v2.9.0

Commits

Updates supabase from 2.15.0 to 2.15.1

Release notes

Sourced from supabase's releases.

v2.15.1

2.15.1 (2025-04-28)

Bug Fixes

  • postgrest: add missing count, head, and get params (#1098) (e9c219e)
  • realtime: bump realtime from 2.4.2 to 2.4.3 (#1112) (1d429c6)
  • remove return type from postgrest methods (#1110) (6664f42)
Changelog

Sourced from supabase's changelog.

2.15.1 (2025-04-28)

Bug Fixes

  • postgrest: add missing count, head, and get params (#1098) (e9c219e)
  • realtime: bump realtime from 2.4.2 to 2.4.3 (#1112) (1d429c6)
  • remove return type from postgrest methods (#1110) (6664f42)
Commits
  • 9fdf32f chore(main): release 2.15.1 (#1099)
  • 1d429c6 fix(realtime): bump realtime from 2.4.2 to 2.4.3 (#1112)
  • b129404 chore(deps-dev): bump commitizen from 4.4.1 to 4.6.0 (#1104)
  • ad8f99e chore(deps-dev): bump pytest-cov from 6.0.0 to 6.1.1 (#1100)
  • 6664f42 fix: remove return type from postgrest methods (#1110)
  • c0ca175 ci: explicit permissions and remove _target (#1102)
  • e9c219e fix(postgrest): add missing count, head, and get params (#1098)
  • d5aa9ce chore(deps-dev): bump python-dotenv from 1.0.1 to 1.1.0 (#1085)
  • 8ff9ba8 chore(deps-dev): bump pytest-asyncio from 0.25.3 to 0.26.0 (#1084)
  • See full diff in compare view

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

…ectory with 4 updates

Bumps the production-dependencies group with 4 updates in the /autogpt_platform/autogpt_libs directory: [google-cloud-logging](https://github.com/googleapis/python-logging), [pydantic](https://github.com/pydantic/pydantic), [pydantic-settings](https://github.com/pydantic/pydantic-settings) and [supabase](https://github.com/supabase/supabase-py).


Updates `google-cloud-logging` from 3.11.4 to 3.12.1
- [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.11.4...v3.12.1)

Updates `pydantic` from 2.11.1 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.11.1...v2.11.4)

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

Updates `supabase` from 2.15.0 to 2.15.1
- [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.0...v2.15.1)

---
updated-dependencies:
- dependency-name: google-cloud-logging
  dependency-version: 3.12.1
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: production-dependencies
- dependency-name: pydantic
  dependency-version: 2.11.4
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: production-dependencies
- dependency-name: pydantic-settings
  dependency-version: 2.9.1
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: production-dependencies
- dependency-name: supabase
  dependency-version: 2.15.1
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: production-dependencies
...

Signed-off-by: dependabot[bot] <[email protected]>
@dependabot dependabot bot added dependencies python Pull requests that update Python code labels May 5, 2025
@dependabot dependabot bot requested a review from a team as a code owner May 5, 2025 17:43
@dependabot dependabot bot requested review from Pwuts and aarushik93 and removed request for a team May 5, 2025 17:43
@github-project-automation github-project-automation bot moved this to 🆕 Needs initial review in AutoGPT development kanban May 5, 2025
@github-actions github-actions bot added the platform/backend AutoGPT Platform - Back end label May 5, 2025
Copy link

deepsource-io bot commented May 5, 2025

Here's the code health analysis summary for commits 6f15782..6538d61. 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 May 5, 2025

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

Name Link
🔨 Latest commit 6538d61
🔍 Latest deploy log https://app.netlify.com/sites/auto-gpt-docs-dev/deploys/6818f8de459a800008f44b5b

@github-actions github-actions bot added the size/l label May 5, 2025
Copy link

netlify bot commented May 5, 2025

Deploy Preview for auto-gpt-docs canceled.

Name Link
🔨 Latest commit 6538d61
🔍 Latest deploy log https://app.netlify.com/sites/auto-gpt-docs/deploys/6818f8de2f346e0008bc5dab

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
Projects
Status: 🆕 Needs initial review
Development

Successfully merging this pull request may close these issues.

0 participants