Skip to content

Conversation

@dependabot
Copy link
Contributor

@dependabot dependabot bot commented on behalf of github Mar 31, 2025

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

Package From To
aio-pika 9.5.4 9.5.5
anthropic 0.40.0 0.49.0
click 8.1.7 8.1.8
discord-py 2.4.0 2.5.2
e2b-code-interpreter 1.0.3 1.1.1
fastapi 0.115.6 0.115.12
flake8 7.1.1 7.2.0
google-api-python-client 2.155.0 2.166.0
groq 0.13.1 0.20.0
jinja2 3.1.4 3.1.6
ollama 0.4.4 0.4.7
openai 1.57.4 1.69.0
pydantic 2.10.3 2.11.1
pydantic-settings 2.7.0 2.8.1
pytest 8.3.4 8.3.5
pytest-asyncio 0.25.0 0.25.3
python-dotenv 1.0.1 1.1.0
sentry-sdk 2.19.2 2.24.1
supabase 2.10.0 2.15.0
sqlalchemy 2.0.36 2.0.40
launchdarkly-server-sdk 9.8.0 9.10.0

Updates aio-pika from 9.5.4 to 9.5.5

Changelog

Sourced from aio-pika's changelog.

9.5.5

  • Replace WeakSet with set for robust channels tracking #666 by shushpanov
Commits
  • 0d442ba Bump to 9.5.5
  • 7796f83 Merge pull request #666 from shushpanov/use_set_instead_of_week_set
  • 3a94dbd Currently, RobustChannel uses WeakSet to track exchanges and queues for r...
  • See full diff in compare view

Updates anthropic from 0.40.0 to 0.49.0

Release notes

Sourced from anthropic's releases.

v0.49.0

0.49.0 (2025-02-28)

Full Changelog: v0.48.0...v0.49.0

