Skip to content

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

Closed
dependabot[bot] wants to merge 2 commits into
devfrom
dependabot/pip/autogpt_platform/backend/dev/production-dependencies-de03b17ac9
Closed

chore(backend/deps): bump the production-dependencies group across 1 directory with 17 updates#12404
dependabot[bot] wants to merge 2 commits into
devfrom
dependabot/pip/autogpt_platform/backend/dev/production-dependencies-de03b17ac9

Conversation

@dependabot

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

Copy link
Copy Markdown
Contributor

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

Package From To
aio-pika 9.5.8 9.6.1
anthropic 0.79.0 0.84.0
claude-agent-sdk 0.1.45 0.1.48
cryptography 46.0.4 46.0.5
discord-py 2.6.4 2.7.1
fastapi 0.128.7 0.128.8
google-api-python-client 2.189.0 2.192.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.54.0
sqlalchemy 2.0.46 2.0.48
gcloud-aio-storage 9.6.1 9.6.4
firecrawl-py 4.14.0 4.19.0
posthog 7.8.3 7.9.12
fpdf2 2.8.6 2.8.7
langsmith 0.7.7 0.7.17

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 anthropic from 0.79.0 to 0.84.0

Release notes

Sourced from anthropic's releases.

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

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

v0.83.0

0.83.0 (2026-02-19)

Full Changelog: v0.82.0...v0.83.0

Features

  • api: Add top-level cache control (automatic caching) (a940123)

Chores

  • update mock server docs (34ef48c)

v0.82.0

0.82.0 (2026-02-18)

Full Changelog: v0.81.0...v0.82.0

Features

  • api: fix shared UserLocation and error code types (da3b931)

... (truncated)

Changelog

Sourced from anthropic's changelog.

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)

0.83.0 (2026-02-19)

Full Changelog: v0.82.0...v0.83.0

Features

  • api: Add top-level cache control (automatic caching) (a940123)

Chores

  • update mock server docs (34ef48c)

0.82.0 (2026-02-18)

Full Changelog: v0.81.0...v0.82.0

Features

  • api: fix shared UserLocation and error code types (da3b931)

