Skip to content

chore(libs/deps): bump the production-dependencies group across 1 directory with 8 updates#11934

Merged
ntindle merged 12 commits into
devfrom
dependabot/pip/autogpt_platform/autogpt_libs/dev/production-dependencies-5b4441294f
Feb 7, 2026
Merged

chore(libs/deps): bump the production-dependencies group across 1 directory with 8 updates#11934
ntindle merged 12 commits into
devfrom
dependabot/pip/autogpt_platform/autogpt_libs/dev/production-dependencies-5b4441294f

Conversation

@dependabot
Copy link
Copy Markdown
Contributor

@dependabot dependabot Bot commented on behalf of github Feb 3, 2026

Bumps the production-dependencies group with 8 updates in the /autogpt_platform/autogpt_libs directory:

Package From To
fastapi 0.116.1 0.128.0
google-cloud-logging 3.12.1 3.13.0
launchdarkly-server-sdk 9.12.0 9.14.1
pydantic 2.11.7 2.12.5
pydantic-settings 2.10.1 2.12.0
pyjwt 2.10.1 2.11.0
supabase 2.16.0 2.27.2
uvicorn 0.35.0 0.40.0

Updates fastapi from 0.116.1 to 0.128.0

Release notes

Sourced from fastapi's releases.

0.128.0

Breaking Changes

Internal

0.127.1

Refactors

Docs

Translations

Internal

0.127.0

Breaking Changes

Translations

  • 🔧 Add LLM prompt file for Korean, generated from the existing translations. PR #14546 by @​tiangolo.
  • 🔧 Add LLM prompt file for Japanese, generated from the existing translations. PR #14545 by @​tiangolo.

Internal

0.126.0

Upgrades

  • ➖ Drop support for Pydantic v1, keeping short temporary support for Pydantic v2's pydantic.v1. PR #14575 by @​tiangolo.

... (truncated)

Commits

Updates google-cloud-logging from 3.12.1 to 3.13.0

Release notes

Sourced from google-cloud-logging's releases.

google-cloud-logging 3.13.0

3.13.0 (2025-12-15)

Features

