Skip to content

chore(backend/deps): bump the production-dependencies group across 1 directory with 17 updates #9911

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 17 updates in the /autogpt_platform/backend directory:

Package From To
anthropic 0.49.0 0.50.0
e2b-code-interpreter 1.1.1 1.5.0
google-api-python-client 2.166.0 2.169.0
google-auth-oauthlib 1.2.1 1.2.2
groq 0.20.0 0.24.0
launchdarkly-server-sdk 9.10.0 9.11.0
mem0ai 0.1.80 0.1.97
ollama 0.4.7 0.4.8
openai 1.70.0 1.77.0
poetry 2.1.2 2.1.3
pydantic 2.11.1 2.11.4
pydantic-settings 2.8.1 2.9.1
replicate 1.0.4 1.0.6
sentry-sdk 2.25.1 2.27.0
supabase 2.15.0 2.15.1
tenacity 9.0.0 9.1.2
uvicorn 0.34.0 0.34.2

Updates anthropic from 0.49.0 to 0.50.0

Release notes

Sourced from anthropic's releases.

v0.50.0

0.50.0 (2025-04-22)

Full Changelog: v0.49.0...v0.50.0

Features

  • api: extract ContentBlockDelta events into their own schemas (#920) (ae773d6)
  • api: manual updates (46ac1f8)
  • api: manual updates (48d9739)
  • api: manual updates (66e8cc3)
  • api: manual updates (a74746e)

Bug Fixes

  • ci: ensure pip is always available (#907) (3632687)
  • ci: remove publishing patch (#908) (cae0323)
  • client: deduplicate stop reason type (#913) (3ab0194)
  • client: send all configured auth headers (#929) (9d2581e)
  • perf: optimize some hot paths (cff76cb)
  • perf: skip traversing types for NotGiven values (dadac7f)
  • project: bump httpx minimum version to 0.25.0 (b554138), closes #902
  • types: handle more discriminated union shapes (#906) (2fc179a)
  • vertex: explicitly include requests extra (2b1221b)

Chores

  • add hash of OpenAPI spec/config inputs to .stats.yml (#912) (ddf7835)
  • ci: add timeout thresholds for CI jobs (7226a5c)
  • client: minor internal fixes (99b9a38)
  • internal: add back release workflow (ce18972)
  • internal: base client updates (2e08c71)
  • internal: bump pyright version (d9ea30e)
  • internal: bump rye to 0.44.0 (#905) (e1a1b14)
  • internal: expand CI branch coverage (#934) (b23fdc9)
  • internal: fix list file params (cfbaaf9)
  • internal: import ordering changes (#895) (b8da2f7)
  • internal: import reformatting (5e6cd74)
  • internal: reduce CI branch coverage (07e813f)
  • internal: refactor retries to not use recursion (4354e82)
  • internal: remove CI condition (#916) (043b56b)
  • internal: remove extra empty newlines (#904) (cfe8f6e)
  • internal: remove trailing character (#924) (dc8e781)
  • internal: remove unused http client options forwarding (#890) (e0428bf)
  • internal: slight transform perf improvement (#931) (3ed4e5e)
  • internal: update config (#914) (a697234)
  • internal: update models test (b1e031d)
  • internal: update pyright settings (38bdc6c)

... (truncated)

Changelog

Sourced from anthropic's changelog.

0.50.0 (2025-04-22)

Full Changelog: v0.49.0...v0.50.0

Features

  • api: extract ContentBlockDelta events into their own schemas (#920) (ae773d6)
  • api: manual updates (46ac1f8)
  • api: manual updates (48d9739)
  • api: manual updates (66e8cc3)
  • api: manual updates (a74746e)

Bug Fixes

  • ci: ensure pip is always available (#907) (3632687)
  • ci: remove publishing patch (#908) (cae0323)
  • client: deduplicate stop reason type (#913) (3ab0194)
  • client: send all configured auth headers (#929) (9d2581e)
  • perf: optimize some hot paths (cff76cb)
  • perf: skip traversing types for NotGiven values (dadac7f)
  • project: bump httpx minimum version to 0.25.0 (b554138), closes #902
  • types: handle more discriminated union shapes (#906) (2fc179a)
  • vertex: explicitly include requests extra (2b1221b)

Chores

  • add hash of OpenAPI spec/config inputs to .stats.yml (#912) (ddf7835)
  • ci: add timeout thresholds for CI jobs (7226a5c)
  • client: minor internal fixes (99b9a38)
  • internal: add back release workflow (ce18972)
  • internal: base client updates (2e08c71)
  • internal: bump pyright version (d9ea30e)
  • internal: bump rye to 0.44.0 (#905) (e1a1b14)
  • internal: expand CI branch coverage (#934) (b23fdc9)
  • internal: fix list file params (cfbaaf9)
  • internal: import ordering changes (#895) (b8da2f7)
  • internal: import reformatting (5e6cd74)
  • internal: reduce CI branch coverage (07e813f)
  • internal: refactor retries to not use recursion (4354e82)
  • internal: remove CI condition (#916) (043b56b)
  • internal: remove extra empty newlines (#904) (cfe8f6e)
  • internal: remove trailing character (#924) (dc8e781)
  • internal: remove unused http client options forwarding (#890) (e0428bf)
  • internal: slight transform perf improvement (#931) (3ed4e5e)
  • internal: update config (#914) (a697234)
  • internal: update models test (b1e031d)
  • internal: update pyright settings (38bdc6c)
  • internal: variable name and test updates (#925) (f5d0809)

... (truncated)

Commits
  • f5bdf51 release: 0.50.0
  • 6d97dd3 chore(internal): refactor retries to not use recursion
  • 8ac34d5 chore(internal): fix list file params
  • 0d2dc97 chore(internal): import reformatting
  • 29f5c40 chore(ci): add timeout thresholds for CI jobs
  • 303d116 chore(internal): update models test
  • 994e532 chore(internal): base client updates
  • 7968356 chore(internal): bump pyright version
  • 6905254 chore(client): minor internal fixes
  • 26c95b0 chore(internal): update pyright settings
  • Additional commits viewable in compare view

Updates e2b-code-interpreter from 1.1.1 to 1.5.0

Commits

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

Release notes

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

v2.169.0

2.169.0 (2025-04-29)

Features

Bug Fixes

v2.168.0

2.168.0 (2025-04-22)

... (truncated)

Commits

Updates google-auth-oauthlib from 1.2.1 to 1.2.2

Release notes

Sourced from google-auth-oauthlib's releases.

v1.2.2

1.2.2 (2025-04-01)

Bug Fixes

  • Do not include docs/conf.py & scripts in wheel (#328) (78940df)
  • Let OS select an available port when running TestInstalledAppFlow (#407) (6060d65), closes #381
  • Remove setup.cfg configuration for creating universal wheels (#405) (0b962ed)
Changelog

Sourced from google-auth-oauthlib's changelog.

1.2.2 (2025-04-01)

Bug Fixes

  • Do not include docs/conf.py & scripts in wheel (#328) (78940df)
  • Let OS select an available port when running TestInstalledAppFlow (#407) (6060d65), closes #381
  • Remove setup.cfg configuration for creating universal wheels (#405) (0b962ed)
Commits
  • cc29cc3 chore(main): release 1.2.2 (#368)
  • 6060d65 fix: Let OS select an available port when running TestInstalledAppFlow (#407)
  • 0b962ed fix: remove setup.cfg configuration for creating universal wheels (#405)
  • dedc58a chore: remove unused files (#402)
  • 63442e9 chore(python): conditionally load credentials in .kokoro/build.sh (#398)
  • 9a1dfab chore: check if port is in use before returning the port to start a new serve...
  • 9c38610 chore: Reduce prioirty of flaky tests (#390)
  • 780f6a6 chore(python): Update the python version in docs presubmit to use 3.10 (#387)
  • 2a561a6 chore(deps): update all dependencies (#382)
  • c220b45 chore(python): update dependencies in .kokoro/docker/docs (#380)
  • Additional commits viewable in compare view

Updates groq from 0.20.0 to 0.24.0

Release notes

Sourced from groq's releases.

v0.24.0

0.24.0 (2025-05-02)

Full Changelog: v0.23.1...v0.24.0

Features

Bug Fixes

  • add include/exclude_domains to all chat completions overloads (7616f4b)

v0.23.1

0.23.1 (2025-04-24)

Full Changelog: v0.23.0...v0.23.1

Bug Fixes

  • add executed_tools to streaming choicedelta (fb26fbc)
  • pydantic v1: more robust ModelField.annotation check (40aaee2)

Chores

  • broadly detect json family of content-type headers (2411533)
  • ci: add timeout thresholds for CI jobs (aae4614)
  • ci: only use depot for staging repos (b6d1b47)
  • internal: codegen related update (1da64f5)
  • internal: fix list file params (a9b18de)
  • internal: import reformatting (5068736)
  • internal: minor formatting changes (bc26d60)
  • internal: refactor retries to not use recursion (488b9fe)

v0.23.0

0.23.0 (2025-04-22)

Full Changelog: v0.22.0...v0.23.0

Features

... (truncated)

Changelog

Sourced from groq's changelog.

0.24.0 (2025-05-02)

Full Changelog: v0.23.1...v0.24.0

Features

Bug Fixes

  • add include/exclude_domains to all chat completions overloads (7616f4b)

0.23.1 (2025-04-24)

Full Changelog: v0.23.0...v0.23.1

Bug Fixes

  • add executed_tools to streaming choicedelta (fb26fbc)
  • pydantic v1: more robust ModelField.annotation check (40aaee2)

Chores

  • broadly detect json family of content-type headers (2411533)
  • ci: add timeout thresholds for CI jobs (aae4614)
  • ci: only use depot for staging repos (b6d1b47)
  • internal: codegen related update (1da64f5)
  • internal: fix list file params (a9b18de)
  • internal: import reformatting (5068736)
  • internal: minor formatting changes (bc26d60)
  • internal: refactor retries to not use recursion (488b9fe)

0.23.0 (2025-04-22)

Full Changelog: v0.22.0...v0.23.0

Features

Bug Fixes

... (truncated)

Commits

Updates launchdarkly-server-sdk from 9.10.0 to 9.11.0

Release notes

Sourced from launchdarkly-server-sdk's releases.

v9.11.0

9.11.0 (2025-04-08)

Features

  • Add postfork method to re-initialize after forking (#329) (581fcfb)
Changelog

Sourced from launchdarkly-server-sdk's changelog.

9.11.0 (2025-04-08)

Features

  • Add postfork method to re-initialize after forking (#329) (581fcfb)
Commits

Updates mem0ai from 0.1.80 to 0.1.97

Release notes

Sourced from mem0ai's releases.

0.1.97

What's Changed

Full Changelog: mem0ai/mem0@0.1.96...0.1.97

v0.1.97

What's Changed

Full Changelog: mem0ai/mem0@v0.1.96...v0.1.97

0.1.96

What's Changed

New Contributors

Full Changelog: mem0ai/mem0@0.1.95...0.1.96

v0.1.96

What's Changed

Full Changelog: mem0ai/mem0@v0.1.95...v0.1.96

0.1.95

What's Changed

New Contributors

... (truncated)

Commits
  • 8520033 [Bug fix] Fix issues related to logging configuration (#1318)
  • ebdce87 [Version] Update version to 0.1.96 (#1317)
  • f2122ed [Fix] Added missing provider for 'vllm' (<...

    Description has been truncated

…directory with 17 updates

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

| Package | From | To |
| --- | --- | --- |
| [anthropic](https://github.com/anthropics/anthropic-sdk-python) | `0.49.0` | `0.50.0` |
| [e2b-code-interpreter](https://github.com/e2b-dev/code-interpreter) | `1.1.1` | `1.5.0` |
| [google-api-python-client](https://github.com/googleapis/google-api-python-client) | `2.166.0` | `2.169.0` |
| [google-auth-oauthlib](https://github.com/GoogleCloudPlatform/google-auth-library-python-oauthlib) | `1.2.1` | `1.2.2` |
| [groq](https://github.com/groq/groq-python) | `0.20.0` | `0.24.0` |
| [launchdarkly-server-sdk](https://github.com/launchdarkly/python-server-sdk) | `9.10.0` | `9.11.0` |
| [mem0ai](https://github.com/mem0ai/mem0) | `0.1.80` | `0.1.97` |
| [ollama](https://github.com/ollama/ollama-python) | `0.4.7` | `0.4.8` |
| [openai](https://github.com/openai/openai-python) | `1.70.0` | `1.77.0` |
| [poetry](https://github.com/python-poetry/poetry) | `2.1.2` | `2.1.3` |
| [pydantic](https://github.com/pydantic/pydantic) | `2.11.1` | `2.11.4` |
| [pydantic-settings](https://github.com/pydantic/pydantic-settings) | `2.8.1` | `2.9.1` |
| [replicate](https://github.com/replicate/replicate-python) | `1.0.4` | `1.0.6` |
| [sentry-sdk](https://github.com/getsentry/sentry-python) | `2.25.1` | `2.27.0` |
| [supabase](https://github.com/supabase/supabase-py) | `2.15.0` | `2.15.1` |
| [tenacity](https://github.com/jd/tenacity) | `9.0.0` | `9.1.2` |
| [uvicorn](https://github.com/encode/uvicorn) | `0.34.0` | `0.34.2` |



Updates `anthropic` from 0.49.0 to 0.50.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.49.0...v0.50.0)

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

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

Updates `google-auth-oauthlib` from 1.2.1 to 1.2.2
- [Release notes](https://github.com/GoogleCloudPlatform/google-auth-library-python-oauthlib/releases)
- [Changelog](https://github.com/googleapis/google-auth-library-python-oauthlib/blob/main/CHANGELOG.md)
- [Commits](googleapis/google-auth-library-python-oauthlib@v1.2.1...v1.2.2)

Updates `groq` from 0.20.0 to 0.24.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.20.0...v0.24.0)

Updates `launchdarkly-server-sdk` from 9.10.0 to 9.11.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.10.0...9.11.0)

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

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

Updates `openai` from 1.70.0 to 1.77.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.70.0...v1.77.0)

Updates `poetry` from 2.1.2 to 2.1.3
- [Release notes](https://github.com/python-poetry/poetry/releases)
- [Changelog](https://github.com/python-poetry/poetry/blob/main/CHANGELOG.md)
- [Commits](python-poetry/poetry@2.1.2...2.1.3)

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 `replicate` from 1.0.4 to 1.0.6
- [Release notes](https://github.com/replicate/replicate-python/releases)
- [Commits](replicate/replicate-python@1.0.4...1.0.6)

Updates `sentry-sdk` from 2.25.1 to 2.27.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.25.1...2.27.0)

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)

Updates `tenacity` from 9.0.0 to 9.1.2
- [Release notes](https://github.com/jd/tenacity/releases)
- [Commits](jd/tenacity@9.0.0...9.1.2)

Updates `uvicorn` from 0.34.0 to 0.34.2
- [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.0...0.34.2)

---
updated-dependencies:
- dependency-name: anthropic
  dependency-version: 0.50.0
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: production-dependencies
- dependency-name: e2b-code-interpreter
  dependency-version: 1.5.0
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: production-dependencies
- dependency-name: google-api-python-client
  dependency-version: 2.169.0
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: production-dependencies
- dependency-name: google-auth-oauthlib
  dependency-version: 1.2.2
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: production-dependencies
- dependency-name: groq
  dependency-version: 0.24.0
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: production-dependencies
- dependency-name: launchdarkly-server-sdk
  dependency-version: 9.11.0
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: production-dependencies
- dependency-name: mem0ai
  dependency-version: 0.1.97
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: production-dependencies
- dependency-name: ollama
  dependency-version: 0.4.8
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: production-dependencies
- dependency-name: openai
  dependency-version: 1.77.0
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: production-dependencies
- dependency-name: poetry
  dependency-version: 2.1.3
  dependency-type: direct:production
  update-type: version-update:semver-patch
  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: replicate
  dependency-version: 1.0.6
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: production-dependencies
- dependency-name: sentry-sdk
  dependency-version: 2.27.0
  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
- dependency-name: tenacity
  dependency-version: 9.1.2
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: production-dependencies
- dependency-name: uvicorn
  dependency-version: 0.34.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 5, 2025
@dependabot dependabot bot requested a review from a team as a code owner May 5, 2025 19:37
@dependabot dependabot bot requested review from Swiftyos and aarushik93 and removed request for a team May 5, 2025 19:37
@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 505320f..e2b2ef1. 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.

@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-dev canceled.

Name Link
🔨 Latest commit e2b2ef1
🔍 Latest deploy log https://app.netlify.com/sites/auto-gpt-docs-dev/deploys/6819138d135b050008b910a6

Copy link

netlify bot commented May 5, 2025

Deploy Preview for auto-gpt-docs ready!

Name Link
🔨 Latest commit e2b2ef1
🔍 Latest deploy log https://app.netlify.com/sites/auto-gpt-docs/deploys/6819138dacc47c0008be34ae
😎 Deploy Preview https://deploy-preview-9911--auto-gpt-docs.netlify.app
📱 Preview on mobile
Toggle QR Code...

QR Code

Use your smartphone camera to open QR code link.

To edit notification comments on pull requests, go to your Netlify site configuration.

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