Bug Fixes

  • add backward-compat aliases for removed nested UserLocation classes (#1409) (56db1e3)

... (truncated)

Commits
  • 49d639a release: 0.84.0
  • 4d73b21 feat(helpers): add conversion helpers for MCP tools, prompts, and resources (...
  • 0e40921 docs: rebrand to Claude SDK and streamline README
  • c3017a2 chore(internal): simplify http snapshots (#1092)
  • 470fda9 chore(internal): make test_proxy_environment_variables more resilient to env
  • c30c72d chore: add missing raw jsonl results method
  • 9d9a5a1 chore(internal): make test_proxy_environment_variables more resilient
  • c28d2d5 codegen metadata
  • bb13f1e chore(internal): add request options to SSE classes
  • ab0ccb9 codegen metadata
  • Additional commits viewable in compare view

Updates claude-agent-sdk from 0.1.45 to 0.1.48

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.

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
  • d6f0352 docs: update changelog for v0.1.48
  • 22cbeb6 chore: release v0.1.48
  • 56f5238 chore: bump bundled CLI version to 2.1.71
  • a3c3a01 fix: enable fine-grained tool streaming when include_partial_messages=True (#...
  • f7e5955 docs: update changelog for v0.1.47
  • 6763369 chore: release v0.1.47
  • 6aae217 chore: bump bundled CLI version to 2.1.70
  • 6f227de docs: update changelog for v0.1.46
  • f929f2e chore: release v0.1.46
  • 1d0d8d7 chore: bump bundled CLI version to 2.1.69
  • Additional commits viewable in compare view

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 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.192.0

Release notes

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

v2.192.0

2.192.0 (2026-03-03)

Features

Bug Fixes

v2.191.0

2.191.0 (2026-02-24)

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)
  • v1beta2: enable self signed jwt for grpc (#191) (14e7765)
  • v1beta2: Update DocumentUnderstandingService default_host from a regional endpoint to non-regional (#195) (090bcc5)

1.0.0 (2021-07-26)

... (truncated)

Commits
  • 2c66d48 chore: librarian release pull request: 20260226T081244Z (#15616)
  • fd4da88 chore(migration): Migrate code from googleapis/python-logging into packages/g...
  • 717c158 tests: add system test dependencies
  • 7597cca tests: enable system tests
  • e0426dc chore(multiple): format handwritten code (#15617)
  • ff062e4 Merge branch 'main' into migration.python-logging.migration.2026-02-20_16-32-...
  • 72db795 chore: run librarian generate
  • 80a8480 chore: run librarian generate
  • 2a35c6a chore: run librarian generate
  • 6f2ce04 chore: format using ruff
  • Additional commits viewable in compare view

Updates pydantic-settings from 2.12.0 to 2.13.1

Release notes

Sourced from pydantic-settings's releases.

v2.13.0

What's Changed

New Contributors

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

github-actions Bot commented Mar 13, 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-dev): bump the development-dependencies group across 1 directory with 2 updates #12197 (dependabot · updated 6d ago)

    • .github/workflows/platform-frontend-ci.yml (1 conflict, ~5 lines)
    • autogpt_platform/backend/Dockerfile (2 conflicts, ~21 lines)
    • autogpt_platform/backend/backend/api/external/v1/routes.py (1 conflict, ~5 lines)
    • autogpt_platform/backend/backend/api/features/chat/routes.py (9 conflicts, ~209 lines)
    • autogpt_platform/backend/backend/api/features/library/db.py (3 conflicts, ~74 lines)
    • autogpt_platform/backend/backend/api/features/mcp/routes.py (15 conflicts, ~236 lines)
    • autogpt_platform/backend/backend/api/features/mcp/test_routes.py (11 conflicts, ~229 lines)
    • autogpt_platform/backend/backend/api/features/v1.py (1 conflict, ~13 lines)
    • autogpt_platform/backend/backend/api/features/workspace/routes.py (1 conflict, ~16 lines)
    • autogpt_platform/backend/backend/blocks/_base.py (4 conflicts, ~18 lines)
    • autogpt_platform/backend/backend/blocks/basic.py (1 conflict, ~5 lines)
    • autogpt_platform/backend/backend/blocks/jina/search.py (2 conflicts, ~10 lines)
    • autogpt_platform/backend/backend/blocks/mcp/block.py (5 conflicts, ~84 lines)
    • autogpt_platform/backend/backend/blocks/mcp/client.py (1 conflict, ~7 lines)
    • autogpt_platform/backend/backend/blocks/system/store_operations.py (1 conflict, ~4 lines)
    • autogpt_platform/backend/backend/copilot/config.py (12 conflicts, ~145 lines)
    • autogpt_platform/backend/backend/copilot/db.py (7 conflicts, ~72 lines)
    • autogpt_platform/backend/backend/copilot/executor/processor.py (7 conflicts, ~98 lines)
    • autogpt_platform/backend/backend/copilot/executor/utils.py (4 conflicts, ~18 lines)
    • autogpt_platform/backend/backend/copilot/model.py (3 conflicts, ~24 lines)
    • autogpt_platform/backend/backend/copilot/response_model.py (1 conflict, ~4 lines)
    • autogpt_platform/backend/backend/copilot/sdk/dummy.py (2 conflicts, ~8 lines)
    • autogpt_platform/backend/backend/copilot/sdk/query_builder_test.py (10 conflicts, ~92 lines)
    • autogpt_platform/backend/backend/copilot/sdk/response_adapter_test.py (3 conflicts, ~31 lines)
    • autogpt_platform/backend/backend/copilot/sdk/security_hooks.py (9 conflicts, ~119 lines)
    • autogpt_platform/backend/backend/copilot/sdk/security_hooks_test.py (3 conflicts, ~115 lines)
    • autogpt_platform/backend/backend/copilot/sdk/service.py (39 conflicts, ~1961 lines)
    • autogpt_platform/backend/backend/copilot/sdk/tool_adapter.py (14 conflicts, ~442 lines)
    • autogpt_platform/backend/backend/copilot/sdk/transcript.py (19 conflicts, ~615 lines)
    • autogpt_platform/backend/backend/copilot/sdk/transcript_test.py (6 conflicts, ~764 lines)
    • autogpt_platform/backend/backend/copilot/service.py (7 conflicts, ~1379 lines)
    • autogpt_platform/backend/backend/copilot/service_test.py (2 conflicts, ~71 lines)
    • autogpt_platform/backend/backend/copilot/stream_registry.py (2 conflicts, ~34 lines)
    • autogpt_platform/backend/backend/copilot/tools/__init__.py (6 conflicts, ~34 lines)
    • autogpt_platform/backend/backend/copilot/tools/_test_data.py (1 conflict, ~4 lines)
    • autogpt_platform/backend/backend/copilot/tools/agent_generator/core.py (4 conflicts, ~177 lines)
    • autogpt_platform/backend/backend/copilot/tools/agent_generator/service.py (deleted here, modified there)
    • autogpt_platform/backend/backend/copilot/tools/agent_output.py (1 conflict, ~19 lines)
    • autogpt_platform/backend/backend/copilot/tools/agent_search.py (3 conflicts, ~95 lines)
    • autogpt_platform/backend/backend/copilot/tools/base.py (6 conflicts, ~137 lines)
    • autogpt_platform/backend/backend/copilot/tools/bash_exec.py (6 conflicts, ~152 lines)
    • autogpt_platform/backend/backend/copilot/tools/create_agent.py (8 conflicts, ~429 lines)
    • autogpt_platform/backend/backend/copilot/tools/create_agent_test.py (6 conflicts, ~258 lines)
    • autogpt_platform/backend/backend/copilot/tools/customize_agent.py (6 conflicts, ~400 lines)
    • autogpt_platform/backend/backend/copilot/tools/edit_agent.py (10 conflicts, ~297 lines)
    • autogpt_platform/backend/backend/copilot/tools/find_block.py (1 conflict, ~15 lines)
    • autogpt_platform/backend/backend/copilot/tools/find_block_test.py (4 conflicts, ~112 lines)
    • autogpt_platform/backend/backend/copilot/tools/helpers.py (2 conflicts, ~187 lines)
    • autogpt_platform/backend/backend/copilot/tools/models.py (9 conflicts, ~320 lines)
    • autogpt_platform/backend/backend/copilot/tools/run_agent.py (1 conflict, ~4 lines)
    • autogpt_platform/backend/backend/copilot/tools/run_block.py (8 conflicts, ~354 lines)
    • autogpt_platform/backend/backend/copilot/tools/run_block_test.py (21 conflicts, ~378 lines)
    • autogpt_platform/backend/backend/copilot/tools/test_run_block_details.py (2 conflicts, ~16 lines)
    • autogpt_platform/backend/backend/copilot/tools/web_fetch.py (1 conflict, ~7 lines)
    • autogpt_platform/backend/backend/copilot/tools/workspace_files.py (20 conflicts, ~294 lines)
    • autogpt_platform/backend/backend/copilot/tools/workspace_files_test.py (3 conflicts, ~183 lines)
    • autogpt_platform/backend/backend/data/block.py (1 conflict, ~45 lines)
    • autogpt_platform/backend/backend/data/db_accessors.py (1 conflict, ~16 lines)
    • autogpt_platform/backend/backend/data/db_manager.py (7 conflicts, ~70 lines)
    • autogpt_platform/backend/backend/data/integrations.py (1 conflict, ~25 lines)
    • autogpt_platform/backend/backend/data/tally.py (8 conflicts, ~137 lines)
    • autogpt_platform/backend/backend/data/tally_test.py (18 conflicts, ~176 lines)
    • autogpt_platform/backend/backend/data/workspace.py (1 conflict, ~9 lines)
    • autogpt_platform/backend/backend/executor/scheduler.py (1 conflict, ~4 lines)
    • autogpt_platform/backend/backend/executor/utils.py (1 conflict, ~4 lines)
    • autogpt_platform/backend/backend/integrations/webhooks/telegram.py (2 conflicts, ~11 lines)
    • autogpt_platform/backend/backend/util/settings.py (1 conflict, ~20 lines)
    • autogpt_platform/backend/backend/util/workspace.py (1 conflict, ~55 lines)
    • autogpt_platform/backend/poetry.lock (5 conflicts, ~35 lines)
    • autogpt_platform/backend/pyproject.toml (2 conflicts, ~10 lines)
    • autogpt_platform/backend/test/agent_generator/test_core_integration.py (deleted here, modified there)
    • autogpt_platform/backend/test/agent_generator/test_service.py (deleted here, modified there)
    • autogpt_platform/docker-compose.platform.yml (2 conflicts, ~9 lines)
    • autogpt_platform/frontend/src/app/(platform)/build/components/FlowEditor/nodes/CustomNode/components/NodeAdvancedToggle.tsx (2 conflicts, ~32 lines)
    • autogpt_platform/frontend/src/app/(platform)/copilot/CopilotPage.tsx (3 conflicts, ~17 lines)
    • autogpt_platform/frontend/src/app/(platform)/copilot/components/ChatContainer/ChatContainer.tsx (4 conflicts, ~26 lines)
    • autogpt_platform/frontend/src/app/(platform)/copilot/components/ChatMessagesContainer/ChatMessagesContainer.tsx (7 conflicts, ~440 lines)
    • autogpt_platform/frontend/src/app/(platform)/copilot/components/ChatSidebar/ChatSidebar.tsx (8 conflicts, ~346 lines)
    • autogpt_platform/frontend/src/app/(platform)/copilot/components/DeleteChatDialog/DeleteChatDialog.tsx (1 conflict, ~4 lines)
    • autogpt_platform/frontend/src/app/(platform)/copilot/helpers/convertChatSessionToUiMessages.ts (1 conflict, ~11 lines)
    • autogpt_platform/frontend/src/app/(platform)/copilot/tools/CreateAgent/CreateAgent.tsx (1 conflict, ~7 lines)
    • autogpt_platform/frontend/src/app/(platform)/copilot/tools/CreateAgent/components/ClarificationQuestionsCard.tsx (2 conflicts, ~10 lines)
    • autogpt_platform/frontend/src/app/(platform)/copilot/tools/CreateAgent/helpers.tsx (1 conflict, ~9 lines)
    • autogpt_platform/frontend/src/app/(platform)/copilot/tools/EditAgent/EditAgent.tsx (1 conflict, ~10 lines)
    • autogpt_platform/frontend/src/app/(platform)/copilot/tools/EditAgent/helpers.tsx (1 conflict, ~9 lines)
    • autogpt_platform/frontend/src/app/(platform)/copilot/tools/GenericTool/GenericTool.tsx (24 conflicts, ~522 lines)
    • autogpt_platform/frontend/src/app/(platform)/copilot/tools/RunAgent/RunAgent.tsx (2 conflicts, ~10 lines)
    • autogpt_platform/frontend/src/app/(platform)/copilot/tools/RunAgent/components/AgentDetailsCard/AgentDetailsCard.tsx (2 conflicts, ~16 lines)
    • autogpt_platform/frontend/src/app/(platform)/copilot/tools/RunBlock/RunBlock.tsx (2 conflicts, ~8 lines)
    • autogpt_platform/frontend/src/app/(platform)/copilot/tools/RunBlock/components/SetupRequirementsCard/SetupRequirementsCard.tsx (2 conflicts, ~10 lines)
    • autogpt_platform/frontend/src/app/(platform)/copilot/useChatSession.ts (1 conflict, ~10 lines)
    • autogpt_platform/frontend/src/app/(platform)/copilot/useCopilotPage.ts (5 conflicts, ~291 lines)
    • autogpt_platform/frontend/src/app/(platform)/library/components/LibraryAgentList/LibraryAgentList.tsx (2 conflicts, ~38 lines)
    • autogpt_platform/frontend/src/app/(platform)/library/components/LibraryAgentList/useLibraryAgentList.ts (3 conflicts, ~33 lines)
    • autogpt_platform/frontend/src/app/(platform)/reset-password/page.tsx (1 conflict, ~11 lines)
    • autogpt_platform/frontend/src/app/api/chat/sessions/[sessionId]/stream/route.ts (1 conflict, ~5 lines)
    • autogpt_platform/frontend/src/app/api/openapi.json (9 conflicts, ~411 lines)
    • autogpt_platform/frontend/src/app/globals.css (1 conflict, ~8 lines)
    • autogpt_platform/frontend/src/components/renderers/InputRenderer/FormRenderer.tsx (1 conflict, ~8 lines)
  • feat(backend/copilot): parse @@agptfile bare refs by file extension #12392 (majdyz · updated 40m ago)

    • 📁 autogpt_platform/backend/
      • poetry.lock (1 conflict, ~5 lines)
      • pyproject.toml (1 conflict, ~11 lines)
  • chore(backend/deps): bump aiodns from 3.6.1 to 4.0.0 in /autogpt_platform/backend #12045 (dependabot · updated 2d ago)

    • 📁 autogpt_platform/backend/
      • poetry.lock (1 conflict, ~5 lines)
      • pyproject.toml (1 conflict, ~7 lines)
  • feat(blocks): add AgentMail integration blocks #12417 (Abhi1992002 · updated 2h ago)

    • 📁 autogpt_platform/backend/
      • poetry.lock (1 conflict, ~5 lines)
      • pyproject.toml (1 conflict, ~6 lines)
  • chore(backend/deps-dev): bump faker from 38.3.0 to 40.4.0 in /autogpt_platform/backend #12133 (dependabot · updated 2d ago)

    • 📁 autogpt_platform/backend/
      • poetry.lock (1 conflict, ~5 lines)
  • chore(backend/deps): bump todoist-api-python from 2.1.7 to 3.2.1 in /autogpt_platform/backend #12044 (dependabot · updated 2d ago)

    • 📁 autogpt_platform/backend/
      • poetry.lock (1 conflict, ~5 lines)
  • chore(backend/deps): bump stagehand from 0.5.9 to 3.5.0 in /autogpt_platform/backend #12039 (dependabot · updated 2d ago)

    • 📁 autogpt_platform/backend/
      • poetry.lock (1 conflict, ~5 lines)
  • chore(backend/deps): bump groq from 0.30.0 to 1.0.0 in /autogpt_platform/backend #12038 (dependabot · updated 2d ago)

    • 📁 autogpt_platform/backend/
      • poetry.lock (1 conflict, ~5 lines)

🟢 Low Risk — File Overlap Only

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

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


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

…directory with 17 updates

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

| Package | From | To |
| --- | --- | --- |
| [aio-pika](https://github.com/mosquito/aio-pika) | `9.5.8` | `9.6.1` |
| [anthropic](https://github.com/anthropics/anthropic-sdk-python) | `0.79.0` | `0.84.0` |
| [claude-agent-sdk](https://github.com/anthropics/claude-agent-sdk-python) | `0.1.45` | `0.1.48` |
| [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` |
| [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.192.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.54.0` |
| [sqlalchemy](https://github.com/sqlalchemy/sqlalchemy) | `2.0.46` | `2.0.48` |
| [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` |
| [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.17` |



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 `anthropic` from 0.79.0 to 0.84.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.84.0)

Updates `claude-agent-sdk` from 0.1.45 to 0.1.48
- [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](anthropics/claude-agent-sdk-python@v0.1.45...v0.1.48)

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 `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.192.0
- [Release notes](https://github.com/googleapis/google-api-python-client/releases)
- [Commits](googleapis/google-api-python-client@v2.189.0...v2.192.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.54.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.54.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 `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 `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.17
- [Release notes](https://github.com/langchain-ai/langsmith-sdk/releases)
- [Commits](langchain-ai/langsmith-sdk@v0.7.7...v0.7.17)

---
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: anthropic
  dependency-version: 0.84.0
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: production-dependencies
- dependency-name: claude-agent-sdk
  dependency-version: 0.1.48
  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: 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.192.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.54.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: 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: 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.17
  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-de03b17ac9 branch from 1782f38 to 89bf9bd Compare March 13, 2026 12:46
@dependabot @github

dependabot Bot commented on behalf of github Mar 16, 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 16, 2026
@github-project-automation github-project-automation Bot moved this from 🆕 Needs initial review to ✅ Done in AutoGPT development kanban Mar 16, 2026
@dependabot
dependabot Bot deleted the dependabot/pip/autogpt_platform/backend/dev/production-dependencies-de03b17ac9 branch March 16, 2026 18:36
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.

1 participant