Features

  • api: add support for disabling tool calls (#888) (bfde3d2)

Chores

Documentation

  • update URLs from stainlessapi.com to stainless.com (#885) (312364b)

v0.48.0

0.48.0 (2025-02-27)

Full Changelog: v0.47.2...v0.48.0

Features

  • api: add URL source blocks for images and PDFs (#884) (e6b3a70)

Documentation

v0.47.2

0.47.2 (2025-02-25)

Full Changelog: v0.47.1...v0.47.2

Bug Fixes

  • beta: add thinking to beta.messages.stream (69e3db1)

Chores

  • internal: properly set pydantic_private (#879) (3537a3b)

v0.47.1

0.47.1 (2025-02-24)

... (truncated)

Changelog

Sourced from anthropic's changelog.

0.49.0 (2025-02-28)

Full Changelog: v0.48.0...v0.49.0

Features

  • api: add support for disabling tool calls (#888) (bfde3d2)

Chores

Documentation

  • update URLs from stainlessapi.com to stainless.com (#885) (312364b)

0.48.0 (2025-02-27)

Full Changelog: v0.47.2...v0.48.0

Features

  • api: add URL source blocks for images and PDFs (#884) (e6b3a70)

Documentation

0.47.2 (2025-02-25)

Full Changelog: v0.47.1...v0.47.2

Bug Fixes

  • beta: add thinking to beta.messages.stream (69e3db1)

Chores

  • internal: properly set pydantic_private (#879) (3537a3b)

0.47.1 (2025-02-24)

Full Changelog: v0.47.0...v0.47.1

Chores

... (truncated)

Commits
  • 8b24415 release: 0.49.0
  • 5e605db feat(api): add support for disabling tool calls (#888)
  • 810f434 chore(docs): update client docstring (#887)
  • 859993c docs: update URLs from stainlessapi.com to stainless.com (#885)
  • 6c08e05 release: 0.48.0
  • 9048173 feat(api): add URL source blocks for images and PDFs (#884)
  • b5aaa3c docs: add thinking examples
  • 599f2b9 release: 0.47.2
  • 8fe5f5c fix(beta): add thinking to beta.messages.stream
  • 7e49d85 chore(internal): properly set pydantic_private (#879)
  • Additional commits viewable in compare view

Updates click from 8.1.7 to 8.1.8

Release notes

Sourced from click's releases.

8.1.8

This is the Click 8.1.8 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.1.8/ Changes: https://click.palletsprojects.com/en/stable/changes/#version-8-1-8 Milestone https://github.com/pallets/click/milestones/23?closed=1

  • Fix an issue with type hints for click.open_file(). #2717
  • Fix issue where error message for invalid click.Path displays on multiple lines. #2697
  • Fixed issue that prevented a default value of "" from being displayed in the help for an option. #2500
  • The test runner handles stripping color consistently on Windows. #2705
  • Show correct value for flag default when using default_map. #2632
  • Fix click.echo(color=...) passing color to coloroma so it can be forced on Windows. #2606.
  • More robust bash version check, fixing problem on Windows with git-bash. #2638
  • Cache the help option generated by the help_option_names setting to respect its eagerness. #2811
  • Replace uses of os.system with subprocess.Popen. #1476
  • Exceptions generated during a command will use the context's color setting when being displayed. #2193
  • Error message when defining option with invalid name is more descriptive. #2452
  • Refactor code generating default --help option to deduplicate code. #2563
  • Test CLIRunner resets patched _compat.should_strip_ansi. #2732
Changelog

Sourced from click's changelog.

Version 8.1.8

Unreleased

  • Fix an issue with type hints for click.open_file(). :issue:2717
  • Fix issue where error message for invalid click.Path displays on multiple lines. :issue:2697
  • Fixed issue that prevented a default value of "" from being displayed in the help for an option. :issue:2500
  • The test runner handles stripping color consistently on Windows. :issue:2705
  • Show correct value for flag default when using default_map. :issue:2632
  • Fix click.echo(color=...) passing color to coloroma so it can be forced on Windows. :issue:2606.
Commits

Updates discord-py from 2.4.0 to 2.5.2

Commits
  • d2a6ccf Version bump to v2.5.2
  • f4bce1c Add changelog for v2.5.2
  • 8594dd1 Fix embed media flags regression
  • 2f8b262 Fix improper class in audit log docs
  • 973bb50 Version bump for development
  • 73f261d Version bump to v2.5.1
  • 6b0a6ee Add v2.5.1 changelog
  • cab4732 Make embed flags required and add them to all media fields
  • de5720e Fix attachment is_spoiler() and is_voice_message()
  • fbe2b35 Add note about NotFound for Messageable.send
  • Additional commits viewable in compare view

Updates e2b-code-interpreter from 1.0.3 to 1.1.1

Commits
  • 3fe798e Fix to_json method for charts (#68)
  • 1c4ac6c Merge pull request #67 from e2b-dev/send-notification-to-releases-channel
  • 6c0bb19 Send releases notification to dedicated channel
  • 916390e [skip ci] Release new versions
  • 3bf76d7 Merge pull request #66 from e2b-dev/fix-sdk-gen-non-esm-import
  • 30f3b24 Merge branch 'main' into fix-sdk-gen-non-esm-import
  • 455d717 update pnpm lockfile
  • 418c069 Merge pull request #65 from e2b-dev/fix-sdk-gen-non-esm-import
  • c30f7e9 pin typdoc and typedoc-markdown to non-breaking versions in js-sdk
  • f651795 Merge pull request #64 from e2b-dev/mlejva-patch-1
  • Additional commits viewable in compare view

Updates fastapi from 0.115.6 to 0.115.12

Release notes

Sourced from fastapi's releases.

0.115.12

Fixes

  • 🐛 Fix convert_underscores=False for header Pydantic models. PR #13515 by @​tiangolo.

Docs

Translations

Internal

0.115.11

Fixes

Translations

  • 🌐 Add Russian translation for docs/ru/docs/tutorial/middleware.md. PR #13412 by @​alv2017.

Internal

0.115.10

Fixes

  • ♻️ Update internal annotation usage for compatibility with Pydantic 2.11. PR #13314 by @​Viicos.

Upgrades

... (truncated)

Commits
  • 628c34e 🔖 Release version 0.115.12
  • 8e76d4e 📝 Update release notes
  • 2537d9d 🐛 Fix convert_underscores=False for header Pydantic models (#13515)
  • c08a3e8 📝 Update release notes
  • 241de23 📝 Update docs/en/docs/tutorial/middleware.md (#13444)
  • 4e40e1e 📝 Update release notes
  • ecf6e7e 🌐 Add Ukrainian translation for docs/uk/docs/tutorial/metadata.md page (#13...
  • 3afd733 📝 Update release notes
  • 8557a88 🌐 Add Ukrainian translation for `docs/uk/docs/tutorial/response-status-code.m...
  • e4c1dd7 📝 Update release notes
  • Additional commits viewable in compare view

Updates flake8 from 7.1.1 to 7.2.0

Commits
  • 16f5f28 Release 7.2.0
  • ebad305 Merge pull request #1974 from PyCQA/update-plugins
  • d56d569 update versions of pycodestyle / pyflakes
  • a7e8f62 Merge pull request #1973 from PyCQA/py39-plus
  • 9d55ccd py39+
  • e492aeb Merge pull request #1967 from PyCQA/unnecessary-mocks
  • fa2ed71 remove a few unnecessary mocks in test_checker_manager
  • fffee8b Release 7.1.2
  • 19001f7 Merge pull request #1966 from PyCQA/limit-procs-to-file-count
  • f35737a avoid starting unnecessary processes when file count is limited
  • See full diff in compare view

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

Release notes

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

v2.166.0

2.166.0 (2025-03-25)

Features

Bug Fixes

v2.165.0

2.165.0 (2025-03-18)

Features

... (truncated)

Commits

Updates groq from 0.13.1 to 0.20.0

Release notes

Sourced from groq's releases.

v0.20.0

0.20.0 (2025-03-19)

Full Changelog: v0.19.0...v0.20.0

Features

Bug Fixes

Chores

v0.19.0

0.19.0 (2025-03-11)

Full Changelog: v0.18.0...v0.19.0

Features

Bug Fixes

  • add reasoning field to ChoiceDelta class (edfee3b)
  • asyncify on non-asyncio runtimes (#198) (49387fe)
  • client: mark some request bodies as optional (afa6c0f)
  • GitHub Terraform: Create/Update .github/workflows/stale.yaml [skip ci] (662763a)
  • GitHub Terraform: Create/Update .github/workflows/stale.yaml [skip ci] (5298ec1)

Chores

  • api: remove chat_completion_chunk to force a rebuild of it (#208) (01fb0d1)
  • docs: update client docstring (#204) (a0f4599)

... (truncated)

Changelog

Sourced from groq's changelog.

0.20.0 (2025-03-19)

Full Changelog: v0.19.0...v0.20.0

Features

Bug Fixes

Chores

0.19.0 (2025-03-11)

Full Changelog: v0.18.0...v0.19.0

Features

Bug Fixes

  • add reasoning field to ChoiceDelta class (edfee3b)
  • asyncify on non-asyncio runtimes (#198) (49387fe)
  • client: mark some request bodies as optional (afa6c0f)
  • GitHub Terraform: Create/Update .github/workflows/stale.yaml [skip ci] (662763a)
  • GitHub Terraform: Create/Update .github/workflows/stale.yaml [skip ci] (5298ec1)

Chores

  • api: remove chat_completion_chunk to force a rebuild of it (#208) (01fb0d1)
  • docs: update client docstring (#204) (a0f4599)
  • internal: codegen related update (#199) (de2ac71)
  • internal: fix devcontainers setup (#201) (af101ee)

... (truncated)

Commits

Updates jinja2 from 3.1.4 to 3.1.6

Release notes

Sourced from jinja2's releases.

3.1.6

This is the Jinja 3.1.6 security release, which fixes security issues but does not otherwise change behavior and should not result in breaking changes compared to the latest feature release.

PyPI: https://pypi.org/project/Jinja2/3.1.6/ Changes: https://jinja.palletsprojects.com/en/stable/changes/#version-3-1-6

  • The |attr filter does not bypass the environment's attribute lookup, allowing the sandbox to apply its checks. GHSA-cpwx-vrp4-4pq7

3.1.5

This is the Jinja 3.1.5 security fix release, which fixes security issues and 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/Jinja2/3.1.5/ Changes: https://jinja.palletsprojects.com/changes/#version-3-1-5 Milestone: https://github.com/pallets/jinja/milestone/16?closed=1

  • The sandboxed environment handles indirect calls to str.format, such as by passing a stored reference to a filter that calls its argument. GHSA-q2x7-8rv6-6q7h
  • Escape template name before formatting it into error messages, to avoid issues with names that contain f-string syntax. #1792, GHSA-gmj6-6f8f-6699
  • Sandbox does not allow clear and pop on known mutable sequence types. #2032
  • Calling sync render for an async template uses asyncio.run. #1952
  • Avoid unclosed auto_aiter warnings. #1960
  • Return an aclose-able AsyncGenerator from Template.generate_async. #1960
  • Avoid leaving root_render_func() unclosed in Template.generate_async. #1960
  • Avoid leaving async generators unclosed in blocks, includes and extends. #1960
  • The runtime uses the correct concat function for the current environment when calling block references. #1701
  • Make |unique async-aware, allowing it to be used after another async-aware filter. #1781
  • |int filter handles OverflowError from scientific notation. #1921
  • Make compiling deterministic for tuple unpacking in a {% set ... %} call. #2021
  • Fix dunder protocol (copy/pickle/etc) interaction with Undefined obje...

    Description has been truncated

…directory with 21 updates

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

| Package | From | To |
| --- | --- | --- |
| [aio-pika](https://github.com/mosquito/aio-pika) | `9.5.4` | `9.5.5` |
| [anthropic](https://github.com/anthropics/anthropic-sdk-python) | `0.40.0` | `0.49.0` |
| [click](https://github.com/pallets/click) | `8.1.7` | `8.1.8` |
| [discord-py](https://github.com/Rapptz/discord.py) | `2.4.0` | `2.5.2` |
| [e2b-code-interpreter](https://github.com/e2b-dev/code-interpreter) | `1.0.3` | `1.1.1` |
| [fastapi](https://github.com/fastapi/fastapi) | `0.115.6` | `0.115.12` |
| [flake8](https://github.com/pycqa/flake8) | `7.1.1` | `7.2.0` |
| [google-api-python-client](https://github.com/googleapis/google-api-python-client) | `2.155.0` | `2.166.0` |
| [groq](https://github.com/groq/groq-python) | `0.13.1` | `0.20.0` |
| [jinja2](https://github.com/pallets/jinja) | `3.1.4` | `3.1.6` |
| [ollama](https://github.com/ollama/ollama-python) | `0.4.4` | `0.4.7` |
| [openai](https://github.com/openai/openai-python) | `1.57.4` | `1.69.0` |
| [pydantic](https://github.com/pydantic/pydantic) | `2.10.3` | `2.11.1` |
| [pydantic-settings](https://github.com/pydantic/pydantic-settings) | `2.7.0` | `2.8.1` |
| [pytest](https://github.com/pytest-dev/pytest) | `8.3.4` | `8.3.5` |
| [pytest-asyncio](https://github.com/pytest-dev/pytest-asyncio) | `0.25.0` | `0.25.3` |
| [python-dotenv](https://github.com/theskumar/python-dotenv) | `1.0.1` | `1.1.0` |
| [sentry-sdk](https://github.com/getsentry/sentry-python) | `2.19.2` | `2.24.1` |
| [supabase](https://github.com/supabase/supabase-py) | `2.10.0` | `2.15.0` |
| [sqlalchemy](https://github.com/sqlalchemy/sqlalchemy) | `2.0.36` | `2.0.40` |
| [launchdarkly-server-sdk](https://github.com/launchdarkly/python-server-sdk) | `9.8.0` | `9.10.0` |



Updates `aio-pika` from 9.5.4 to 9.5.5
- [Release notes](https://github.com/mosquito/aio-pika/releases)
- [Changelog](https://github.com/mosquito/aio-pika/blob/master/CHANGELOG.md)
- [Commits](mosquito/aio-pika@9.5.4...9.5.5)

Updates `anthropic` from 0.40.0 to 0.49.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.40.0...v0.49.0)

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

Updates `discord-py` from 2.4.0 to 2.5.2
- [Commits](Rapptz/discord.py@v2.4.0...v2.5.2)

Updates `e2b-code-interpreter` from 1.0.3 to 1.1.1
- [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 `fastapi` from 0.115.6 to 0.115.12
- [Release notes](https://github.com/fastapi/fastapi/releases)
- [Commits](fastapi/fastapi@0.115.6...0.115.12)

Updates `flake8` from 7.1.1 to 7.2.0
- [Commits](PyCQA/flake8@7.1.1...7.2.0)

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

Updates `groq` from 0.13.1 to 0.20.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.13.1...v0.20.0)

Updates `jinja2` from 3.1.4 to 3.1.6
- [Release notes](https://github.com/pallets/jinja/releases)
- [Changelog](https://github.com/pallets/jinja/blob/main/CHANGES.rst)
- [Commits](pallets/jinja@3.1.4...3.1.6)

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

Updates `openai` from 1.57.4 to 1.69.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.57.4...v1.69.0)

Updates `pydantic` from 2.10.3 to 2.11.1
- [Release notes](https://github.com/pydantic/pydantic/releases)
- [Changelog](https://github.com/pydantic/pydantic/blob/main/HISTORY.md)
- [Commits](pydantic/pydantic@v2.10.3...v2.11.1)

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

Updates `pytest` from 8.3.4 to 8.3.5
- [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.4...8.3.5)

Updates `pytest-asyncio` from 0.25.0 to 0.25.3
- [Release notes](https://github.com/pytest-dev/pytest-asyncio/releases)
- [Commits](pytest-dev/pytest-asyncio@v0.25.0...v0.25.3)

Updates `python-dotenv` from 1.0.1 to 1.1.0
- [Release notes](https://github.com/theskumar/python-dotenv/releases)
- [Changelog](https://github.com/theskumar/python-dotenv/blob/main/CHANGELOG.md)
- [Commits](theskumar/python-dotenv@v1.0.1...v1.1.0)

Updates `sentry-sdk` from 2.19.2 to 2.24.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.19.2...2.24.1)

Updates `supabase` from 2.10.0 to 2.15.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.10.0...v2.15.0)

Updates `sqlalchemy` from 2.0.36 to 2.0.40
- [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 `launchdarkly-server-sdk` from 9.8.0 to 9.10.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.8.0...9.10.0)

---
updated-dependencies:
- dependency-name: aio-pika
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: production-dependencies
- dependency-name: anthropic
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: production-dependencies
- dependency-name: click
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: production-dependencies
- dependency-name: discord-py
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: production-dependencies
- dependency-name: e2b-code-interpreter
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: production-dependencies
- dependency-name: fastapi
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: production-dependencies
- dependency-name: flake8
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: production-dependencies
- dependency-name: google-api-python-client
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: production-dependencies
- dependency-name: groq
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: production-dependencies
- dependency-name: jinja2
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: production-dependencies
- dependency-name: ollama
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: production-dependencies
- dependency-name: openai
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: production-dependencies
- dependency-name: pydantic
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: production-dependencies
- dependency-name: pydantic-settings
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: production-dependencies
- dependency-name: pytest
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: production-dependencies
- dependency-name: pytest-asyncio
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: production-dependencies
- dependency-name: python-dotenv
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: production-dependencies
- dependency-name: sentry-sdk
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: production-dependencies
- dependency-name: supabase
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: production-dependencies
- dependency-name: sqlalchemy
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: production-dependencies
- dependency-name: launchdarkly-server-sdk
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: production-dependencies
...

Signed-off-by: dependabot[bot] <[email protected]>
@dependabot dependabot bot added dependencies Pull requests that update a dependency file python Pull requests that update Python code labels Mar 31, 2025
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

dependencies Pull requests that update a dependency file platform/backend python Pull requests that update Python code size/xl

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant