Skip to content

chore(backend/deps): Bump the production-dependencies group across 1 directory with 15 updates #10188

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 Jun 18, 2025

Bumps the production-dependencies group with 15 updates in the /autogpt_platform/backend directory:

Package From To
aiodns 3.4.0 3.5.0
anthropic 0.51.0 0.54.0
e2b-code-interpreter 1.5.0 1.5.1
fastapi 0.115.12 0.115.13
google-api-python-client 2.170.0 2.172.0
google-cloud-storage 3.1.0 3.1.1
groq 0.24.0 0.28.0
mem0ai 0.1.102 0.1.108
ollama 0.4.9 0.5.1
openai 1.82.1 1.88.0
prometheus-client 0.21.1 0.22.1
pydantic 2.11.5 2.11.7
pytest 8.3.5 8.4.1
sentry-sdk 2.29.1 2.30.0
supabase 2.15.1 2.15.3

Updates aiodns from 3.4.0 to 3.5.0

Changelog

Sourced from aiodns's changelog.

3.5.0

  • Added explicit close method (#166)
    • Allows proper cleanup of resources on demand
  • Fixed return type signature for CNAME and SOA records (#162)
    • Corrected type annotations for better type checking
  • Improved Windows event loop documentation (#163)
    • Provided more accurate information on supported event loops on Windows
  • Added pre-commit configuration with ruff (#152)
    • Improved code quality and consistency
    • Reformatted code and normalized end-of-line characters (#155)
  • Updated dependencies
    • Bumped pycares from 4.8.0 to 4.9.0 (#168)
    • Bumped pytest-asyncio from 0.26.0 to 1.0.0 (#167)
    • Bumped pytest-cov from 6.1.1 to 6.2.1 (#164)
    • Bumped pytest from 8.3.5 to 8.4.0 (#160)
    • Bumped mypy from 1.15.0 to 1.16.0 (#158)
    • Bumped dependabot/fetch-metadata from 2.3.0 to 2.4.0 (#159)
Commits

Updates anthropic from 0.51.0 to 0.54.0

Release notes

Sourced from anthropic's releases.

v0.54.0

0.54.0 (2025-06-10)

Full Changelog: v0.53.0...v0.54.0

Features

  • client: add support for fine-grained-tool-streaming-2025-05-14 (07ec081)

Bug Fixes

  • httpx: resolve conflict between default transport and proxy settings (#969) (a6efded)
  • tests: update test (99c2433)

Chores

Documentation

  • contributing: fix uv script for bootstrapping (d2bde52)

v0.53.0

0.53.0 (2025-06-09)

Full Changelog: v0.52.2...v0.53.0

Features

  • client: add follow_redirects request option (e5238c0)
  • client: add support for new text_editor_20250429 tool (b3b3f5b)

Bug Fixes

  • client: deprecate BetaBase64PDFBlock in favor of BetaRequestDocumentBlock (5ac58e9)
  • internal: fix typing remapping (6c415da)

Chores

  • internal: codegen related update (94812ec)
  • internal: version bump (41ce701)
  • tests: improve testing by extracting fixtures (68c62cc)

v0.52.2

0.52.2 (2025-06-02)

... (truncated)

Changelog

Sourced from anthropic's changelog.

0.54.0 (2025-06-10)

Full Changelog: v0.53.0...v0.54.0

Features

  • client: add support for fine-grained-tool-streaming-2025-05-14 (07ec081)

Bug Fixes

  • httpx: resolve conflict between default transport and proxy settings (#969) (a6efded)
  • tests: update test (99c2433)

Chores

Documentation

  • contributing: fix uv script for bootstrapping (d2bde52)

0.53.0 (2025-06-09)

Full Changelog: v0.52.2...v0.53.0

Features

  • client: add follow_redirects request option (e5238c0)
  • client: add support for new text_editor_20250429 tool (b3b3f5b)

Bug Fixes

  • client: deprecate BetaBase64PDFBlock in favor of BetaRequestDocumentBlock (5ac58e9)
  • internal: fix typing remapping (6c415da)

Chores

  • internal: codegen related update (94812ec)
  • internal: version bump (41ce701)
  • tests: improve testing by extracting fixtures (68c62cc)

0.52.2 (2025-06-02)

Full Changelog: v0.52.1...v0.52.2

... (truncated)

Commits
  • 00e0df2 Merge pull request #970 from anthropics/release-please--branches--main--chang...
  • f768bc5 release: 0.54.0
  • 99c2433 fix(tests): update test
  • 07ec081 feat(client): add support for fine-grained-tool-streaming-2025-05-14
  • a6efded fix(httpx): resolve conflict between default transport and proxy settings (#969)
  • d2bde52 docs(contributing): fix uv script for bootstrapping
  • 45029f4 chore(internal): version bump
  • aedb4cb release: 0.53.0
  • d7d3038 fix(internal): fix typing remapping
  • e684940 fix(client): deprecate BetaBase64PDFBlock in favor of BetaRequestDocumentBlock
  • Additional commits viewable in compare view

Updates e2b-code-interpreter from 1.5.0 to 1.5.1

Commits
  • 2b7833b added MIT license to code-interpreter SDKs and charts library (#117)
  • 85cac91 added tests for new js kernel (#113)
  • 585543f [skip ci] Release new versions
  • e9e0903 Updated JavaScript kernel with typescript, top-level async/await, es module i...
  • 8f38106 Bump tornado in /template in the pip group across 1 directory (#112)
  • 19af07f Bump setuptools in /python in the pip group across 1 directory (#110)
  • 85b729f [skip ci] Release new versions
  • fae4e6d Python 3.12 support + deps bump (#105)
  • c6dd986 Update babel (#103)
  • 918ab8e [skip ci] Release new versions
  • Additional commits viewable in compare view

Updates fastapi from 0.115.12 to 0.115.13

Release notes

Sourced from fastapi's releases.

0.115.13

Fixes

  • 🐛 Fix truncating the model's description with form feed (\f) character for Pydantic V2. PR #13698 by @​YuriiMotov.

Refactors

Upgrades

Docs

Translations

... (truncated)

Commits
  • 4734df1 🔖 Release version 0.115.13
  • cdf6b31 📝 Update release notes
  • dfe9dde 📝 Add annotations to HTTP middleware example (#11530)
  • 9957956 📝 Update release notes
  • aebff50 ✨ Add refreshUrl parameter in OAuth2PasswordBearer (#11460)
  • 64834d4 📝 Update release notes
  • 30b9dfb 🚸 Set format to password for fields password and client_secret in `OAuth2...
  • 6b5b26f 📝 Update release notes
  • 3f908a4 📝 Clarify in CORS docs that wildcards and credentials are mutually exclusive ...
  • 01c3ad2 📝 Update release notes
  • Additional commits viewable in compare view

Updates google-api-python-client from 2.170.0 to 2.172.0

Release notes

Sourced from google-api-python-client's releases.

v2.172.0

2.172.0 (2025-06-10)

Features

Bug Fixes

v2.171.0

2.171.0 (2025-06-03)

Features

... (truncated)

Commits

Updates google-cloud-storage from 3.1.0 to 3.1.1

Release notes

Sourced from google-cloud-storage's releases.

v3.1.1

3.1.1 (2025-06-13)

Bug Fixes

  • Add a check for partial response data (#1487) (7e0412a)
  • Add trove classifier for Python 3.13 (0100916)
  • deps: Require google-crc32c >= 1.1.3 (0100916)
  • deps: Require protobuf >= 3.20.2, < 7.0.0 (0100916)
  • deps: Require requests >= 2.22.0 (0100916)
  • Remove setup.cfg configuration for creating universal wheels (#1448) (d3b6b3f)
  • Resolve issue where pre-release versions of dependencies are installed (0100916)
  • Segmentation fault in tink while writing data (#1490) (2a46c0b)

Documentation

Changelog

Sourced from google-cloud-storage's changelog.

3.1.1 (2025-06-13)

Bug Fixes

  • Add a check for partial response data (#1487) (7e0412a)
  • Add trove classifier for Python 3.13 (0100916)
  • deps: Require google-crc32c >= 1.1.3 (0100916)
  • deps: Require protobuf >= 3.20.2, < 7.0.0 (0100916)
  • deps: Require requests >= 2.22.0 (0100916)
  • Remove setup.cfg configuration for creating universal wheels (#1448) (d3b6b3f)
  • Resolve issue where pre-release versions of dependencies are installed (0100916)
  • Segmentation fault in tink while writing data (#1490) (2a46c0b)

Documentation

Commits

Updates groq from 0.24.0 to 0.28.0

Release notes

Sourced from groq's releases.

v0.28.0

0.28.0 (2025-06-12)

Full Changelog: v0.27.0...v0.28.0

Features

Chores

  • fix streaming overloads (bb31101)

v0.27.0

0.27.0 (2025-06-10)

Full Changelog: v0.26.0...v0.27.0

Features

  • api: api update (3f311d6)
  • client: add follow_redirects request option (407d5f6)

Chores

  • docs: remove reference to rye shell (69a126e)
  • docs: remove unnecessary param examples (f645e86)

v0.26.0

0.26.0 (2025-05-29)

Full Changelog: v0.25.0...v0.26.0

Features

Chores

  • docs: grammar improvements (b5f3b46)

v0.25.0

0.25.0 (2025-05-16)

... (truncated)

Changelog

Sourced from groq's changelog.

0.28.0 (2025-06-12)

Full Changelog: v0.27.0...v0.28.0

Features

Chores

  • fix streaming overloads (bb31101)

0.27.0 (2025-06-10)

Full Changelog: v0.26.0...v0.27.0

Features

  • api: api update (3f311d6)
  • client: add follow_redirects request option (407d5f6)

Chores

  • docs: remove reference to rye shell (69a126e)
  • docs: remove unnecessary param examples (f645e86)

0.26.0 (2025-05-29)

Full Changelog: v0.25.0...v0.26.0

Features

Chores

  • docs: grammar improvements (b5f3b46)

0.25.0 (2025-05-16)

Full Changelog: v0.24.0...v0.25.0

Features

... (truncated)

Commits

Updates mem0ai from 0.1.102 to 0.1.108

Release notes

Sourced from mem0ai's releases.

0.1.108

What's Changed

New Contributors

Full Changelog: mem0ai/mem0@0.1.107...0.1.108

v0.1.108

What's Changed

New Contributors

Full Changelog: mem0ai/mem0@v0.1.107...v0.1.108

0.1.107

What's Changed

Full Changelog: mem0ai/mem0@0.1.106...0.1.107

v0.1.107

What's Changed

Full Changelog: mem0ai/mem0@v0.1.106...v0.1.107

v0.1.107rc2

What's Changed

... (truncated)

Commits
  • 6fa9465 Update package version to 0.1.108 (#1396)
  • fb0852f [Bug Fix] Fix issue of loading other languages in csv file (#1225)

…directory with 15 updates

Bumps the production-dependencies group with 15 updates in the /autogpt_platform/backend directory:

| Package | From | To |
| --- | --- | --- |
| [aiodns](https://github.com/saghul/aiodns) | `3.4.0` | `3.5.0` |
| [anthropic](https://github.com/anthropics/anthropic-sdk-python) | `0.51.0` | `0.54.0` |
| [e2b-code-interpreter](https://github.com/e2b-dev/code-interpreter) | `1.5.0` | `1.5.1` |
| [fastapi](https://github.com/fastapi/fastapi) | `0.115.12` | `0.115.13` |
| [google-api-python-client](https://github.com/googleapis/google-api-python-client) | `2.170.0` | `2.172.0` |
| [google-cloud-storage](https://github.com/googleapis/python-storage) | `3.1.0` | `3.1.1` |
| [groq](https://github.com/groq/groq-python) | `0.24.0` | `0.28.0` |
| [mem0ai](https://github.com/mem0ai/mem0) | `0.1.102` | `0.1.108` |
| [ollama](https://github.com/ollama/ollama-python) | `0.4.9` | `0.5.1` |
| [openai](https://github.com/openai/openai-python) | `1.82.1` | `1.88.0` |
| [prometheus-client](https://github.com/prometheus/client_python) | `0.21.1` | `0.22.1` |
| [pydantic](https://github.com/pydantic/pydantic) | `2.11.5` | `2.11.7` |
| [pytest](https://github.com/pytest-dev/pytest) | `8.3.5` | `8.4.1` |
| [sentry-sdk](https://github.com/getsentry/sentry-python) | `2.29.1` | `2.30.0` |
| [supabase](https://github.com/supabase/supabase-py) | `2.15.1` | `2.15.3` |



Updates `aiodns` from 3.4.0 to 3.5.0
- [Release notes](https://github.com/saghul/aiodns/releases)
- [Changelog](https://github.com/aio-libs/aiodns/blob/master/ChangeLog)
- [Commits](aio-libs/aiodns@v3.4.0...v3.5.0)

Updates `anthropic` from 0.51.0 to 0.54.0
- [Release notes](https://github.com/anthropics/anthropic-sdk-python/releases)
- [Changelog](https://github.com/anthropics/anthropic-sdk-python/blob/main/CHANGELOG.md)
- [Commits](anthropics/anthropic-sdk-python@v0.51.0...v0.54.0)

Updates `e2b-code-interpreter` from 1.5.0 to 1.5.1
- [Release notes](https://github.com/e2b-dev/code-interpreter/releases)
- [Commits](https://github.com/e2b-dev/code-interpreter/compare/@e2b/code-interpreter@1.5.0...@e2b/code-interpreter@1.5.1)

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

Updates `google-api-python-client` from 2.170.0 to 2.172.0
- [Release notes](https://github.com/googleapis/google-api-python-client/releases)
- [Commits](googleapis/google-api-python-client@v2.170.0...v2.172.0)

Updates `google-cloud-storage` from 3.1.0 to 3.1.1
- [Release notes](https://github.com/googleapis/python-storage/releases)
- [Changelog](https://github.com/googleapis/python-storage/blob/main/CHANGELOG.md)
- [Commits](googleapis/python-storage@v3.1.0...v3.1.1)

Updates `groq` from 0.24.0 to 0.28.0
- [Release notes](https://github.com/groq/groq-python/releases)
- [Changelog](https://github.com/groq/groq-python/blob/main/CHANGELOG.md)
- [Commits](groq/groq-python@v0.24.0...v0.28.0)

Updates `mem0ai` from 0.1.102 to 0.1.108
- [Release notes](https://github.com/mem0ai/mem0/releases)
- [Changelog](https://github.com/mem0ai/mem0/blob/main/docs/changelog.mdx)
- [Commits](mem0ai/mem0@0.1.102...0.1.108)

Updates `ollama` from 0.4.9 to 0.5.1
- [Release notes](https://github.com/ollama/ollama-python/releases)
- [Commits](ollama/ollama-python@v0.4.9...v0.5.1)

Updates `openai` from 1.82.1 to 1.88.0
- [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.82.1...v1.88.0)

Updates `prometheus-client` from 0.21.1 to 0.22.1
- [Release notes](https://github.com/prometheus/client_python/releases)
- [Commits](prometheus/client_python@v0.21.1...v0.22.1)

Updates `pydantic` from 2.11.5 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.5...v2.11.7)

Updates `pytest` from 8.3.5 to 8.4.1
- [Release notes](https://github.com/pytest-dev/pytest/releases)
- [Changelog](https://github.com/pytest-dev/pytest/blob/main/CHANGELOG.rst)
- [Commits](pytest-dev/pytest@8.3.5...8.4.1)

Updates `sentry-sdk` from 2.29.1 to 2.30.0
- [Release notes](https://github.com/getsentry/sentry-python/releases)
- [Changelog](https://github.com/getsentry/sentry-python/blob/master/CHANGELOG.md)
- [Commits](getsentry/sentry-python@2.29.1...2.30.0)

Updates `supabase` from 2.15.1 to 2.15.3
- [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.15.3)

---
updated-dependencies:
- dependency-name: aiodns
  dependency-version: 3.5.0
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: production-dependencies
- dependency-name: anthropic
  dependency-version: 0.54.0
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: production-dependencies
- dependency-name: e2b-code-interpreter
  dependency-version: 1.5.1
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: production-dependencies
- dependency-name: fastapi
  dependency-version: 0.115.13
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: production-dependencies
- dependency-name: google-api-python-client
  dependency-version: 2.172.0
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: production-dependencies
- dependency-name: google-cloud-storage
  dependency-version: 3.1.1
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: production-dependencies
- dependency-name: groq
  dependency-version: 0.28.0
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: production-dependencies
- dependency-name: mem0ai
  dependency-version: 0.1.108
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: production-dependencies
- dependency-name: ollama
  dependency-version: 0.5.1
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: production-dependencies
- dependency-name: openai
  dependency-version: 1.88.0
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: production-dependencies
- dependency-name: prometheus-client
  dependency-version: 0.22.1
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: production-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: pytest
  dependency-version: 8.4.1
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: production-dependencies
- dependency-name: sentry-sdk
  dependency-version: 2.30.0
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: production-dependencies
- dependency-name: supabase
  dependency-version: 2.15.3
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: production-dependencies
...

Signed-off-by: dependabot[bot] <support@github.com>
@dependabot dependabot bot added dependencies python Pull requests that update Python code labels Jun 18, 2025
@dependabot dependabot bot requested a review from a team as a code owner June 18, 2025 17:01
@dependabot dependabot bot requested review from Pwuts and Bentlybro and removed request for a team June 18, 2025 17:01
@dependabot dependabot bot added dependencies python Pull requests that update Python code labels Jun 18, 2025
@github-project-automation github-project-automation bot moved this to 🆕 Needs initial review in AutoGPT development kanban Jun 18, 2025
Copy link

netlify bot commented Jun 18, 2025

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

Name Link
🔨 Latest commit c7bf87e
🔍 Latest deploy log https://app.netlify.com/projects/auto-gpt-docs-dev/deploys/6852f0fb2141020008396be7

@github-actions github-actions bot added platform/backend AutoGPT Platform - Back end size/l labels Jun 18, 2025
Copy link

netlify bot commented Jun 18, 2025

Deploy Preview for auto-gpt-docs canceled.

Name Link
🔨 Latest commit c7bf87e
🔍 Latest deploy log https://app.netlify.com/projects/auto-gpt-docs/deploys/6852f0fbf140470008a42827

Copy link

deepsource-io bot commented Jun 18, 2025

Here's the code health analysis summary for commits 753a2bf..c7bf87e. 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
Contributor Author

dependabot bot commented on behalf of github Jun 23, 2025

Looks like these dependencies are updatable in another way, so this is no longer needed.

@dependabot dependabot bot closed this Jun 23, 2025
@dependabot dependabot bot deleted the dependabot/pip/autogpt_platform/backend/dev/production-dependencies-65c3e62f71 branch June 23, 2025 17:31
@github-project-automation github-project-automation bot moved this from 🆕 Needs initial review to ✅ Done in AutoGPT development kanban Jun 23, 2025
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: Done
Development

Successfully merging this pull request may close these issues.

0 participants