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

build(deps): bump the production-dependencies group across 1 directory with 11 updates #8567

Conversation

dependabot[bot]
Copy link
Contributor

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

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

Package From To
anthropic 0.25.9 0.39.0
fastapi 0.109.2 0.115.4
google-api-python-client 2.147.0 2.151.0
groq 0.8.0 0.11.0
openai 1.50.2 1.54.1
praw 7.7.1 7.8.1
prisma 0.13.1 0.15.0
pytest-asyncio 0.23.8 0.24.0
redis 5.1.0 5.2.0
sentry-sdk 2.17.0 2.18.0
uvicorn 0.30.6 0.32.0

Updates anthropic from 0.25.9 to 0.39.0

Release notes

Sourced from anthropic's releases.

v0.39.0

0.39.0 (2024-11-04)

Full Changelog: v0.38.0...v0.39.0

⚠ BREAKING CHANGES

  • client: remove legacy client.count_tokens() method (#726)

Features

Bug Fixes

  • don't use dicts as iterables in transform (#724) (62bb863)
  • support json safe serialization for basemodel subclasses (#727) (5be855e)
  • types: add missing token-counting-2024-11-01 (#722) (c549736)

Documentation

  • readme: mention new token counting endpoint (#728) (72a4636)

Refactors

  • client: remove legacy client.count_tokens() method (#726) (14e4244)

v0.38.0

0.38.0 (2024-11-01)

Full Changelog: v0.37.1...v0.38.0

Features

  • api: add message token counting & PDFs support (#721) (e4856dd)

Bug Fixes

  • count_tokens: correctly set beta header (e5b4b54)
  • types: add missing token-counting-2024-11-01 (1897883)

Chores

... (truncated)

Changelog

Sourced from anthropic's changelog.

0.39.0 (2024-11-04)

Full Changelog: v0.38.0...v0.39.0

⚠ BREAKING CHANGES

  • client: remove legacy client.count_tokens() method (#726)

Features

Bug Fixes

  • don't use dicts as iterables in transform (#724) (62bb863)
  • support json safe serialization for basemodel subclasses (#727) (5be855e)
  • types: add missing token-counting-2024-11-01 (#722) (c549736)

Documentation

  • readme: mention new token counting endpoint (#728) (72a4636)

Refactors

  • client: remove legacy client.count_tokens() method (#726) (14e4244)

0.38.0 (2024-11-01)

Full Changelog: v0.37.1...v0.38.0

Features

  • api: add message token counting & PDFs support (#721) (e4856dd)

Bug Fixes

  • count_tokens: correctly set beta header (e5b4b54)
  • types: add missing token-counting-2024-11-01 (1897883)

Chores

... (truncated)

Commits
  • a3c59fc release: 0.39.0
  • 5cf4ea4 feat(api): add new haiku model (#731)
  • a60869a feat(project): drop support for Python 3.7 (#729)
  • 6b47b16 docs(readme): mention new token counting endpoint (#728)
  • 3407630 refactor(client)!: remove legacy client.count_tokens() method (#726)
  • 7ca6923 fix: support json safe serialization for basemodel subclasses (#727)
  • 00bb996 fix: don't use dicts as iterables in transform (#724)
  • c15648a fix(types): add missing token-counting-2024-11-01 (#722)
  • 14afc93 release: 0.38.0
  • 328191a fix(types): add missing token-counting-2024-11-01
  • Additional commits viewable in compare view

Updates fastapi from 0.109.2 to 0.115.4

Release notes

Sourced from fastapi's releases.

0.115.4

Refactors

  • ♻️ Update logic to import and check python-multipart for compatibility with newer version. PR #12627 by @​tiangolo.

Docs

Translations

  • 📝 Update includes in docs/de/docs/advanced/async-tests.md. PR #12567 by @​imjuanleonard.
  • 🌐 Add Portuguese translation for docs/pt/docs/tutorial/sql-databases.md. PR #12530 by @​ilacftemp.
  • 🌐 Add Korean translation for docs/ko/docs/benchmarks.md. PR #12540 by @​Limsunoh.
  • 🌐 Add Portuguese translation for docs/pt/docs/how-to/separate-openapi-schemas.md. PR #12518 by @​ilacftemp.
  • 🌐 Update Traditional Chinese translation for docs/zh-hant/docs/deployment/index.md. PR #12521 by @​codingjenny.
  • 🌐 Update Traditional Chinese translation for docs/zh-hant/docs/deployment/cloud.md. PR #12522 by @​codingjenny.
  • 🌐 Update Traditional Chinese translation for docs/zh-hant/docs/how-to/index.md. PR #12523 by @​codingjenny.
  • 🌐 Update Traditional Chinese translation for docs/zh-hant/docs/tutorial/index.md. PR #12524 by @​codingjenny.
  • 🌐 Add Traditional Chinese translation for docs/zh-hant/docs/how-to/index.md. PR #12468 by @​codingjenny.
  • 🌐 Add Traditional Chinese translation for docs/zh-hant/docs/tutorial/index.md. PR #12466 by @​codingjenny.

... (truncated)

Commits
  • 31887b1 🔖 Release version 0.115.4
  • b270ff1 📝 Update release notes
  • b31cbbf ♻️ Update logic to import and check python-multipart for compatibility with...
  • aee7674 📝 Update release notes
  • 4e6b1ac 📝 Update includes in docs/fr/docs/tutorial/body.md (#12596)
  • 9b1e5f2 📝 Update release notes
  • 60aba02 📝 Update includes in docs/fr/docs/tutorial/debugging.md (#12595)
  • 2a4cf17 📝 Update release notes
  • 453f559 📝 Update includes in docs/fr/docs/tutorial/query-params-str-validations.md ...
  • af269cd 📝 Update release notes
  • Additional commits viewable in compare view

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

Release notes

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

v2.151.0

2.151.0 (2024-10-30)

Features

... (truncated)

Commits

Updates groq from 0.8.0 to 0.11.0

Release notes

Sourced from groq's releases.

v0.11.0

0.11.0 (2024-09-03)

Full Changelog: v0.10.0...v0.11.0

Features

v0.10.0

0.10.0 (2024-08-27)

Full Changelog: v0.9.0...v0.10.0

Features

  • api: OpenAPI spec update via Stainless API (#102) (42a8621)
  • api: OpenAPI spec update via Stainless API (#111) (d860183)
  • api: OpenAPI spec update via Stainless API (#115) (007affd)
  • api: OpenAPI spec update via Stainless API (#98) (c3c42ec)
  • api: update via SDK Studio (#94) (2808c19)
  • api: update via SDK Studio (#97) (97f8a0a)

Chores

  • ci: limit release doctor target branches (#105) (629f2d0)
  • docs: document how to do per-request http client customization (#104) (9334f8b)
  • internal: codegen related update (#103) (7f92641)
  • internal: codegen related update (#112) (4a94475)
  • internal: codegen related update (#117) (e4bc523)
  • internal: use different 32bit detection method (#113) (b7f33d6)
  • tests: update prism version (#106) (360ba04)

v0.9.0

0.9.0 (2024-06-11)

Full Changelog: v0.8.0...v0.9.0

Features

  • api: Fix audio transcription response formats (88e3d61)
  • api: Tool calling features (c081730)
Changelog

Sourced from groq's changelog.

0.11.0 (2024-09-03)

Full Changelog: v0.10.0...v0.11.0

Features

0.10.0 (2024-08-27)

Full Changelog: v0.9.0...v0.10.0

Features

  • api: OpenAPI spec update via Stainless API (#102) (42a8621)
  • api: OpenAPI spec update via Stainless API (#111) (d860183)
  • api: OpenAPI spec update via Stainless API (#115) (007affd)
  • api: OpenAPI spec update via Stainless API (#98) (c3c42ec)
  • api: update via SDK Studio (#94) (2808c19)
  • api: update via SDK Studio (#97) (97f8a0a)

Chores

  • ci: limit release doctor target branches (#105) (629f2d0)
  • docs: document how to do per-request http client customization (#104) (9334f8b)
  • internal: codegen related update (#103) (7f92641)
  • internal: codegen related update (#112) (4a94475)
  • internal: codegen related update (#117) (e4bc523)
  • internal: use different 32bit detection method (#113) (b7f33d6)
  • tests: update prism version (#106) (360ba04)

0.9.0 (2024-06-11)

Full Changelog: v0.8.0...v0.9.0

Features

  • api: Fix audio transcription response formats (88e3d61)
  • api: Tool calling features (c081730)
Commits

Updates openai from 1.50.2 to 1.54.1

Release notes

Sourced from openai's releases.

v1.54.1

1.54.1 (2024-11-05)

Full Changelog: v1.54.0...v1.54.1

Bug Fixes

  • add new prediction param to all methods (6aa424d)

v1.54.0

1.54.0 (2024-11-04)

Full Changelog: v1.53.1...v1.54.0

Features

v1.53.1

1.53.1 (2024-11-04)

Full Changelog: v1.53.0...v1.53.1

Bug Fixes

  • don't use dicts as iterables in transform (#1842) (258f265)
  • support json safe serialization for basemodel subclasses (#1844) (2b80c90)

Chores

v1.53.0

1.53.0 (2024-10-30)

Full Changelog: v1.52.2...v1.53.0

Features

  • api: add new, expressive voices for Realtime and Audio in Chat Completions (7cf0a49)

Chores

v1.52.2

1.52.2 (2024-10-23)

... (truncated)

Changelog

Sourced from openai's changelog.

1.54.1 (2024-11-05)

Full Changelog: v1.54.0...v1.54.1

Bug Fixes

  • add new prediction param to all methods (6aa424d)

1.54.0 (2024-11-04)

Full Changelog: v1.53.1...v1.54.0

Features

1.53.1 (2024-11-04)

Full Changelog: v1.53.0...v1.53.1

Bug Fixes

  • don't use dicts as iterables in transform (#1842) (258f265)
  • support json safe serialization for basemodel subclasses (#1844) (2b80c90)

Chores

1.53.0 (2024-10-30)

Full Changelog: v1.52.2...v1.53.0

Features

  • api: add new, expressive voices for Realtime and Audio in Chat Completions (7cf0a49)

Chores

1.52.2 (2024-10-23)

Full Changelog: v1.52.1...v1.52.2

Chores

... (truncated)

Commits

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

ntindle commented Nov 5, 2024

@dependabot rebase

…y with 11 updates

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

| Package | From | To |
| --- | --- | --- |
| [anthropic](https://github.com/anthropics/anthropic-sdk-python) | `0.25.9` | `0.39.0` |
| [fastapi](https://github.com/fastapi/fastapi) | `0.109.2` | `0.115.4` |
| [google-api-python-client](https://github.com/googleapis/google-api-python-client) | `2.147.0` | `2.151.0` |
| [groq](https://github.com/groq/groq-python) | `0.8.0` | `0.11.0` |
| [openai](https://github.com/openai/openai-python) | `1.50.2` | `1.54.1` |
| [praw](https://github.com/praw-dev/praw) | `7.7.1` | `7.8.1` |
| [prisma](https://github.com/RobertCraigie/prisma-client-py) | `0.13.1` | `0.15.0` |
| [pytest-asyncio](https://github.com/pytest-dev/pytest-asyncio) | `0.23.8` | `0.24.0` |
| [redis](https://github.com/redis/redis-py) | `5.1.0` | `5.2.0` |
| [sentry-sdk](https://github.com/getsentry/sentry-python) | `2.17.0` | `2.18.0` |
| [uvicorn](https://github.com/encode/uvicorn) | `0.30.6` | `0.32.0` |



Updates `anthropic` from 0.25.9 to 0.39.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.25.9...v0.39.0)

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

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

Updates `groq` from 0.8.0 to 0.11.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.8.0...v0.11.0)

Updates `openai` from 1.50.2 to 1.54.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.50.2...v1.54.1)

Updates `praw` from 7.7.1 to 7.8.1
- [Release notes](https://github.com/praw-dev/praw/releases)
- [Changelog](https://github.com/praw-dev/praw/blob/master/CHANGES.rst)
- [Commits](praw-dev/praw@v7.7.1...v7.8.1)

Updates `prisma` from 0.13.1 to 0.15.0
- [Release notes](https://github.com/RobertCraigie/prisma-client-py/releases)
- [Commits](RobertCraigie/prisma-client-py@v0.13.1...v0.15.0)

Updates `pytest-asyncio` from 0.23.8 to 0.24.0
- [Release notes](https://github.com/pytest-dev/pytest-asyncio/releases)
- [Commits](pytest-dev/pytest-asyncio@v0.23.8...v0.24.0)

Updates `redis` from 5.1.0 to 5.2.0
- [Release notes](https://github.com/redis/redis-py/releases)
- [Changelog](https://github.com/redis/redis-py/blob/master/CHANGES)
- [Commits](redis/redis-py@v5.1.0...v5.2.0)

Updates `sentry-sdk` from 2.17.0 to 2.18.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.17.0...2.18.0)

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

---
updated-dependencies:
- dependency-name: anthropic
  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-minor
  dependency-group: production-dependencies
- dependency-name: google-api-python-client
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: production-dependencies
- dependency-name: groq
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: production-dependencies
- dependency-name: openai
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: production-dependencies
- dependency-name: praw
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: production-dependencies
- dependency-name: prisma
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: production-dependencies
- dependency-name: pytest-asyncio
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: production-dependencies
- dependency-name: redis
  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-minor
  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-6754c3b163 branch from 2284a9f to 8b95aea Compare November 5, 2024 22:29
@ntindle ntindle merged commit 4259ad6 into dev Nov 5, 2024
8 checks passed
@ntindle ntindle deleted the dependabot/pip/autogpt_platform/backend/dev/production-dependencies-6754c3b163 branch November 5, 2024 23:32
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 python Pull requests that update Python code size/l
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant