Skip to content

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

Closed
dependabot[bot] wants to merge 1 commit into
devfrom
dependabot/pip/autogpt_platform/backend/dev/production-dependencies-8e095b295f
Closed

chore(backend/deps): bump the production-dependencies group across 1 directory with 22 updates#12470
dependabot[bot] wants to merge 1 commit into
devfrom
dependabot/pip/autogpt_platform/backend/dev/production-dependencies-8e095b295f

Conversation

@dependabot

@dependabot dependabot Bot commented on behalf of github Mar 18, 2026

Copy link
Copy Markdown
Contributor

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

Package From To
aio-pika 9.5.8 9.6.1
agentmail 0.4.7 0.4.9
anthropic 0.79.0 0.85.0
claude-agent-sdk 0.1.45 0.1.49
cryptography 46.0.4 46.0.5
discord-py 2.6.4 2.7.1
e2b 2.15.2 2.15.3
e2b-code-interpreter 2.4.1 2.5.0
fastapi 0.128.7 0.128.8
google-api-python-client 2.189.0 2.193.0
google-auth-oauthlib 1.2.4 1.3.0
pydantic-settings 2.12.0 2.13.1
python-dotenv 1.2.1 1.2.2
sentry-sdk 2.52.0 2.55.0
sqlalchemy 2.0.46 2.0.48
supabase 2.28.0 2.28.2
gcloud-aio-storage 9.6.1 9.6.4
firecrawl-py 4.14.0 4.19.0
croniter 6.0.0 6.2.2
posthog 7.8.3 7.9.12
fpdf2 2.8.6 2.8.7
langsmith 0.7.7 0.7.20

Updates aio-pika from 9.5.8 to 9.6.1

Release notes

Sourced from aio-pika's releases.

9.6.1

What's Changed

Full Changelog: mosquito/aio-pika@9.6.0...9.6.1

9.6.0

What's Changed

Full Changelog: mosquito/aio-pika@9.5.8...9.6.0

Changelog

Sourced from aio-pika's changelog.

9.6.0

  • Fixed callback-based consumers not resuming after connection reconnection #588
  • Fixed queue iterators raising StopAsyncIteration on channel reconnection #540
  • Added close_called property to AbstractConnection and Connection to distinguish intentional vs. automatic connection closures
  • Migrated build tooling from Poetry to UV
  • Migrated linting from Pylama to Ruff
  • Improved logging: split log.exception calls into error-level message and debug-level traceback #693
  • Removed testcontainers dependency from tests

9.5.5

  • Replace WeakSet with set for robust channels tracking #666 by shushpanov

9.5.4

  • fix: RobustChannel should not reopen after close() call #658

9.5.3

  • python3.8-eol #657
  • self-hosted docs

9.5.2

  • Fix documentation links

9.5.1

  • Fix documentation links

9.5.0

  • Fix two bugs by adding more type hints to CallbackCollection. @​Darsstar
  • Dropped python 3.7 @​Darsstar
  • QueueIterator raises StopAsyncIteration when channel is closed. @​Darsstar

9.4.3

  • fix: raise ChannelInvalidStateError at exchange.publish with closed channel #637

9.4.2

... (truncated)

Commits

Updates agentmail from 0.4.7 to 0.4.9

Commits

Updates anthropic from 0.79.0 to 0.85.0

Release notes

Sourced from anthropic's releases.

v0.85.0

0.85.0 (2026-03-16)

Full Changelog: v0.84.0...v0.85.0

