Skip to content

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

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 28, 2025

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

Package From To
anthropic 0.51.0 0.52.0
click 8.2.0 8.2.1
google-api-python-client 2.169.0 2.170.0
groq 0.24.0 0.25.0
jsonschema 4.23.0 4.24.0
mem0ai 0.1.98 0.1.102
moviepy 2.1.2 2.2.1
ollama 0.4.8 0.4.9
openai 1.78.1 1.82.0
prometheus-client 0.21.1 0.22.0
pydantic 2.11.4 2.11.5
replicate 1.0.6 1.0.7
sentry-sdk 2.28.0 2.29.1
sqlalchemy 2.0.40 2.0.41
supabase 2.15.1 2.15.2

Updates anthropic from 0.51.0 to 0.52.0

Release notes

Sourced from anthropic's releases.

v0.52.0

0.52.0 (2025-05-22)

Full Changelog: v0.51.0...v0.52.0

Features

  • api: add claude 4 models, files API, code execution tool, MCP connector and more (9c48bc6)

Bug Fixes

  • package: support direct resource imports (6d73bab)

Chores

  • ci: fix installation instructions (ca374e5)
  • ci: upload sdks to package manager (fde0c44)
  • internal: avoid errors for isinstance checks on proxies (ef4be3f)
  • internal: codegen related update (40359d9)

Documentation

  • add security warning for overriding parameters (#1008) (9f52239)
Changelog

Sourced from anthropic's changelog.

0.52.0 (2025-05-22)

Full Changelog: v0.51.0...v0.52.0

Features

  • api: add claude 4 models, files API, code execution tool, MCP connector and more (9c48bc6)

Bug Fixes

  • package: support direct resource imports (6d73bab)

Chores

  • ci: fix installation instructions (ca374e5)
  • ci: upload sdks to package manager (fde0c44)
  • internal: avoid errors for isinstance checks on proxies (ef4be3f)
  • internal: codegen related update (40359d9)

Documentation

  • add security warning for overriding parameters (#1008) (9f52239)
Commits
  • e9f5e44 release: 0.52.0
  • 68d8226 feat(api): add claude 4 models, files API, code execution tool, MCP connector...
  • c79b65b chore(internal): codegen related update
  • 1de2f53 codegen metadata
  • 7a69c03 codegen metadata
  • 8106f36 codegen metadata
  • d11916c docs: add security warning for overriding parameters (#1008)
  • da3b082 chore(ci): fix installation instructions
  • 00f3c7d chore(ci): upload sdks to package manager
  • d979898 codegen metadata
  • Additional commits viewable in compare view

Updates click from 8.2.0 to 8.2.1

Release notes

Sourced from click's releases.

8.2.1

This is the Click 8.2.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/click/8.2.1/ Changes: https://click.palletsprojects.com/page/changes/#version-8-2-1 Milestone: https://github.com/pallets/click/milestone/24?closed=1

  • Fix flag value handling for flag options with a provided type. #2894 #2897
  • Fix shell completion for nested groups. #2906
  • Flush sys.stderr at the end of CliRunner.invoke. #2682
  • Fix EOF handling for stdin input in CliRunner. #2787
Changelog

Sourced from click's changelog.

Version 8.2.1

Released 2025-05-20

  • Fix flag value handling for flag options with a provided type. :issue:2894 :issue:2897 :pr:2930
  • Fix shell completion for nested groups. :issue:2906 :pr:2907
  • Flush sys.stderr at the end of CliRunner.invoke. :issue:2682
  • Fix EOF handling for stdin input in CliRunner. :issue:2787
Commits
  • fd183b2 release version 8.2.1
  • 262bdf0 Raise an exception on end of input in CliRunner (#2934)
  • 80efdf6 Raise an exception on end of input in CliRunner
  • cfa6f4a Flush sys.stderr when CliRunner finalizes (#2933)
  • f3a4363 flush sys.stderr when CliRunner.invoke finalizes
  • b7cf069 fix shell completion for nested groups (#2935)
  • 7c575d6 parametrize test
  • ac6a2ac Fix shell completion for nested groups
  • 884af5c Fix flag value set when is_flag=True and type is provided (#2930)
  • 4fd2fea Fix condition for setting flag value when type is provided
  • Additional commits viewable in compare view

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

Release notes

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

v2.170.0

2.170.0 (2025-05-20)

Features

... (truncated)

Commits

Updates groq from 0.24.0 to 0.25.0

Release notes

Sourced from groq's releases.

v0.25.0

0.25.0 (2025-05-16)

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

Features

Bug Fixes

  • add search settings to all chat completion overloads (32a1731)
  • GitHub Terraform: Create/Update .github/workflows/stale.yaml [skip ci] (a365e26)
  • package: support direct resource imports (3ee8779)

Chores

  • ci: fix installation instructions (454ff60)
  • ci: upload sdks to package manager (1f464f8)
  • fix README example (7a0f06a)
  • internal: avoid errors for isinstance checks on proxies (7a04964)
  • use lazy imports for resources (8c6351a)

Documentation

  • remove or fix invalid readme examples (4dc027a)
Changelog

Sourced from groq's changelog.

0.25.0 (2025-05-16)

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

Features

Bug Fixes

  • add search settings to all chat completion overloads (32a1731)
  • GitHub Terraform: Create/Update .github/workflows/stale.yaml [skip ci] (a365e26)
  • package: support direct resource imports (3ee8779)

Chores

  • ci: fix installation instructions (454ff60)
  • ci: upload sdks to package manager (1f464f8)
  • fix README example (7a0f06a)
  • internal: avoid errors for isinstance checks on proxies (7a04964)
  • use lazy imports for resources (8c6351a)

Documentation

  • remove or fix invalid readme examples (4dc027a)
Commits

Updates jsonschema from 4.23.0 to 4.24.0

Release notes

Sourced from jsonschema's releases.

v4.24.0

What's Changed

New Contributors

Full Changelog: python-jsonschema/jsonschema@v4.23.0...v4.24.0

Changelog

Sourced from jsonschema's changelog.

v4.24.0

  • Fix improper handling of unevaluatedProperties in the presence of additionalProperties (#1351).
  • Support for Python 3.8 has been dropped, as it is end-of-life.
Commits
  • 3e23ee5 Add the bugfix to the changelog.
  • 8917e85 Stop running CIFuzz.
  • 737e5ed Rely on ruff in pre-commit.
  • 57e5e03 Test via PyPy 3.11.
  • d6c2ad7 Add the zizmor setup here as well.
  • af9a857 Drop a dead pyproject section.
  • c64ef84 This is less true than it once was...
  • 9ff926f Merge branch 'additional-evaluated'
  • 8290667 We still need to ditch pip-licenses...
  • 6d973b5 Update pre-commit hooks.
  • Additional commits viewable in compare view

Updates mem0ai from 0.1.98 to 0.1.102

Release notes

Sourced from mem0ai's releases.

0.1.102

What's Changed

Full Changelog: mem0ai/mem0@0.1.101...0.1.102

v0.1.102

What's Changed

New Contributors

Full Changelog: mem0ai/mem0@v0.1.101...v0.1.102

0.1.101

What's Changed

Full Changelog: mem0ai/mem0@0.1.100...0.1.101

v0.1.101

What's Changed

... (truncated)

Commits

Updates moviepy from 2.1.2 to 2.2.1

Release notes

Sourced from moviepy's releases.

v2.2.1

What's Changed

Full Changelog: Zulko/moviepy@v2.2...v2.2.1

v2.2.0

Fixes and requirements tweaks

What's Changed

New Contributors

... (truncated)

Changelog

Sourced from moviepy's changelog.

v2.2.1

Pillow mitigations (try/except for newer versions of pillow).

v2.2

Full Changelog

Important Announcements

Added

  • Add support for flac codec
  • Add codecs to .mov files
  • Add background radius to text clips
  • Support pillow 11
  • Add support for Pillow default font on textclip
  • Add support for ffmpeg v7

Changed

  • Subclipping outside of clip boundaries now raise an exception
  • Freeze effect no longer remove start and end
  • Add a parameter to define audio codec of a clip

Deprecated

Removed

Fixed

  • Fix ffmpeg reading crash when invalid metadata (see pr #2311)
  • Fix GPU h264_nvenc encoding not working.
  • Improve perfs of decorator by pre-computing arguments
  • Fix textclip being cut or of impredictable height (see issues #2325, #2260 and #2268)
  • TextClip now properly breaklines on text without spaces, such as chinese (see #2260)
  • Fix TimeMirror and TimeSymmetrize cutting last second of clip
  • ImageSequenceClip was wrong when calculating fps with duration and no fps (see issue #2351)
  • More consistent frame seek (see issue #2115 and PR #2117)
  • Fix audiopreview not working with ffplay >= 7.0.0
  • Fix ffmpeg_reader not selecting a default stream (see PR #2114)
Commits

Updates ollama from 0.4.8 to 0.4.9

Release notes

Sourced from ollama's releases.

v0.4.9

What's Changed

New Contributors

Full Changelog: ollama/ollama-python@v0.4.8...v0.4.9

Commits

Updates openai from 1.78.1 to 1.82.0

Release notes

Sourced from openai's releases.

v1.82.0

1.82.0 (2025-05-22)

Full Changelog: v1.81.0...v1.82.0

Features

  • api: new streaming helpers for background responses (2a65d4d)

Bug Fixes

  • azure: mark images/edits as a deployment endpoint #2371 (5d1d5b4)

Documentation

  • readme: another async example fix (9ec8289)
  • readme: fix async example (37d0b25)

v1.81.0

1.81.0 (2025-05-21)

Full Changelog: v1.80.0...v1.81.0

Features

    Description has been truncated

…directory with 15 updates

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

| Package | From | To |
| --- | --- | --- |
| [anthropic](https://github.com/anthropics/anthropic-sdk-python) | `0.51.0` | `0.52.0` |
| [click](https://github.com/pallets/click) | `8.2.0` | `8.2.1` |
| [google-api-python-client](https://github.com/googleapis/google-api-python-client) | `2.169.0` | `2.170.0` |
| [groq](https://github.com/groq/groq-python) | `0.24.0` | `0.25.0` |
| [jsonschema](https://github.com/python-jsonschema/jsonschema) | `4.23.0` | `4.24.0` |
| [mem0ai](https://github.com/mem0ai/mem0) | `0.1.98` | `0.1.102` |
| [moviepy](https://github.com/Zulko/moviepy) | `2.1.2` | `2.2.1` |
| [ollama](https://github.com/ollama/ollama-python) | `0.4.8` | `0.4.9` |
| [openai](https://github.com/openai/openai-python) | `1.78.1` | `1.82.0` |
| [prometheus-client](https://github.com/prometheus/client_python) | `0.21.1` | `0.22.0` |
| [pydantic](https://github.com/pydantic/pydantic) | `2.11.4` | `2.11.5` |
| [replicate](https://github.com/replicate/replicate-python) | `1.0.6` | `1.0.7` |
| [sentry-sdk](https://github.com/getsentry/sentry-python) | `2.28.0` | `2.29.1` |
| [sqlalchemy](https://github.com/sqlalchemy/sqlalchemy) | `2.0.40` | `2.0.41` |
| [supabase](https://github.com/supabase/supabase-py) | `2.15.1` | `2.15.2` |



Updates `anthropic` from 0.51.0 to 0.52.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.52.0)

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

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

Updates `groq` from 0.24.0 to 0.25.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.25.0)

Updates `jsonschema` from 4.23.0 to 4.24.0
- [Release notes](https://github.com/python-jsonschema/jsonschema/releases)
- [Changelog](https://github.com/python-jsonschema/jsonschema/blob/main/CHANGELOG.rst)
- [Commits](python-jsonschema/jsonschema@v4.23.0...v4.24.0)

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

Updates `moviepy` from 2.1.2 to 2.2.1
- [Release notes](https://github.com/Zulko/moviepy/releases)
- [Changelog](https://github.com/Zulko/moviepy/blob/master/CHANGELOG.md)
- [Commits](Zulko/moviepy@v2.1.2...v2.2.1)

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

Updates `openai` from 1.78.1 to 1.82.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.78.1...v1.82.0)

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

Updates `pydantic` from 2.11.4 to 2.11.5
- [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.5)

Updates `replicate` from 1.0.6 to 1.0.7
- [Release notes](https://github.com/replicate/replicate-python/releases)
- [Commits](replicate/replicate-python@1.0.6...1.0.7)

Updates `sentry-sdk` from 2.28.0 to 2.29.1
- [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.28.0...2.29.1)

Updates `sqlalchemy` from 2.0.40 to 2.0.41
- [Release notes](https://github.com/sqlalchemy/sqlalchemy/releases)
- [Changelog](https://github.com/sqlalchemy/sqlalchemy/blob/main/CHANGES.rst)
- [Commits](https://github.com/sqlalchemy/sqlalchemy/commits)

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

---
updated-dependencies:
- dependency-name: anthropic
  dependency-version: 0.52.0
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: production-dependencies
- dependency-name: click
  dependency-version: 8.2.1
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: production-dependencies
- dependency-name: google-api-python-client
  dependency-version: 2.170.0
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: production-dependencies
- dependency-name: groq
  dependency-version: 0.25.0
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: production-dependencies
- dependency-name: jsonschema
  dependency-version: 4.24.0
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: production-dependencies
- dependency-name: mem0ai
  dependency-version: 0.1.102
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: production-dependencies
- dependency-name: moviepy
  dependency-version: 2.2.1
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: production-dependencies
- dependency-name: ollama
  dependency-version: 0.4.9
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: production-dependencies
- dependency-name: openai
  dependency-version: 1.82.0
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: production-dependencies
- dependency-name: prometheus-client
  dependency-version: 0.22.0
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: production-dependencies
- dependency-name: pydantic
  dependency-version: 2.11.5
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: production-dependencies
- dependency-name: replicate
  dependency-version: 1.0.7
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: production-dependencies
- dependency-name: sentry-sdk
  dependency-version: 2.29.1
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: production-dependencies
- dependency-name: sqlalchemy
  dependency-version: 2.0.41
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: production-dependencies
- dependency-name: supabase
  dependency-version: 2.15.2
  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 28, 2025
@dependabot dependabot bot requested a review from a team as a code owner May 28, 2025 09:51
@dependabot dependabot bot requested review from Swiftyos and removed request for a team May 28, 2025 09:51
@dependabot dependabot bot requested a review from majdyz May 28, 2025 09:51
@github-project-automation github-project-automation bot moved this to 🆕 Needs initial review in AutoGPT development kanban May 28, 2025
Copy link

netlify bot commented May 28, 2025

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

Name Link
🔨 Latest commit 3110a67
🔍 Latest deploy log https://app.netlify.com/projects/auto-gpt-docs-dev/deploys/6836dc963e6a9e0008eda020

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

deepsource-io bot commented May 28, 2025

Here's the code health analysis summary for commits 9f2b9d0..3110a67. 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 28, 2025

Deploy Preview for auto-gpt-docs canceled.

Name Link
🔨 Latest commit 3110a67
🔍 Latest deploy log https://app.netlify.com/projects/auto-gpt-docs/deploys/6836dc9638810c00088907e9

Copy link
Contributor Author

dependabot bot commented on behalf of github Jun 2, 2025

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

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