Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

chore(backend): Update 12 dependencies #8763

Conversation

dependabot[bot]
Copy link
Contributor

@dependabot dependabot bot commented on behalf of github Nov 25, 2024

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

Package From To
aio-pika 9.4.3 9.5.0
apscheduler 3.10.4 3.11.0
fastapi 0.115.4 0.115.5
google-api-python-client 2.151.0 2.154.0
groq 0.11.0 0.12.0
ollama 0.3.3 0.4.1
openai 1.54.3 1.55.1
pydantic 2.9.2 2.9.2
sentry-sdk 2.18.0 2.19.0
uvicorn 0.32.0 0.32.1
replicate 1.0.3 1.0.4
pinecone 5.3.1 5.3.1

Updates aio-pika from 9.4.3 to 9.5.0

Commits
  • e610621 bump to 9.5.0
  • 001dcce Merge pull request #615 from Darsstar/QueueIterator-raises-StopAsyncIterator
  • 9c0ab3b Merge pull request #647 from gbe3hunna/master
  • 6e1d836 Fix typo in docs
  • 1acd87e Fix two bugs by adding more type hints to CallbackCollection.
  • ba4b335 Take advantage of having dropped Python 3.7
  • bb11dcf QueueIterator raises StopAsyncIteration when channel is closed.
  • See full diff in compare view

Updates apscheduler from 3.10.4 to 3.11.0

Release notes

Sourced from apscheduler's releases.

3.11.0

  • Dropped support for Python 3.6 and 3.7
  • Added support for ZoneInfo time zones and deprecated support for pytz time zones
  • Added CalendarIntervalTrigger, backported from the 4.x series
  • Added the ability to export and import jobs via scheduler.export_jobs() and scheduler.import_jobs(), respectively
  • Removed the dependency on six
  • Changed ProcessPoolExecutor to spawn new subprocesses from scratch instead of forking on all platform
  • Fixed AsyncIOScheduler inadvertently creating a defunct event loop at start, leading to the scheduler not working at all
  • Fixed ProcessPoolExecutor not respecting the passed keyword arguments when a broken pool was being replaced
Changelog

Sourced from apscheduler's changelog.

Version history

To find out how to migrate your application from a previous version of APScheduler, see the :doc:migration section <migration>.

3.11.0

  • Dropped support for Python 3.6 and 3.7
  • Added support for ZoneInfo time zones and deprecated support for pytz time zones
  • Added CalendarIntervalTrigger, backported from the 4.x series
  • Added the ability to export and import jobs via scheduler.export_jobs() and scheduler.import_jobs(), respectively
  • Removed the dependency on six
  • Changed ProcessPoolExecutor to spawn new subprocesses from scratch instead of forking on all platform
  • Fixed AsyncIOScheduler inadvertently creating a defunct event loop at start, leading to the scheduler not working at all
  • Fixed ProcessPoolExecutor not respecting the passed keyword arguments when a broken pool was being replaced

3.10.4

  • Fixed incorrect module name being generated for references to class methods via a subclass where the subclass does not override the method

3.10.3

  • Fixed TypeError related to entry point iteration on Python 3.9 (PR by CrypticDriver)

3.10.2

  • Ensured consistent support for both PySide and PyQt (v6 to v2) on QtScheduler
  • Replaced uses of the deprecated pkg_resources module with importlib.metadata (PR by Ran Benita)
  • Fixed scheduling class methods like B.methodname where the B class inherits from class A and methodname is a class method of class A
  • Fixed scheduler sleeping for too long (and thus jobs missing their scheduled run times) if its wakeup cycle takes too much time (fix by kbasten)

3.10.1

  • Fixed TypeError: arguments did not match any overloaded call: in QtScheduler due to wait_time being float and not an integer which QT needs it to be

3.10.0

  • Fixed compatibility with SQLAlchemy 2.0 and bumped minimum supported version to 1.4

... (truncated)

Commits
  • 6c72a51 Backported release job from master
  • 4b96510 Added the release version
  • fcec69c Added user's guide section for export/import
  • 50f67c8 Added scheduler methods for job export/import
  • 40431e5 Removed the obsolete timedelta_seconds function
  • 9483bb4 Rearranged triggers tests to better match the master branch
  • ac55c86 Fixed project links to point to the correct branch on RTD
  • 811e973 Changed version history formatting to match the master branch
  • f3c68df Pass pool_kwargs to the replacement process pool too
  • 4584091 Removed unwarranted classifier
  • Additional commits viewable in compare view