Features

  • api: chore(config): clean up model enum list (#31) (cce1a5b)
  • api: GA thinking-display-setting (207340c)
  • tests: update mock server (7dc86a4)

Bug Fixes

  • client: add missing 413 and 529 error handlers to async client (#1554) (9c2986f)
  • tool runner: propagate container_id for programmatic tool calling (#1462) (3ae7ff6)
  • tools: use filtered messages list in async compaction (#1124) (710d666)

Chores

  • ci: bump uv version (09656ac)
  • internal: codegen related update (c9e9fc2)
  • internal: codegen related update (77f77d1)
  • tests: unskip tests that are now supported in steady (827330b)

v0.84.0

0.84.0 (2026-02-25)

Full Changelog: v0.83.0...v0.84.0

Features

  • api: change array_format to brackets (925d2ad)
  • api: remove publishing section from cli target (7bc7ceb)
  • helpers: add conversion helpers for MCP tools, prompts, and resources (#1383) (9489751)

Chores

  • add missing raw jsonl results method (1009d4a)
  • internal: add request options to SSE classes (4f4bc8e)
  • internal: make test_proxy_environment_variables more resilient (f7056e0)
  • internal: make test_proxy_environment_variables more resilient to env (143efcc)
  • internal: simplify http snapshots (#1092) (4a4dc9f)
  • internal: update jsonl tests (a8e6a6e)

Documentation

... (truncated)

Changelog

Sourced from anthropic's changelog.

0.85.0 (2026-03-16)

Full Changelog: v0.84.0...v0.85.0

Features

  • api: chore(config): clean up model enum list (#31) (cce1a5b)
  • api: GA thinking-display-setting (207340c)
  • tests: update mock server (7dc86a4)

Bug Fixes

  • client: add missing 413 and 529 error handlers to async client (#1554) (9c2986f)
  • tool runner: propagate container_id for programmatic tool calling (#1462) (3ae7ff6)
  • tools: use filtered messages list in async compaction (#1124) (710d666)

Chores

  • ci: bump uv version (09656ac)
  • internal: codegen related update (c9e9fc2)
  • internal: codegen related update (77f77d1)
  • tests: unskip tests that are now supported in steady (827330b)

0.84.0 (2026-02-25)

Full Changelog: v0.83.0...v0.84.0

Features

  • api: change array_format to brackets (925d2ad)
  • api: remove publishing section from cli target (7bc7ceb)
  • helpers: add conversion helpers for MCP tools, prompts, and resources (#1383) (9489751)

Chores

  • add missing raw jsonl results method (1009d4a)
  • internal: add request options to SSE classes (4f4bc8e)
  • internal: make test_proxy_environment_variables more resilient (f7056e0)
  • internal: make test_proxy_environment_variables more resilient to env (143efcc)
  • internal: simplify http snapshots (#1092) (4a4dc9f)
  • internal: update jsonl tests (a8e6a6e)

Documentation

  • rebrand to Claude SDK and streamline README (6b54405)

... (truncated)

Commits
  • be3dd14 release: 0.85.0
  • fc9f47e feat(api): GA thinking-display-setting
  • 42921e3 fix(client): add missing 413 and 529 error handlers to async client (#1554)
  • 8fe08ac codegen metadata
  • 1db0354 chore(internal): codegen related update
  • 72cbc5c revert changes to tool params
  • 1b6d568 chore(internal): codegen related update
  • 6b45a05 chore(tests): unskip tests that are now supported in steady
  • 6cf11ee feat(api): chore(config): clean up model enum list (#31)
  • 2b81494 feat(tests): update mock server
  • Additional commits viewable in compare view

Updates claude-agent-sdk from 0.1.45 to 0.1.49

Release notes

Sourced from claude-agent-sdk's releases.

v0.1.48

Bug Fixes

  • Fine-grained tool streaming: Fixed include_partial_messages=True not delivering input_json_delta events by enabling the CLAUDE_CODE_ENABLE_FINE_GRAINED_TOOL_STREAMING environment variable in the subprocess. This regression affected versions 0.1.36 through 0.1.47 for users without the server-side feature flag (#644)

Internal/Other Changes

  • Updated bundled Claude CLI to version 2.1.71

PyPI: https://pypi.org/project/claude-agent-sdk/0.1.48/

pip install claude-agent-sdk==0.1.48

v0.1.47

Internal/Other Changes

  • Updated bundled Claude CLI to version 2.1.70

PyPI: https://pypi.org/project/claude-agent-sdk/0.1.47/

pip install claude-agent-sdk==0.1.47

v0.1.46

New Features

  • Session history functions: Added list_sessions() and get_session_messages() top-level functions for retrieving past session data (#622)
  • MCP control methods: Added add_mcp_server(), remove_mcp_server(), and typed McpServerStatus for runtime MCP server management (#620)
  • Typed task messages: Added TaskStarted, TaskProgress, and TaskNotification message subclasses for better type safety when handling task-related events (#621)
  • ResultMessage stop_reason: Added stop_reason field to ResultMessage for inspecting why a conversation turn ended (#619)
  • Hook input enhancements: Added agent_id and agent_type fields to tool-lifecycle hook inputs (PreToolUseHookInput, PostToolUseHookInput, PostToolUseFailureHookInput) (#628)

Bug Fixes

  • String prompt MCP initialization: Fixed an issue where passing a string prompt would close stdin before MCP server initialization completed, causing MCP servers to fail to register (#630)

Internal/Other Changes

... (truncated)

Changelog

Sourced from claude-agent-sdk's changelog.

Changelog

0.1.48

Bug Fixes

  • Fine-grained tool streaming: Fixed include_partial_messages=True not delivering input_json_delta events by enabling the CLAUDE_CODE_ENABLE_FINE_GRAINED_TOOL_STREAMING environment variable in the subprocess. This regression affected versions 0.1.36 through 0.1.47 for users without the server-side feature flag (#644)

Internal/Other Changes

  • Updated bundled Claude CLI to version 2.1.71

0.1.47

Internal/Other Changes

  • Updated bundled Claude CLI to version 2.1.70

0.1.46

New Features

  • Session history functions: Added list_sessions() and get_session_messages() top-level functions for retrieving past session data (#622)
  • MCP control methods: Added add_mcp_server(), remove_mcp_server(), and typed McpServerStatus for runtime MCP server management (#620)
  • Typed task messages: Added TaskStarted, TaskProgress, and TaskNotification message subclasses for better type safety when handling task-related events (#621)
  • ResultMessage stop_reason: Added stop_reason field to ResultMessage for inspecting why a conversation turn ended (#619)
  • Hook input enhancements: Added agent_id and agent_type fields to tool-lifecycle hook inputs (PreToolUseHookInput, PostToolUseHookInput, PostToolUseFailureHookInput) (#628)

Bug Fixes

  • String prompt MCP initialization: Fixed an issue where passing a string prompt would close stdin before MCP server initialization completed, causing MCP servers to fail to register (#630)

Internal/Other Changes

  • Updated bundled Claude CLI to version 2.1.69
Commits

Updates cryptography from 46.0.4 to 46.0.5

Changelog

Sourced from cryptography's changelog.

46.0.5 - 2026-02-10


* An attacker could create a malicious public key that reveals portions of your
  private key when using certain uncommon elliptic curves (binary curves).
  This version now includes additional security checks to prevent this attack.
  This issue only affects binary elliptic curves, which are rarely used in
  real-world applications. Credit to **XlabAI Team of Tencent Xuanwu Lab and
  Atuin Automated Vulnerability Discovery Engine** for reporting the issue.
  **CVE-2026-26007**
* Support for ``SECT*`` binary elliptic curves is deprecated and will be
  removed in the next release.

.. v46-0-4:

Commits

Updates discord-py from 2.6.4 to 2.7.1

Commits
  • dfd1144 Version bump to v2.7.1
  • 64fcfe9 Add changelog for v2.7.1
  • 9cf04ae Add warning and raise if davey is not installed
  • 92c715e Unpin strict davey dependency
  • 2383467 Show davey version in --version output
  • 699a97f Fix aiohttp websocket timeout deprecation warning
  • b01de35 Remove old workaround to /callback not having a return type
  • 6161378 Fix memory leak with the view store when removing items
  • 9798e59 Version bump for development
  • 5df6e22 Version bump to v2.7.0
  • Additional commits viewable in compare view

Updates e2b from 2.15.2 to 2.15.3

Release notes

Sourced from e2b's releases.

e2b@2.14.1

Patch Changes

  • 222105d: include .dot files in template file upload
  • 3c56842: fix: pass sandbox headers to EnvdApiClient

e2b@2.14.0

Minor Changes

  • 7027f36: Adds lifecycle prop to control pausing and auto-resume

e2b@2.13.1

Patch Changes

  • e83cf86: Add getTags/get_tags method to list all tags for a template

e2b@2.13.0

Minor Changes

  • a55ca21: Add snapshot API for creating persistent sandbox snapshots

e2b@2.12.1

Patch Changes

  • 8efc53c: Use chunked transfer encoding for tar uploads to reduce memory usage
  • 5e9c6d6: fix: validate copy src paths are relative and within context directory
  • 1780a0c: Fix error handling for API responses with empty body.

e2b@2.12.0

Minor Changes

  • 77b08f5: Adds first class support to git commands to the sandbox sdk.

e2b@2.11.2

Patch Changes

  • 631522d: Add v2 template update endpoint with TemplateUpdateResponse containing namespaced names
  • 4af9b4c: avoid reading files on upload

e2b@2.11.1

Patch Changes

  • 07ef17f: deprecate aliasexists and add exists

e2b@2.11.0

Minor Changes

  • 10abab8: Add template versioning with tags support
    • Template.build() now accepts names in name:tag format (e.g., "my-template:v1.0")
    • New Template.assignTags() / Template.assign_tags() to assign tags to existing builds

... (truncated)

Commits

Updates e2b-code-interpreter from 2.4.1 to 2.5.0

Commits

Updates fastapi from 0.128.7 to 0.128.8

Release notes

Sourced from fastapi's releases.

0.128.8

Docs

Internal

Commits
  • bdd2005 🔖 Release version 0.128.8
  • 1ed9bd4 📝 Update release notes
  • aac30fd 🔨 Tweak PDM hook script (#14895)
  • 417f1ee 📝 Update release notes
  • ffb8965 ♻️ Update build setup for fastapi-slim, deprecate it, and make it only depe...
  • 93fa935 📝 Update release notes
  • f0f3e7a 📝 Fix grammar in docs/en/docs/tutorial/first-steps.md (#14708)
  • See full diff in compare view

Updates google-api-python-client from 2.189.0 to 2.193.0

Release notes

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

v2.193.0

2.193.0 (2026-03-17)

Features

... (truncated)

Commits

Updates google-auth-oauthlib from 1.2.4 to 1.3.0

Release notes

Sourced from google-auth-oauthlib's releases.

google-auth-oauthlib: v1.3.0

v1.3.0 (2026-02-26)

Features

  • Log the flow.run_local_server redirect URL (#362) (84599aa0)

Bug Fixes

  • Raise meaningful exception when oauth callback times out (#363) (adc3ee60)
Changelog

Sourced from google-auth-oauthlib's changelog.

1.3.0 (2022-03-05)

Features

  • add symbols field, and auto-format comments (#277) (ca016dd)
  • add api key support (#267) (061eb45)
  • add question_id field in ReviewDocumentOperationMetadata (#269) (1c61b73)
  • add question_id field in ReviewDocumentOperationMetadata (#273) (530f2ba)

Bug Fixes

  • deps: require google-api-core>=1.31.5, >=2.3.2 (#285) (573deee)
  • deps: require proto-plus>=1.15.0 (573deee)
  • remove libcst from setup_requires (#276) (56c96e4)
  • resolve DuplicateCredentialArgs error when using credentials_file (530f2ba)

1.2.1 (2022-01-17)

Bug Fixes

  • deps: drop packaging dependency (038a736)
  • deps: require google-api-core >= 1.28.0 (038a736)

1.2.0 (2021-10-14)

Features

1.1.0 (2021-10-08)

Features

  • add context manager support in client (#224) (8b65652)

Bug Fixes

  • add 'dict' annotation type to 'request' (a95fac8)
  • improper types in pagers generation (fd5dd70)Description has been truncated

@dependabot
dependabot Bot requested a review from a team as a code owner March 18, 2026 10:22
@dependabot dependabot Bot added the python Pull requests that update Python code label Mar 18, 2026
@dependabot
dependabot Bot requested review from 0ubbe and Bentlybro and removed request for a team March 18, 2026 10:22
@github-project-automation github-project-automation Bot moved this to 🆕 Needs initial review in AutoGPT development kanban Mar 18, 2026
@github-actions github-actions Bot added platform/backend AutoGPT Platform - Back end size/l labels Mar 18, 2026
@github-actions

github-actions Bot commented Mar 18, 2026

Copy link
Copy Markdown
Contributor

🔍 PR Overlap Detection

This check compares your PR against all other open PRs targeting the same branch to detect potential merge conflicts early.

🔴 Merge Conflicts Detected

The following PRs have been tested and will have merge conflicts if merged after this PR. Consider coordinating with the authors.

  • chore(backend/deps): bump stagehand from 0.5.9 to 3.5.0 in /autogpt_platform/backend #12039 (dependabot · updated 5d ago)

    • .claude/skills/pr-review/SKILL.md (2 conflicts, ~117 lines)
    • autogpt_platform/backend/backend/api/features/chat/routes.py (1 conflict, ~9 lines)
    • autogpt_platform/backend/backend/api/features/chat/routes_test.py (1 conflict, ~10 lines)
    • autogpt_platform/backend/backend/api/features/store/routes.py (3 conflicts, ~29 lines)
    • autogpt_platform/backend/backend/copilot/config.py (1 conflict, ~15 lines)
    • autogpt_platform/backend/backend/copilot/config_test.py (1 conflict, ~74 lines)
    • autogpt_platform/backend/backend/copilot/prompting.py (2 conflicts, ~77 lines)
    • autogpt_platform/backend/backend/copilot/sdk/service.py (3 conflicts, ~21 lines)
    • autogpt_platform/backend/backend/copilot/sdk/service_test.py (2 conflicts, ~219 lines)
    • autogpt_platform/backend/backend/copilot/tools/__init__.py (1 conflict, ~4 lines)
    • autogpt_platform/backend/backend/copilot/tools/create_agent.py (3 conflicts, ~294 lines)
    • autogpt_platform/backend/backend/copilot/tools/customize_agent.py (4 conflicts, ~92 lines)
    • autogpt_platform/backend/backend/copilot/tools/e2b_sandbox.py (5 conflicts, ~37 lines)
    • autogpt_platform/backend/backend/copilot/tools/e2b_sandbox_test.py (3 conflicts, ~25 lines)
    • autogpt_platform/backend/backend/copilot/tools/models.py (2 conflicts, ~41 lines)
    • autogpt_platform/backend/backend/copilot/tools/run_mcp_tool.py (1 conflict, ~15 lines)
    • autogpt_platform/backend/poetry.lock (6 conflicts, ~44 lines)
    • autogpt_platform/backend/pyproject.toml (2 conflicts, ~16 lines)
    • autogpt_platform/backend/schema.prisma (1 conflict, ~5 lines)
    • autogpt_platform/frontend/src/app/(platform)/copilot/components/ChatMessagesContainer/ChatMessagesContainer.tsx (5 conflicts, ~75 lines)
    • autogpt_platform/frontend/src/app/(platform)/copilot/components/ChatMessagesContainer/helpers.ts (2 conflicts, ~20 lines)
    • autogpt_platform/frontend/src/app/(platform)/copilot/components/ChatSidebar/ChatSidebar.tsx (4 conflicts, ~56 lines)
    • autogpt_platform/frontend/src/app/(platform)/copilot/styleguide/page.tsx (1 conflict, ~5 lines)
    • autogpt_platform/frontend/src/app/(platform)/copilot/tools/GenericTool/helpers.ts (5 conflicts, ~76 lines)
    • autogpt_platform/frontend/src/app/(platform)/copilot/useCopilotPage.ts (1 conflict, ~39 lines)
    • autogpt_platform/frontend/src/app/api/openapi.json (3 conflicts, ~76 lines)
    • docs/integrations/block-integrations/llm.md (7 conflicts, ~35 lines)
  • chore(backend/deps): bump aiodns from 3.6.1 to 4.0.4 in /autogpt_platform/backend #12045 (dependabot · updated 5d ago)

    • .claude/skills/pr-review/SKILL.md (2 conflicts, ~117 lines)
    • autogpt_platform/backend/backend/api/features/chat/routes.py (1 conflict, ~9 lines)
    • autogpt_platform/backend/backend/api/features/chat/routes_test.py (1 conflict, ~10 lines)
    • autogpt_platform/backend/backend/api/features/store/routes.py (3 conflicts, ~29 lines)
    • autogpt_platform/backend/backend/copilot/config.py (1 conflict, ~15 lines)
    • autogpt_platform/backend/backend/copilot/config_test.py (1 conflict, ~74 lines)
    • autogpt_platform/backend/backend/copilot/prompting.py (2 conflicts, ~77 lines)
    • autogpt_platform/backend/backend/copilot/sdk/service.py (3 conflicts, ~21 lines)
    • autogpt_platform/backend/backend/copilot/sdk/service_test.py (2 conflicts, ~219 lines)
    • autogpt_platform/backend/backend/copilot/tools/__init__.py (1 conflict, ~4 lines)
    • autogpt_platform/backend/backend/copilot/tools/create_agent.py (3 conflicts, ~294 lines)
    • autogpt_platform/backend/backend/copilot/tools/customize_agent.py (4 conflicts, ~92 lines)
    • autogpt_platform/backend/backend/copilot/tools/e2b_sandbox.py (5 conflicts, ~37 lines)
    • autogpt_platform/backend/backend/copilot/tools/e2b_sandbox_test.py (3 conflicts, ~25 lines)
    • autogpt_platform/backend/backend/copilot/tools/models.py (2 conflicts, ~41 lines)
    • autogpt_platform/backend/backend/copilot/tools/run_mcp_tool.py (1 conflict, ~15 lines)
    • autogpt_platform/backend/poetry.lock (5 conflicts, ~29 lines)
    • autogpt_platform/backend/pyproject.toml (2 conflicts, ~17 lines)
    • autogpt_platform/backend/schema.prisma (1 conflict, ~5 lines)
    • autogpt_platform/frontend/src/app/(platform)/copilot/components/ChatMessagesContainer/ChatMessagesContainer.tsx (5 conflicts, ~75 lines)
    • autogpt_platform/frontend/src/app/(platform)/copilot/components/ChatMessagesContainer/helpers.ts (2 conflicts, ~20 lines)
    • autogpt_platform/frontend/src/app/(platform)/copilot/components/ChatSidebar/ChatSidebar.tsx (4 conflicts, ~56 lines)
    • autogpt_platform/frontend/src/app/(platform)/copilot/styleguide/page.tsx (1 conflict, ~5 lines)
    • autogpt_platform/frontend/src/app/(platform)/copilot/tools/GenericTool/helpers.ts (5 conflicts, ~76 lines)
    • autogpt_platform/frontend/src/app/(platform)/copilot/useCopilotPage.ts (1 conflict, ~39 lines)
    • autogpt_platform/frontend/src/app/api/openapi.json (3 conflicts, ~76 lines)
    • docs/integrations/block-integrations/llm.md (7 conflicts, ~35 lines)
  • chore(backend/deps): bump todoist-api-python from 2.1.7 to 3.2.1 in /autogpt_platform/backend #12044 (dependabot · updated 5d ago)

    • .claude/skills/pr-review/SKILL.md (2 conflicts, ~117 lines)
    • autogpt_platform/backend/backend/api/features/chat/routes.py (1 conflict, ~9 lines)
    • autogpt_platform/backend/backend/api/features/chat/routes_test.py (1 conflict, ~10 lines)
    • autogpt_platform/backend/backend/api/features/store/routes.py (3 conflicts, ~29 lines)
    • autogpt_platform/backend/backend/copilot/config.py (1 conflict, ~15 lines)
    • autogpt_platform/backend/backend/copilot/config_test.py (1 conflict, ~74 lines)
    • autogpt_platform/backend/backend/copilot/prompting.py (2 conflicts, ~77 lines)
    • autogpt_platform/backend/backend/copilot/sdk/service.py (3 conflicts, ~21 lines)
    • autogpt_platform/backend/backend/copilot/sdk/service_test.py (2 conflicts, ~219 lines)
    • autogpt_platform/backend/backend/copilot/tools/__init__.py (1 conflict, ~4 lines)
    • autogpt_platform/backend/backend/copilot/tools/create_agent.py (3 conflicts, ~294 lines)
    • autogpt_platform/backend/backend/copilot/tools/customize_agent.py (4 conflicts, ~92 lines)
    • autogpt_platform/backend/backend/copilot/tools/e2b_sandbox.py (5 conflicts, ~37 lines)
    • autogpt_platform/backend/backend/copilot/tools/e2b_sandbox_test.py (3 conflicts, ~25 lines)
    • autogpt_platform/backend/backend/copilot/tools/models.py (2 conflicts, ~41 lines)
    • autogpt_platform/backend/backend/copilot/tools/run_mcp_tool.py (1 conflict, ~15 lines)
    • autogpt_platform/backend/poetry.lock (5 conflicts, ~29 lines)
    • autogpt_platform/backend/pyproject.toml (1 conflict, ~9 lines)
    • autogpt_platform/backend/schema.prisma (1 conflict, ~5 lines)
    • autogpt_platform/frontend/src/app/(platform)/copilot/components/ChatMessagesContainer/ChatMessagesContainer.tsx (5 conflicts, ~75 lines)
    • autogpt_platform/frontend/src/app/(platform)/copilot/components/ChatMessagesContainer/helpers.ts (2 conflicts, ~20 lines)
    • autogpt_platform/frontend/src/app/(platform)/copilot/components/ChatSidebar/ChatSidebar.tsx (4 conflicts, ~56 lines)
    • autogpt_platform/frontend/src/app/(platform)/copilot/styleguide/page.tsx (1 conflict, ~5 lines)
    • autogpt_platform/frontend/src/app/(platform)/copilot/tools/GenericTool/helpers.ts (5 conflicts, ~76 lines)
    • autogpt_platform/frontend/src/app/(platform)/copilot/useCopilotPage.ts (1 conflict, ~39 lines)
    • autogpt_platform/frontend/src/app/api/openapi.json (3 conflicts, ~76 lines)
    • docs/integrations/block-integrations/llm.md (7 conflicts, ~35 lines)
  • chore(backend/deps): bump groq from 0.30.0 to 1.6.0 in /autogpt_platform/backend #12038 (dependabot · updated 5d ago)

    • .claude/skills/pr-review/SKILL.md (2 conflicts, ~117 lines)
    • autogpt_platform/backend/backend/api/features/chat/routes.py (1 conflict, ~9 lines)
    • autogpt_platform/backend/backend/api/features/chat/routes_test.py (1 conflict, ~10 lines)
    • autogpt_platform/backend/backend/api/features/store/routes.py (3 conflicts, ~29 lines)
    • autogpt_platform/backend/backend/copilot/config.py (1 conflict, ~15 lines)
    • autogpt_platform/backend/backend/copilot/config_test.py (1 conflict, ~74 lines)
    • autogpt_platform/backend/backend/copilot/prompting.py (2 conflicts, ~77 lines)
    • autogpt_platform/backend/backend/copilot/sdk/service.py (3 conflicts, ~21 lines)
    • autogpt_platform/backend/backend/copilot/sdk/service_test.py (2 conflicts, ~219 lines)
    • autogpt_platform/backend/backend/copilot/tools/__init__.py (1 conflict, ~4 lines)
    • autogpt_platform/backend/backend/copilot/tools/create_agent.py (3 conflicts, ~294 lines)
    • autogpt_platform/backend/backend/copilot/tools/customize_agent.py (4 conflicts, ~92 lines)
    • autogpt_platform/backend/backend/copilot/tools/e2b_sandbox.py (5 conflicts, ~37 lines)
    • autogpt_platform/backend/backend/copilot/tools/e2b_sandbox_test.py (3 conflicts, ~25 lines)
    • autogpt_platform/backend/backend/copilot/tools/models.py (2 conflicts, ~41 lines)
    • autogpt_platform/backend/backend/copilot/tools/run_mcp_tool.py (1 conflict, ~15 lines)
    • autogpt_platform/backend/poetry.lock (5 conflicts, ~29 lines)
    • autogpt_platform/backend/pyproject.toml (1 conflict, ~9 lines)
    • autogpt_platform/backend/schema.prisma (1 conflict, ~5 lines)
    • autogpt_platform/frontend/src/app/(platform)/copilot/components/ChatMessagesContainer/ChatMessagesContainer.tsx (5 conflicts, ~75 lines)
    • autogpt_platform/frontend/src/app/(platform)/copilot/components/ChatMessagesContainer/helpers.ts (2 conflicts, ~20 lines)
    • autogpt_platform/frontend/src/app/(platform)/copilot/components/ChatSidebar/ChatSidebar.tsx (4 conflicts, ~56 lines)
    • autogpt_platform/frontend/src/app/(platform)/copilot/styleguide/page.tsx (1 conflict, ~5 lines)
    • autogpt_platform/frontend/src/app/(platform)/copilot/tools/GenericTool/helpers.ts (5 conflicts, ~76 lines)
    • autogpt_platform/frontend/src/app/(platform)/copilot/useCopilotPage.ts (1 conflict, ~39 lines)
    • autogpt_platform/frontend/src/app/api/openapi.json (3 conflicts, ~76 lines)
    • docs/integrations/block-integrations/llm.md (7 conflicts, ~35 lines)
  • chore(backend/deps-dev): bump the development-dependencies group across 1 directory with 2 updates #12197 (dependabot · updated 1d ago)

  • chore(backend/deps): bump yt-dlp from 2025.12.8 to 2026.2.4 in /autogpt_platform/backend #12041 (dependabot · updated 5d ago)

🟢 Low Risk — File Overlap Only

These PRs touch the same files but different sections (click to expand)

Summary: 6 conflict(s), 0 medium risk, 5 low risk (out of 11 PRs with file overlap)


Auto-generated on push. Ignores: openapi.json, lock files.

@dependabot
dependabot Bot force-pushed the dependabot/pip/autogpt_platform/backend/dev/production-dependencies-8e095b295f branch from 5b564d4 to 2e830d7 Compare March 18, 2026 11:08
…directory with 22 updates

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

| Package | From | To |
| --- | --- | --- |
| [aio-pika](https://github.com/mosquito/aio-pika) | `9.5.8` | `9.6.1` |
| [agentmail](https://github.com/agentmail-to/agentmail-python) | `0.4.7` | `0.4.9` |
| [anthropic](https://github.com/anthropics/anthropic-sdk-python) | `0.79.0` | `0.85.0` |
| [claude-agent-sdk](https://github.com/anthropics/claude-agent-sdk-python) | `0.1.45` | `0.1.49` |
| [cryptography](https://github.com/pyca/cryptography) | `46.0.4` | `46.0.5` |
| [discord-py](https://github.com/Rapptz/discord.py) | `2.6.4` | `2.7.1` |
| [e2b](https://github.com/e2b-dev/e2b) | `2.15.2` | `2.15.3` |
| [e2b-code-interpreter](https://github.com/e2b-dev/code-interpreter) | `2.4.1` | `2.5.0` |
| [fastapi](https://github.com/fastapi/fastapi) | `0.128.7` | `0.128.8` |
| [google-api-python-client](https://github.com/googleapis/google-api-python-client) | `2.189.0` | `2.193.0` |
| [google-auth-oauthlib](https://github.com/googleapis/google-cloud-python) | `1.2.4` | `1.3.0` |
| [pydantic-settings](https://github.com/pydantic/pydantic-settings) | `2.12.0` | `2.13.1` |
| [python-dotenv](https://github.com/theskumar/python-dotenv) | `1.2.1` | `1.2.2` |
| [sentry-sdk](https://github.com/getsentry/sentry-python) | `2.52.0` | `2.55.0` |
| [sqlalchemy](https://github.com/sqlalchemy/sqlalchemy) | `2.0.46` | `2.0.48` |
| [supabase](https://github.com/supabase/supabase-py) | `2.28.0` | `2.28.2` |
| [gcloud-aio-storage](https://github.com/talkiq/gcloud-aio) | `9.6.1` | `9.6.4` |
| [firecrawl-py](https://github.com/firecrawl/firecrawl) | `4.14.0` | `4.19.0` |
| [croniter](https://github.com/pallets-eco/croniter) | `6.0.0` | `6.2.2` |
| [posthog](https://github.com/posthog/posthog-python) | `7.8.3` | `7.9.12` |
| [fpdf2](https://github.com/py-pdf/fpdf2) | `2.8.6` | `2.8.7` |
| [langsmith](https://github.com/langchain-ai/langsmith-sdk) | `0.7.7` | `0.7.20` |



Updates `aio-pika` from 9.5.8 to 9.6.1
- [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.8...9.6.1)

Updates `agentmail` from 0.4.7 to 0.4.9
- [Release notes](https://github.com/agentmail-to/agentmail-python/releases)
- [Commits](agentmail-to/agentmail-python@0.4.7...0.4.9)

Updates `anthropic` from 0.79.0 to 0.85.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.79.0...v0.85.0)

Updates `claude-agent-sdk` from 0.1.45 to 0.1.49
- [Release notes](https://github.com/anthropics/claude-agent-sdk-python/releases)
- [Changelog](https://github.com/anthropics/claude-agent-sdk-python/blob/main/CHANGELOG.md)
- [Commits](https://github.com/anthropics/claude-agent-sdk-python/commits)

Updates `cryptography` from 46.0.4 to 46.0.5
- [Changelog](https://github.com/pyca/cryptography/blob/main/CHANGELOG.rst)
- [Commits](pyca/cryptography@46.0.4...46.0.5)

Updates `discord-py` from 2.6.4 to 2.7.1
- [Commits](Rapptz/discord.py@v2.6.4...v2.7.1)

Updates `e2b` from 2.15.2 to 2.15.3
- [Release notes](https://github.com/e2b-dev/e2b/releases)
- [Commits](https://github.com/e2b-dev/e2b/compare/@e2b/python-sdk@2.15.2...@e2b/python-sdk@2.15.3)

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

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

Updates `google-api-python-client` from 2.189.0 to 2.193.0
- [Release notes](https://github.com/googleapis/google-api-python-client/releases)
- [Commits](googleapis/google-api-python-client@v2.189.0...v2.193.0)

Updates `google-auth-oauthlib` from 1.2.4 to 1.3.0
- [Release notes](https://github.com/googleapis/google-cloud-python/releases)
- [Changelog](https://github.com/googleapis/google-cloud-python/blob/main/packages/google-cloud-documentai/CHANGELOG.md)
- [Commits](googleapis/google-cloud-python@google-auth-oauthlib-v1.2.4...google-auth-oauthlib-v1.3.0)

Updates `pydantic-settings` from 2.12.0 to 2.13.1
- [Release notes](https://github.com/pydantic/pydantic-settings/releases)
- [Commits](pydantic/pydantic-settings@v2.12.0...v2.13.1)

Updates `python-dotenv` from 1.2.1 to 1.2.2
- [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.2.1...v1.2.2)

Updates `sentry-sdk` from 2.52.0 to 2.55.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.52.0...2.55.0)

Updates `sqlalchemy` from 2.0.46 to 2.0.48
- [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.28.0 to 2.28.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.28.0...v2.28.2)

Updates `gcloud-aio-storage` from 9.6.1 to 9.6.4
- [Release notes](https://github.com/talkiq/gcloud-aio/releases)
- [Commits](talkiq/gcloud-aio@storage-9.6.1...storage-9.6.4)

Updates `firecrawl-py` from 4.14.0 to 4.19.0
- [Release notes](https://github.com/firecrawl/firecrawl/releases)
- [Commits](https://github.com/firecrawl/firecrawl/commits)

Updates `croniter` from 6.0.0 to 6.2.2
- [Changelog](https://github.com/pallets-eco/croniter/blob/main/CHANGELOG.rst)
- [Commits](pallets-eco/croniter@6.0.0...6.2.2)

Updates `posthog` from 7.8.3 to 7.9.12
- [Release notes](https://github.com/posthog/posthog-python/releases)
- [Changelog](https://github.com/PostHog/posthog-python/blob/master/CHANGELOG.md)
- [Commits](PostHog/posthog-python@v7.8.3...v7.9.12)

Updates `fpdf2` from 2.8.6 to 2.8.7
- [Release notes](https://github.com/py-pdf/fpdf2/releases)
- [Changelog](https://github.com/py-pdf/fpdf2/blob/master/CHANGELOG.md)
- [Commits](py-pdf/fpdf2@2.8.6...2.8.7)

Updates `langsmith` from 0.7.7 to 0.7.20
- [Release notes](https://github.com/langchain-ai/langsmith-sdk/releases)
- [Commits](langchain-ai/langsmith-sdk@v0.7.7...v0.7.20)

---
updated-dependencies:
- dependency-name: aio-pika
  dependency-version: 9.6.1
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: production-dependencies
- dependency-name: agentmail
  dependency-version: 0.4.9
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: production-dependencies
- dependency-name: anthropic
  dependency-version: 0.85.0
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: production-dependencies
- dependency-name: claude-agent-sdk
  dependency-version: 0.1.49
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: production-dependencies
- dependency-name: cryptography
  dependency-version: 46.0.5
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: production-dependencies
- dependency-name: discord-py
  dependency-version: 2.7.1
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: production-dependencies
- dependency-name: e2b
  dependency-version: 2.15.3
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: production-dependencies
- dependency-name: e2b-code-interpreter
  dependency-version: 2.5.0
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: production-dependencies
- dependency-name: fastapi
  dependency-version: 0.128.8
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: production-dependencies
- dependency-name: google-api-python-client
  dependency-version: 2.193.0
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: production-dependencies
- dependency-name: google-auth-oauthlib
  dependency-version: 1.3.0
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: production-dependencies
- dependency-name: pydantic-settings
  dependency-version: 2.13.1
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: production-dependencies
- dependency-name: python-dotenv
  dependency-version: 1.2.2
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: production-dependencies
- dependency-name: sentry-sdk
  dependency-version: 2.55.0
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: production-dependencies
- dependency-name: sqlalchemy
  dependency-version: 2.0.48
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: production-dependencies
- dependency-name: supabase
  dependency-version: 2.28.2
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: production-dependencies
- dependency-name: gcloud-aio-storage
  dependency-version: 9.6.4
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: production-dependencies
- dependency-name: firecrawl-py
  dependency-version: 4.19.0
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: production-dependencies
- dependency-name: croniter
  dependency-version: 6.2.2
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: production-dependencies
- dependency-name: posthog
  dependency-version: 7.9.12
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: production-dependencies
- dependency-name: fpdf2
  dependency-version: 2.8.7
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: production-dependencies
- dependency-name: langsmith
  dependency-version: 0.7.20
  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 force-pushed the dependabot/pip/autogpt_platform/backend/dev/production-dependencies-8e095b295f branch from 2e830d7 to d7057c8 Compare March 18, 2026 11:33
@dependabot @github

dependabot Bot commented on behalf of github Mar 23, 2026

Copy link
Copy Markdown
Contributor Author

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

@dependabot dependabot Bot closed this Mar 23, 2026
@dependabot
dependabot Bot deleted the dependabot/pip/autogpt_platform/backend/dev/production-dependencies-8e095b295f branch March 23, 2026 18:20
@github-project-automation github-project-automation Bot moved this from 🆕 Needs initial review to ✅ Done in AutoGPT development kanban Mar 23, 2026
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