Bug Fixes

  • remove setup.cfg configuration for creating universal wheels (#981) (70f612c3)
Changelog

Sourced from google-cloud-logging's changelog.

3.13.0 (2025-12-15)

Features

Bug Fixes

Commits
  • 1415883 chore: librarian release pull request: 20251215T134006Z (#1066)
  • 6be3df6 feat: Add support for python 3.14 (#1065)
  • 36fb427 chore(librarian): onboard to librarian (#1061)
  • eb189bf chore: update Python generator version to 1.25.1 (#1003)
  • a7a28d1 test: ignore DeprecationWarning for credentials_file argument and Python ve...
  • 70f612c fix: remove setup.cfg configuration for creating universal wheels (#981)
  • e4c445a chore: Update gapic-generator-python to 1.25.0 (#985)
  • 14364a5 test: Added cleanup of old sink storage buckets (#991)
  • See full diff in compare view

Updates launchdarkly-server-sdk from 9.12.0 to 9.14.1

Release notes

Sourced from launchdarkly-server-sdk's releases.

v9.14.1

9.14.1 (2025-12-15)

Bug Fixes

  • Remove all synchronizers in daemon mode (#388) (441a5ec)

This PR was generated with Release Please. See documentation.

v9.14.0

9.14.0 (2025-12-04)

Features

  • adding data system option to create file datasource intializer (e5b121f)
  • adding file data source as an intializer (#381) (3700d1d)

Bug Fixes

  • Add warning if relying on Redis max_connections parameter (#387) (e6395fa), closes #386
  • modified initializer behavior to spec (064f65c)

This PR was generated with Release Please. See documentation.

v9.13.1

9.13.1 (2025-11-19)

Bug Fixes


This PR was generated with Release Please. See documentation.

v9.13.0

9.13.0 (2025-11-19)

... (truncated)

Changelog

Sourced from launchdarkly-server-sdk's changelog.

9.14.1 (2025-12-15)

Bug Fixes

  • Remove all synchronizers in daemon mode (#388) (441a5ec)

9.14.0 (2025-12-04)

Features

  • adding data system option to create file datasource intializer (e5b121f)
  • adding file data source as an intializer (#381) (3700d1d)

Bug Fixes

  • Add warning if relying on Redis max_connections parameter (#387) (e6395fa), closes #386
  • modified initializer behavior to spec (064f65c)

9.13.1 (2025-11-19)

Bug Fixes

9.13.0 (2025-11-19)

Features

  • experimental: Release EAP support for FDv2 data system (#376) (0e7c32b)

9.12.3 (2025-10-30)

Bug Fixes

  • Fix overly generic type hint on File data source (#365) (52a7499), closes #364

9.12.2 (2025-10-27)

Bug Fixes

  • Fix incorrect event count in failure message (#359) (91f4163)

9.12.1 (2025-09-30)

... (truncated)

Commits
  • 54e62cc chore(main): release 9.14.1 (#389)
  • 441a5ec fix: Remove all synchronizers in daemon mode (#388)
  • 7bb5378 chore(main): release 9.14.0 (#382)
  • e6395fa fix: Add warning if relying on Redis max_connections parameter (#387)
  • 45786a9 chore: Expose flag change listeners from data system (#384)
  • 2b7eedc chore: Clean up unused _data_availability (#383)
  • 3700d1d feat: adding file data source as an intializer (#381)
  • 04a2c53 chore: PR comments
  • 064f65c fix: modified initializer behavior to spec
  • e5b121f feat: adding data system option to create file datasource intializer
  • Additional commits viewable in compare view

Updates pydantic from 2.11.7 to 2.12.5

Release notes

Sourced from pydantic's releases.

v2.12.5 2025-11-26

v2.12.5 (2025-11-26)

This is the fifth 2.12 patch release, addressing an issue with the MISSING sentinel and providing several documentation improvements.

The next 2.13 minor release will be published in a couple weeks, and will include a new polymorphic serialization feature addressing the remaining unexpected changes to the serialize as any behavior.

  • Fix pickle error when using model_construct() on a model with MISSING as a default value by @​ornariece in #12522.
  • Several updates to the documentation by @​Viicos.

Full Changelog: pydantic/pydantic@v2.12.4...v2.12.5

v2.12.4 2025-11-05

v2.12.4 (2025-11-05)

This is the fourth 2.12 patch release, fixing more regressions, and reverting a change in the build() method of the AnyUrl and Dsn types.

This patch release also fixes an issue with the serialization of IP address types, when serialize_as_any is used. The next patch release will try to address the remaining issues with serialize as any behavior by introducing a new polymorphic serialization feature, that should be used in most cases in place of serialize as any.

Full Changelog: pydantic/pydantic@v2.12.3...v2.12.4

v2.12.3 2025-10-17

v2.12.3 (2025-10-17)

What's Changed

This is the third 2.13 patch release, fixing issues related to the FieldInfo class, and reverting a change to the supported after model validator function signatures.

... (truncated)

Changelog

Sourced from pydantic's changelog.

v2.12.5 (2025-11-26)

GitHub release

This is the fifth 2.12 patch release, addressing an issue with the MISSING sentinel and providing several documentation improvements.

The next 2.13 minor release will be published in a couple weeks, and will include a new polymorphic serialization feature addressing the remaining unexpected changes to the serialize as any behavior.

  • Fix pickle error when using model_construct() on a model with MISSING as a default value by @​ornariece in #12522.
  • Several updates to the documentation by @​Viicos.

v2.12.4 (2025-11-05)

GitHub release

This is the fourth 2.12 patch release, fixing more regressions, and reverting a change in the build() method of the AnyUrl and Dsn types.

This patch release also fixes an issue with the serialization of IP address types, when serialize_as_any is used. The next patch release will try to address the remaining issues with serialize as any behavior by introducing a new polymorphic serialization feature, that should be used in most cases in place of serialize as any.

v2.12.3 (2025-10-17)

GitHub release

... (truncated)

Commits
  • bd2d0dd Prepare release v2.12.5
  • 7d0302e Document security implications when using create_model()
  • e9ef980 Fix typo in Standard Library Types documentation
  • f2c20c0 Add pydantic-docs dev dependency, make use of versioning blocks
  • a76c1aa Update documentation about JSON Schema
  • 8cbc72c Add documentation about custom __init__()
  • 99eba59 Add additional test for FieldInfo.get_default()
  • c710769 Special case MISSING sentinel in smart_deepcopy()
  • 20a9d77 Do not delete mock validator/serializer in rebuild_dataclass()
  • c86515a Update parts of the model and revalidate_instances documentation
  • Additional commits viewable in compare view

Updates pydantic-settings from 2.10.1 to 2.12.0

Release notes

Sourced from pydantic-settings's releases.

v2.12.0

What's Changed

New Contributors

Full Changelog: pydantic/pydantic-settings@v2.11.0...v2.12.0

v2.11.0

What's Changed

New Contributors

Full Changelog: pydantic/pydantic-settings@2.10.1...v2.11.0

Commits

Updates pyjwt from 2.10.1 to 2.11.0

Release notes

Sourced from pyjwt's releases.

2.11.0

What's Changed

... (truncated)

Changelog

Sourced from pyjwt's changelog.

v2.11.0 <https://github.com/jpadilla/pyjwt/compare/2.10.1...2.11.0>__

Fixed


- Enforce ECDSA curve validation per RFC 7518 Section 3.4.
- Fix build system warnings by @kurtmckee in `[#1105](https://github.com/jpadilla/pyjwt/issues/1105) <https://github.com/jpadilla/pyjwt/pull/1105>`__
- Validate key against allowed types for Algorithm family in `[#964](https://github.com/jpadilla/pyjwt/issues/964) <https://github.com/jpadilla/pyjwt/pull/964>`__
- Add iterator for JWKSet in `[#1041](https://github.com/jpadilla/pyjwt/issues/1041) <https://github.com/jpadilla/pyjwt/pull/1041>`__
- Validate `iss` claim is a string during encoding and decoding by @pachewise in `[#1040](https://github.com/jpadilla/pyjwt/issues/1040) <https://github.com/jpadilla/pyjwt/pull/1040>`__
- Improve typing/logic for `options` in decode, decode_complete by @pachewise in `[#1045](https://github.com/jpadilla/pyjwt/issues/1045) <https://github.com/jpadilla/pyjwt/pull/1045>`__
- Declare float supported type for lifespan and timeout by @nikitagashkov in `[#1068](https://github.com/jpadilla/pyjwt/issues/1068) <https://github.com/jpadilla/pyjwt/pull/1068>`__
- Fix ``SyntaxWarning``\s/``DeprecationWarning``\s caused by invalid escape sequences by @kurtmckee in `[#1103](https://github.com/jpadilla/pyjwt/issues/1103) <https://github.com/jpadilla/pyjwt/pull/1103>`__
- Development: Build a shared wheel once to speed up test suite setup times by @kurtmckee in `[#1114](https://github.com/jpadilla/pyjwt/issues/1114) <https://github.com/jpadilla/pyjwt/pull/1114>`__
- Development: Test type annotations across all supported Python versions,
  increase the strictness of the type checking, and remove the mypy pre-commit hook
  by @kurtmckee in `[#1112](https://github.com/jpadilla/pyjwt/issues/1112) <https://github.com/jpadilla/pyjwt/pull/1112>`__

Added

  • Support Python 3.14, and test against PyPy 3.10 and 3.11 by @​kurtmckee in [#1104](https://github.com/jpadilla/pyjwt/issues/1104) <https://github.com/jpadilla/pyjwt/pull/1104>__
  • Development: Migrate to build to test package building in CI by @​kurtmckee in [#1108](https://github.com/jpadilla/pyjwt/issues/1108) <https://github.com/jpadilla/pyjwt/pull/1108>__
  • Development: Improve coverage config and eliminate unused test suite code by @​kurtmckee in [#1115](https://github.com/jpadilla/pyjwt/issues/1115) <https://github.com/jpadilla/pyjwt/pull/1115>__
  • Docs: Standardize CHANGELOG links to PRs by @​kurtmckee in [#1110](https://github.com/jpadilla/pyjwt/issues/1110) <https://github.com/jpadilla/pyjwt/pull/1110>__
  • Docs: Fix Read the Docs builds by @​kurtmckee in [#1111](https://github.com/jpadilla/pyjwt/issues/1111) <https://github.com/jpadilla/pyjwt/pull/1111>__
  • Docs: Add example of using leeway with nbf by @​djw8605 in [#1034](https://github.com/jpadilla/pyjwt/issues/1034) <https://github.com/jpadilla/pyjwt/pull/1034>__
  • Docs: Refactored docs with autodoc; added PyJWS and jwt.algorithms docs by @​pachewise in [#1045](https://github.com/jpadilla/pyjwt/issues/1045) <https://github.com/jpadilla/pyjwt/pull/1045>__
  • Docs: Documentation improvements for "sub" and "jti" claims by @​cleder in [#1088](https://github.com/jpadilla/pyjwt/issues/1088) <https://github.com/jpadilla/pyjwt/pull/1088>__
  • Development: Add pyupgrade as a pre-commit hook by @​kurtmckee in [#1109](https://github.com/jpadilla/pyjwt/issues/1109) <https://github.com/jpadilla/pyjwt/pull/1109>__
  • Add minimum key length validation for HMAC and RSA keys (CWE-326). Warns by default via InsecureKeyLengthWarning when keys are below minimum recommended lengths per RFC 7518 Section 3.2 (HMAC) and NIST SP 800-131A (RSA). Pass enforce_minimum_key_length=True in options to PyJWT or PyJWS to raise InvalidKeyError instead.
  • Refactor PyJWT to own an internal PyJWS instance instead of calling global api_jws functions.
Commits

Updates supabase from 2.16.0 to 2.27.2

Release notes

Sourced from supabase's releases.

v2.27.2

2.27.2 (2026-01-14)

Bug Fixes

  • ci: generate new token for release-please (#1348) (c2ad37f)
  • ci: run CI when .github files change (#1349) (a221aac)
  • realtime: ammend reconnect logic to not unsubscribe (#1346) (cfbe594)

v2.27.1

2.27.1 (2026-01-06)

Bug Fixes

  • realtime: use 'event' instead of 'events' in postgres_changes protocol (#1339) (c1e7986)
  • storage: catch bad responses from server (#1344) (ddb5054)

v2.27.0

2.27.0 (2025-12-16)

Features

Bug Fixes

  • storage: replace deprecated pydantic Extra with literal values (#1334) (6df3545)

v2.26....

Description has been truncated

…ectory with 8 updates

Bumps the production-dependencies group with 8 updates in the /autogpt_platform/autogpt_libs directory:

| Package | From | To |
| --- | --- | --- |
| [fastapi](https://github.com/fastapi/fastapi) | `0.116.1` | `0.128.0` |
| [google-cloud-logging](https://github.com/googleapis/python-logging) | `3.12.1` | `3.13.0` |
| [launchdarkly-server-sdk](https://github.com/launchdarkly/python-server-sdk) | `9.12.0` | `9.14.1` |
| [pydantic](https://github.com/pydantic/pydantic) | `2.11.7` | `2.12.5` |
| [pydantic-settings](https://github.com/pydantic/pydantic-settings) | `2.10.1` | `2.12.0` |
| [pyjwt](https://github.com/jpadilla/pyjwt) | `2.10.1` | `2.11.0` |
| [supabase](https://github.com/supabase/supabase-py) | `2.16.0` | `2.27.2` |
| [uvicorn](https://github.com/Kludex/uvicorn) | `0.35.0` | `0.40.0` |



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

Updates `google-cloud-logging` from 3.12.1 to 3.13.0
- [Release notes](https://github.com/googleapis/python-logging/releases)
- [Changelog](https://github.com/googleapis/python-logging/blob/main/CHANGELOG.md)
- [Commits](googleapis/python-logging@v3.12.1...v3.13.0)

Updates `launchdarkly-server-sdk` from 9.12.0 to 9.14.1
- [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.12.0...9.14.1)

Updates `pydantic` from 2.11.7 to 2.12.5
- [Release notes](https://github.com/pydantic/pydantic/releases)
- [Changelog](https://github.com/pydantic/pydantic/blob/main/HISTORY.md)
- [Commits](pydantic/pydantic@v2.11.7...v2.12.5)

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

Updates `pyjwt` from 2.10.1 to 2.11.0
- [Release notes](https://github.com/jpadilla/pyjwt/releases)
- [Changelog](https://github.com/jpadilla/pyjwt/blob/master/CHANGELOG.rst)
- [Commits](jpadilla/pyjwt@2.10.1...2.11.0)

Updates `supabase` from 2.16.0 to 2.27.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.16.0...v2.27.2)

Updates `uvicorn` from 0.35.0 to 0.40.0
- [Release notes](https://github.com/Kludex/uvicorn/releases)
- [Changelog](https://github.com/Kludex/uvicorn/blob/main/docs/release-notes.md)
- [Commits](Kludex/uvicorn@0.35.0...0.40.0)

---
updated-dependencies:
- dependency-name: fastapi
  dependency-version: 0.128.0
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: production-dependencies
- dependency-name: google-cloud-logging
  dependency-version: 3.13.0
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: production-dependencies
- dependency-name: launchdarkly-server-sdk
  dependency-version: 9.14.1
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: production-dependencies
- dependency-name: pydantic
  dependency-version: 2.12.5
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: production-dependencies
- dependency-name: pydantic-settings
  dependency-version: 2.12.0
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: production-dependencies
- dependency-name: pyjwt
  dependency-version: 2.11.0
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: production-dependencies
- dependency-name: supabase
  dependency-version: 2.27.2
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: production-dependencies
- dependency-name: uvicorn
  dependency-version: 0.40.0
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: production-dependencies
...

Signed-off-by: dependabot[bot] <support@github.com>
@dependabot dependabot Bot added dependencies python Pull requests that update Python code labels Feb 3, 2026
@dependabot dependabot Bot requested a review from a team as a code owner February 3, 2026 00:00
@dependabot dependabot Bot added dependencies python Pull requests that update Python code labels Feb 3, 2026
@dependabot dependabot Bot requested review from 0ubbe and Otto-AGPT and removed request for a team February 3, 2026 00:00
@github-project-automation github-project-automation Bot moved this to 🆕 Needs initial review in AutoGPT development kanban Feb 3, 2026
@coderabbitai
Copy link
Copy Markdown
Contributor

coderabbitai Bot commented Feb 3, 2026

Important

Review skipped

Ignore keyword(s) in the title.

⛔ Ignored keywords (1)
  • chore

Please check the settings in the CodeRabbit UI or the .coderabbit.yaml file in this repository. To trigger a single review, invoke the @coderabbitai review command.

You can disable this status message by setting the reviews.review_status to false in the CodeRabbit configuration file.

  • 🔍 Trigger a full review

Comment @coderabbitai help to get the list of available commands and usage tips.

@Otto-AGPT Otto-AGPT requested review from ntindle and removed request for Otto-AGPT February 6, 2026 17:21
@ntindle
Copy link
Copy Markdown
Member

ntindle commented Feb 6, 2026

@claude re-lock this

@claude
Copy link
Copy Markdown
Contributor

claude Bot commented Feb 6, 2026

Claude finished @ntindle's task in 1m 13s —— View job


Re-locked poetry.lock

  • Read repo setup instructions (CLAUDE.md)
  • Re-lock poetry dependencies in autogpt_platform/autogpt_libs
  • Commit and push changes

Re-ran poetry lock in autogpt_platform/autogpt_libs/ and pushed the updated lock file (4 lines changed - minor hash/metadata updates).
|

Co-authored-by: Nicholas Tindle <ntindle@users.noreply.github.com>
@ntindle
Copy link
Copy Markdown
Member

ntindle commented Feb 6, 2026

@claude update supabase here too. you'll need to relock it too i bet
Because autogpt-platform-backend depends on autogpt-libs (0.2.0) @ file:///home/runner/work/AutoGPT/AutoGPT/autogpt_platform/autogpt_libs which depends on supabase (^2.27.2), supabase is required.
So, because autogpt-platform-backend depends on supabase (2.17.0), version solving failed.

@claude
Copy link
Copy Markdown
Contributor

claude Bot commented Feb 6, 2026

Claude finished @ntindle's task in 1m 59s —— View job


Updated backend dependencies to match autogpt_libs

  • Read repo setup instructions (CLAUDE.md)
  • Update supabase version in backend's pyproject.toml (2.17.02.27.2)
  • Update other conflicting dependencies in backend to match autogpt_libs requirements:
    • fastapi ^0.116.1^0.128.0
    • pydantic ^2.11.7^2.12.5
    • pydantic-settings ^2.10.1^2.12.0
    • uvicorn ^0.35.0^0.40.0
    • launchdarkly-server-sdk ^9.12.0^9.14.1
  • Re-lock poetry dependencies in backend
  • Commit and push changes

Updated autogpt_platform/backend/pyproject.toml and re-locked poetry.lock to resolve the version solving failure. The backend's dependency versions now satisfy the constraints from the updated autogpt_libs.

View job

Update backend dependencies to resolve version conflicts with
autogpt_libs which bumped its production dependencies:
- fastapi ^0.116.1 → ^0.128.0
- pydantic ^2.11.7 → ^2.12.5
- pydantic-settings ^2.10.1 → ^2.12.0
- supabase 2.17.0 → 2.27.2
- uvicorn ^0.35.0 → ^0.40.0
- launchdarkly-server-sdk ^9.12.0 → ^9.14.1

Co-authored-by: Nicholas Tindle <ntindle@users.noreply.github.com>
@github-actions github-actions Bot added platform/backend AutoGPT Platform - Back end conflicts Automatically applied to PRs with merge conflicts labels Feb 6, 2026
@github-actions
Copy link
Copy Markdown
Contributor

github-actions Bot commented Feb 6, 2026

This pull request has conflicts with the base branch, please resolve those so we can evaluate the pull request.

@github-actions
Copy link
Copy Markdown
Contributor

github-actions Bot commented Feb 6, 2026

Conflicts have been resolved! 🎉 A maintainer will review the pull request shortly.

@github-actions github-actions Bot removed the conflicts Automatically applied to PRs with merge conflicts label Feb 6, 2026
@ntindle
Copy link
Copy Markdown
Member

ntindle commented Feb 6, 2026

@claude re-lock the backend and redo the fastapi update -- i fucked it sorry

@claude
Copy link
Copy Markdown
Contributor

claude Bot commented Feb 6, 2026

Claude finished @ntindle's task in 1m 44s —— View job


Re-locked backend and fixed fastapi update

  • Read repo setup instructions (CLAUDE.md)
  • Check current state of backend and libs pyproject.toml
  • Fix fastapi version in backend pyproject.toml (^0.116.1^0.128.0)
  • Re-lock backend poetry.lock (removed corrupted lock file and regenerated)
  • Commit and push changes

Updated fastapi in autogpt_platform/backend/pyproject.toml from ^0.116.1 to ^0.128.0 to match the autogpt_libs requirement. The previous lock file was corrupted so it was regenerated from scratch.

View job

Updated fastapi version constraint in backend to match autogpt_libs
requirement (^0.128.0) and regenerated poetry.lock.

Co-authored-by: Nicholas Tindle <ntindle@users.noreply.github.com>
@ntindle ntindle force-pushed the dependabot/pip/autogpt_platform/autogpt_libs/dev/production-dependencies-5b4441294f branch from cf23cc2 to eff213f Compare February 6, 2026 22:35
ntindle
ntindle previously approved these changes Feb 6, 2026
@github-project-automation github-project-automation Bot moved this from 🆕 Needs initial review to 👍🏼 Mergeable in AutoGPT development kanban Feb 6, 2026
- websets_search.py: 6 async calls
- websets_enrichment.py: 7 async calls
- websets_import_export.py: 5 async calls + async for iterator
- websets_items.py: 9 async calls + async for iterator
- websets_monitor.py: 5 async calls
- websets_polling.py: 14 async calls
…calls

OpenAI SDK now expects Omit type instead of NotGiven for optional params
- Use AsyncMock instead of lambda for awaitable SDK methods
- Use async generator for list_all iterator
@ntindle ntindle added this pull request to the merge queue Feb 7, 2026
Merged via the queue into dev with commit cd64562 Feb 7, 2026
25 checks passed
@ntindle ntindle deleted the dependabot/pip/autogpt_platform/autogpt_libs/dev/production-dependencies-5b4441294f branch February 7, 2026 02:41
@github-project-automation github-project-automation Bot moved this to Done in Frontend Feb 7, 2026
@github-project-automation github-project-automation Bot moved this from 👍🏼 Mergeable to ✅ Done in AutoGPT development kanban Feb 7, 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 platform/blocks platform/frontend AutoGPT Platform - Front end python Pull requests that update Python code size/xl

Projects

Status: ✅ Done
Status: Done

Development

Successfully merging this pull request may close these issues.

1 participant