Updates fastapi from 0.115.4 to 0.115.5

Release notes

Sourced from fastapi's releases.

0.115.5

Refactors

Docs

... (truncated)

Commits
  • f057f4a 🔖 Release version 0.115.5
  • c6f021e 📝 Update release notes
  • 91a9293 ♻️ Update internal checks to support Pydantic 2.10 (#12914)
  • f716490 📝 Update release notes
  • c178106 📝 Update includes for docs/en/docs/tutorial/body.md (#12757)
  • 88cc900 📝 Update release notes
  • 20809a1 ⬆ [pre-commit.ci] pre-commit autoupdate (#12907)
  • 5a48c37 📝 Update release notes
  • 13892a3 📝 Update includes in docs/en/docs/advanced/testing-dependencies.md (#12647)
  • 9467000 📝 Update release notes
  • Additional commits viewable in compare view

Updates google-api-python-client from 2.151.0 to 2.154.0

Release notes

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

v2.154.0

2.154.0 (2024-11-19)

Features

Bug Fixes

v2.153.0

2.153.0 (2024-11-12)

Features

... (truncated)

Commits

Updates groq from 0.11.0 to 0.12.0

Release notes

Sourced from groq's releases.

v0.12.0

0.12.0 (2024-11-12)

Full Changelog: v0.11.0...v0.12.0

Features

Bug Fixes

  • GitHub Terraform: Create/Update .github/workflows/stale.yaml [skip ci] (537cc49)

Chores

  • rebuild project due to codegen change (#130) (e08a00f)
  • rebuild project due to codegen change (#131) (8a3c31d)
  • rebuild project due to codegen change (#132) (8287ed4)
Changelog

Sourced from groq's changelog.

0.12.0 (2024-11-12)

Full Changelog: v0.11.0...v0.12.0

Features

Bug Fixes

  • GitHub Terraform: Create/Update .github/workflows/stale.yaml [skip ci] (537cc49)

Chores

  • rebuild project due to codegen change (#130) (e08a00f)
  • rebuild project due to codegen change (#131) (8a3c31d)
  • rebuild project due to codegen change (#132) (8287ed4)
Commits

Updates ollama from 0.3.3 to 0.4.1

Release notes

Sourced from ollama's releases.

v0.4.1

What's Changed

  • Fixed issue where message types would have a tool_calls field by membership test even if no tool calls were provided by the response.

Full Changelog: ollama/ollama-python@v0.4.0...v0.4.1

v0.4.0

New Features

Chores

Full Changelog: ollama/ollama-python@v0.3.3...v0.4.0

Commits
  • 64e3723 Merge pull request #334 from ollama/mxyng/hasattr-none
  • 1e22f2e add test case for explicit None
  • 00c6433 check defaults that aren't None too
  • 986fb4c fix: skip tests on examples, readme
  • c6ade63 fix: hasattr checks if attr is None
  • 2e05cde Merge pull request #330 from ollama/parth/qol-disable-tests-for-readmes-and-e...
  • bfea240 Disable tests for readmes and examples
  • 64c1eb7 Examples refactor (#329)
  • 139c89e Passing Functions as Tools (#321)
  • da2893b Merge pull request #318 from ollama/dependabot/pip/pydantic-2.9.2
  • Additional commits viewable in compare view

Updates openai from 1.54.3 to 1.55.1

Release notes

Sourced from openai's releases.

v1.55.1

1.55.1 (2024-11-25)

Full Changelog: v1.55.0...v1.55.1

Bug Fixes

  • pydantic-v1: avoid runtime error for assistants streaming (#1885) (197c94b)

Chores

Documentation

v1.55.0

1.55.0 (2024-11-20)

Full Changelog: v1.54.5...v1.55.0

Features

v1.54.5

1.54.5 (2024-11-19)

Full Changelog: v1.54.4...v1.54.5

Bug Fixes

  • asyncify: avoid hanging process under certain conditions (#1853) (3d23437)

Chores

v1.54.4

1.54.4 (2024-11-12)

Full Changelog: v1.54.3...v1.54.4

... (truncated)

Changelog

Sourced from openai's changelog.

1.55.1 (2024-11-25)

Full Changelog: v1.55.0...v1.55.1

Bug Fixes

  • pydantic-v1: avoid runtime error for assistants streaming (#1885) (197c94b)

Chores

Documentation

1.55.0 (2024-11-20)

Full Changelog: v1.54.5...v1.55.0

Features

1.54.5 (2024-11-19)

Full Changelog: v1.54.4...v1.54.5

Bug Fixes

  • asyncify: avoid hanging process under certain conditions (#1853) (3d23437)

Chores

1.54.4 (2024-11-12)

Full Changelog: v1.54.3...v1.54.4

Bug Fixes

  • don't use dicts as iterables in transform (#1865) (76a51b1)

... (truncated)

Commits

Updates pydantic from 2.9.2 to 2.10.1

Release notes

Sourced from pydantic's releases.

v2.10.1 2024-11-21

What's Changed

Packaging

Fixes

Full Changelog: pydantic/pydantic@v2.10.0...v2.10.2

v2.10.0 2024-11-20

The code released in v2.10.0 is practically identical to that of v2.10.0b2. See the v2.10 release blog post for the highlights!

What's Changed

Packaging

New Features

... (truncated)

Changelog

Sourced from pydantic's changelog.

v2.10.1 (2024-11-21)

@dependabot dependabot bot requested a review from a team as a code owner November 25, 2024 18:48
@dependabot dependabot bot requested review from aarushik93 and majdyz and removed request for a team November 25, 2024 18:48
@dependabot dependabot bot added dependencies python Pull requests that update Python code labels Nov 25, 2024
@github-actions github-actions bot added platform/backend AutoGPT Platform - Back end size/l labels Nov 25, 2024
Copy link

netlify bot commented Nov 25, 2024

Deploy Preview for auto-gpt-docs canceled.

Name Link
🔨 Latest commit c4c6dab
🔍 Latest deploy log https://app.netlify.com/sites/auto-gpt-docs/deploys/67474c4c265e25000874b759

@github-actions github-actions bot added the conflicts Automatically applied to PRs with merge conflicts label Nov 25, 2024
Copy link
Contributor

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

…y with 12 updates

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

| Package | From | To |
| --- | --- | --- |
| [aio-pika](https://github.com/mosquito/aio-pika) | `9.4.3` | `9.5.0` |
| [apscheduler](https://github.com/agronholm/apscheduler) | `3.10.4` | `3.11.0` |
| [fastapi](https://github.com/fastapi/fastapi) | `0.115.4` | `0.115.5` |
| [google-api-python-client](https://github.com/googleapis/google-api-python-client) | `2.151.0` | `2.154.0` |
| [groq](https://github.com/groq/groq-python) | `0.11.0` | `0.12.0` |
| [ollama](https://github.com/ollama/ollama-python) | `0.3.3` | `0.4.1` |
| [openai](https://github.com/openai/openai-python) | `1.54.3` | `1.55.1` |
| [pydantic](https://github.com/pydantic/pydantic) | `2.9.2` | `2.10.1` |
| [sentry-sdk](https://github.com/getsentry/sentry-python) | `2.18.0` | `2.19.0` |
| [uvicorn](https://github.com/encode/uvicorn) | `0.32.0` | `0.32.1` |
| [replicate](https://github.com/replicate/replicate-python) | `1.0.3` | `1.0.4` |
| [pinecone](https://github.com/pinecone-io/pinecone-python-client) | `5.3.1` | `5.4.0` |



Updates `aio-pika` from 9.4.3 to 9.5.0
- [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.4.3...9.5.0)

Updates `apscheduler` from 3.10.4 to 3.11.0
- [Release notes](https://github.com/agronholm/apscheduler/releases)
- [Changelog](https://github.com/agronholm/apscheduler/blob/3.11.0/docs/versionhistory.rst)
- [Commits](agronholm/apscheduler@3.10.4...3.11.0)

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

Updates `google-api-python-client` from 2.151.0 to 2.154.0
- [Release notes](https://github.com/googleapis/google-api-python-client/releases)
- [Commits](googleapis/google-api-python-client@v2.151.0...v2.154.0)

Updates `groq` from 0.11.0 to 0.12.0
- [Release notes](https://github.com/groq/groq-python/releases)
- [Changelog](https://github.com/groq/groq-python/blob/main/CHANGELOG.md)
- [Commits](groq/groq-python@v0.11.0...v0.12.0)

Updates `ollama` from 0.3.3 to 0.4.1
- [Release notes](https://github.com/ollama/ollama-python/releases)
- [Commits](ollama/ollama-python@v0.3.3...v0.4.1)

Updates `openai` from 1.54.3 to 1.55.1
- [Release notes](https://github.com/openai/openai-python/releases)
- [Changelog](https://github.com/openai/openai-python/blob/main/CHANGELOG.md)
- [Commits](openai/openai-python@v1.54.3...v1.55.1)

Updates `pydantic` from 2.9.2 to 2.10.1
- [Release notes](https://github.com/pydantic/pydantic/releases)
- [Changelog](https://github.com/pydantic/pydantic/blob/main/HISTORY.md)
- [Commits](pydantic/pydantic@v2.9.2...v2.10.1)

Updates `sentry-sdk` from 2.18.0 to 2.19.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.18.0...2.19.0)

Updates `uvicorn` from 0.32.0 to 0.32.1
- [Release notes](https://github.com/encode/uvicorn/releases)
- [Changelog](https://github.com/encode/uvicorn/blob/master/CHANGELOG.md)
- [Commits](encode/uvicorn@0.32.0...0.32.1)

Updates `replicate` from 1.0.3 to 1.0.4
- [Release notes](https://github.com/replicate/replicate-python/releases)
- [Commits](replicate/replicate-python@1.0.3...1.0.4)

Updates `pinecone` from 5.3.1 to 5.4.0
- [Release notes](https://github.com/pinecone-io/pinecone-python-client/releases)
- [Changelog](https://github.com/pinecone-io/pinecone-python-client/blob/main/CHANGELOG.md)
- [Commits](pinecone-io/pinecone-python-client@v5.3.1...v5.4.0)

---
updated-dependencies:
- dependency-name: aio-pika
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: production-dependencies
- dependency-name: apscheduler
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: production-dependencies
- dependency-name: fastapi
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: production-dependencies
- dependency-name: google-api-python-client
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: production-dependencies
- dependency-name: groq
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: production-dependencies
- dependency-name: ollama
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: production-dependencies
- dependency-name: openai
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: production-dependencies
- dependency-name: pydantic
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: production-dependencies
- dependency-name: sentry-sdk
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: production-dependencies
- dependency-name: uvicorn
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: production-dependencies
- dependency-name: replicate
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: production-dependencies
- dependency-name: pinecone
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: production-dependencies
...

Signed-off-by: dependabot[bot] <[email protected]>
@dependabot dependabot bot force-pushed the dependabot/pip/autogpt_platform/backend/dev/production-dependencies-d905308e7a branch from 49dbadf to c98d3cc Compare November 25, 2024 22:58
@github-actions github-actions bot removed the conflicts Automatically applied to PRs with merge conflicts label Nov 25, 2024
Copy link
Contributor

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

@Pwuts Pwuts changed the title build(deps): bump the production-dependencies group across 1 directory with 12 updates chore(backend): Update 12 dependencies Nov 26, 2024
Copy link

netlify bot commented Nov 27, 2024

Deploy Preview for auto-gpt-docs-dev canceled.

Name Link
🔨 Latest commit c4c6dab
🔍 Latest deploy log https://app.netlify.com/sites/auto-gpt-docs-dev/deploys/67474c4cd5ce43000814301c

…backend/dev/production-dependencies-d905308e7a' into dependabot/pip/autogpt_platform/backend/dev/production-dependencies-d905308e7a
@majdyz majdyz enabled auto-merge (squash) November 27, 2024 16:48
@majdyz majdyz merged commit 97d0045 into dev Nov 27, 2024
18 checks passed
@majdyz majdyz deleted the dependabot/pip/autogpt_platform/backend/dev/production-dependencies-d905308e7a branch November 27, 2024 16:49
aarushik93 pushed a commit that referenced this pull request Dec 1, 2024
* build(deps): bump the production-dependencies group across 1 directory with 12 updates

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

| Package | From | To |
| --- | --- | --- |
| [aio-pika](https://github.com/mosquito/aio-pika) | `9.4.3` | `9.5.0` |
| [apscheduler](https://github.com/agronholm/apscheduler) | `3.10.4` | `3.11.0` |
| [fastapi](https://github.com/fastapi/fastapi) | `0.115.4` | `0.115.5` |
| [google-api-python-client](https://github.com/googleapis/google-api-python-client) | `2.151.0` | `2.154.0` |
| [groq](https://github.com/groq/groq-python) | `0.11.0` | `0.12.0` |
| [ollama](https://github.com/ollama/ollama-python) | `0.3.3` | `0.4.1` |
| [openai](https://github.com/openai/openai-python) | `1.54.3` | `1.55.1` |
| [pydantic](https://github.com/pydantic/pydantic) | `2.9.2` | `2.10.1` |
| [sentry-sdk](https://github.com/getsentry/sentry-python) | `2.18.0` | `2.19.0` |
| [uvicorn](https://github.com/encode/uvicorn) | `0.32.0` | `0.32.1` |
| [replicate](https://github.com/replicate/replicate-python) | `1.0.3` | `1.0.4` |
| [pinecone](https://github.com/pinecone-io/pinecone-python-client) | `5.3.1` | `5.4.0` |



Updates `aio-pika` from 9.4.3 to 9.5.0
- [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.4.3...9.5.0)

Updates `apscheduler` from 3.10.4 to 3.11.0
- [Release notes](https://github.com/agronholm/apscheduler/releases)
- [Changelog](https://github.com/agronholm/apscheduler/blob/3.11.0/docs/versionhistory.rst)
- [Commits](agronholm/apscheduler@3.10.4...3.11.0)

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

Updates `google-api-python-client` from 2.151.0 to 2.154.0
- [Release notes](https://github.com/googleapis/google-api-python-client/releases)
- [Commits](googleapis/google-api-python-client@v2.151.0...v2.154.0)

Updates `groq` from 0.11.0 to 0.12.0
- [Release notes](https://github.com/groq/groq-python/releases)
- [Changelog](https://github.com/groq/groq-python/blob/main/CHANGELOG.md)
- [Commits](groq/groq-python@v0.11.0...v0.12.0)

Updates `ollama` from 0.3.3 to 0.4.1
- [Release notes](https://github.com/ollama/ollama-python/releases)
- [Commits](ollama/ollama-python@v0.3.3...v0.4.1)

Updates `openai` from 1.54.3 to 1.55.1
- [Release notes](https://github.com/openai/openai-python/releases)
- [Changelog](https://github.com/openai/openai-python/blob/main/CHANGELOG.md)
- [Commits](openai/openai-python@v1.54.3...v1.55.1)

Updates `pydantic` from 2.9.2 to 2.10.1
- [Release notes](https://github.com/pydantic/pydantic/releases)
- [Changelog](https://github.com/pydantic/pydantic/blob/main/HISTORY.md)
- [Commits](pydantic/pydantic@v2.9.2...v2.10.1)

Updates `sentry-sdk` from 2.18.0 to 2.19.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.18.0...2.19.0)

Updates `uvicorn` from 0.32.0 to 0.32.1
- [Release notes](https://github.com/encode/uvicorn/releases)
- [Changelog](https://github.com/encode/uvicorn/blob/master/CHANGELOG.md)
- [Commits](encode/uvicorn@0.32.0...0.32.1)

Updates `replicate` from 1.0.3 to 1.0.4
- [Release notes](https://github.com/replicate/replicate-python/releases)
- [Commits](replicate/replicate-python@1.0.3...1.0.4)

Updates `pinecone` from 5.3.1 to 5.4.0
- [Release notes](https://github.com/pinecone-io/pinecone-python-client/releases)
- [Changelog](https://github.com/pinecone-io/pinecone-python-client/blob/main/CHANGELOG.md)
- [Commits](pinecone-io/pinecone-python-client@v5.3.1...v5.4.0)

---
updated-dependencies:
- dependency-name: aio-pika
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: production-dependencies
- dependency-name: apscheduler
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: production-dependencies
- dependency-name: fastapi
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: production-dependencies
- dependency-name: google-api-python-client
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: production-dependencies
- dependency-name: groq
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: production-dependencies
- dependency-name: ollama
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: production-dependencies
- dependency-name: openai
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: production-dependencies
- dependency-name: pydantic
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: production-dependencies
- dependency-name: sentry-sdk
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: production-dependencies
- dependency-name: uvicorn
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: production-dependencies
- dependency-name: replicate
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: production-dependencies
- dependency-name: pinecone
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: production-dependencies
...

Signed-off-by: dependabot[bot] <[email protected]>

* Downgrade pydantic & pinecode

---------

Signed-off-by: dependabot[bot] <[email protected]>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Co-authored-by: Zamil Majdy <[email protected]>
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
None yet
Development

Successfully merging this pull request may close these issues.

1 participant