Skip to content

chore(backend/deps): bump groq from 0.30.0 to 1.0.0 in /autogpt_platform/backend#12038

Open
dependabot[bot] wants to merge 1 commit intodevfrom
dependabot/pip/autogpt_platform/backend/dev/groq-1.0.0
Open

chore(backend/deps): bump groq from 0.30.0 to 1.0.0 in /autogpt_platform/backend#12038
dependabot[bot] wants to merge 1 commit intodevfrom
dependabot/pip/autogpt_platform/backend/dev/groq-1.0.0

Conversation

@dependabot
Copy link
Contributor

@dependabot dependabot bot commented on behalf of github Feb 9, 2026

Bumps groq from 0.30.0 to 1.0.0.

Release notes

Sourced from groq's releases.

v1.0.0

1.0.0 (2025-12-17)

Full Changelog: v0.37.1...v1.0.0

Features

Bug Fixes

  • types: allow pyright to infer TypedDict types within SequenceNotStr (4847b77)
  • use async_to_httpx_files in patch method (360421b)

Chores

  • add missing docstrings (047ce99)
  • internal: add missing files argument to base client (7c889d7)

This pull request is managed by Stainless's GitHub App.

The semver version number is based on included commit messages. Alternatively, you can manually set the version number in the title of this pull request.

For a better experience, it is recommended to use either rebase-merge or squash-merge when merging this pull request.

🔗 Stainless website 📚 Read the docs 🙋 Reach out for help or questions

v0.37.1

0.37.1 (2025-12-04)

Full Changelog: v0.37.0...v0.37.1

Bug Fixes

Chores

  • docs: use environment variables for authentication in code snippets (3ed8c12)
  • update lockfile (f240076)

... (truncated)

Changelog

Sourced from groq's changelog.

1.0.0 (2025-12-17)

Full Changelog: v0.37.1...v1.0.0

Features

Bug Fixes

  • types: allow pyright to infer TypedDict types within SequenceNotStr (4847b77)
  • use async_to_httpx_files in patch method (360421b)

Chores

  • add missing docstrings (047ce99)
  • internal: add missing files argument to base client (7c889d7)

0.37.1 (2025-12-04)

Full Changelog: v0.37.0...v0.37.1

Bug Fixes

Chores

  • docs: use environment variables for authentication in code snippets (3ed8c12)
  • update lockfile (f240076)

0.37.0 (2025-12-01)

Full Changelog: v0.36.0...v0.37.0

Features

Bug Fixes

  • always call close in the streaming generators (f19496e)
  • ensure streams are always closed (ba33c5e)

Chores

... (truncated)

Commits

Dependabot compatibility score

Dependabot will resolve any conflicts with this PR as long as you don't alter it yourself. You can also trigger a rebase manually by commenting @dependabot rebase.


Dependabot commands and options

You can trigger Dependabot actions by commenting on this PR:

  • @dependabot rebase will rebase this PR
  • @dependabot recreate will recreate this PR, overwriting any edits that have been made to it
  • @dependabot show <dependency name> ignore conditions will show all of the ignore conditions of the specified dependency
  • @dependabot ignore this major version will close this PR and stop Dependabot creating any more for this major version (unless you reopen the PR or upgrade to it yourself)
  • @dependabot ignore this minor version will close this PR and stop Dependabot creating any more for this minor version (unless you reopen the PR or upgrade to it yourself)
  • @dependabot ignore this dependency will close this PR and stop Dependabot creating any more for this dependency (unless you reopen the PR or upgrade to it yourself)

Greptile Overview

Greptile Summary

Upgraded the groq Python library from 0.30.0 to 1.0.0, a major version bump that includes API updates, bug fixes, and improved type inference. The upgrade also requires Python >=3.9 (previously >=3.8).

The changes are limited to dependency files - no code modifications were needed. The groq integration in backend/blocks/llm.py:782-798 uses the AsyncGroq client with basic chat completion methods that appear compatible with the new version based on the changelog (API update, type improvements, async bug fixes).

Key changes in groq 1.0.0:

  • API updates
  • Improved TypedDict type inference for pyright
  • Fixed async stream handling bugs
  • Added missing docstrings
  • Fixed patch method async file handling

Confidence Score: 4/5

  • This dependency upgrade is safe to merge with minimal risk
  • The upgrade from 0.30.0 to 1.0.0 includes bug fixes (async stream handling, patch method) that improve stability. The codebase uses a simple subset of the groq API (AsyncGroq client with basic chat completion calls) that appears unaffected by the changes. However, as this is a major version bump from a dependency bot without explicit breaking change documentation review, and the Python version requirement changed (>=3.8 to >=3.9), testing is recommended before merge
  • Verify that backend/blocks/llm.py groq integration still functions correctly, particularly the async chat completion calls in the groq provider block

@dependabot dependabot bot added dependencies python Pull requests that update Python code labels Feb 9, 2026
@dependabot dependabot bot requested a review from a team as a code owner February 9, 2026 21:09
@dependabot dependabot bot requested review from Pwuts and Swiftyos and removed request for a team February 9, 2026 21:09
@dependabot dependabot bot added dependencies python Pull requests that update Python code labels Feb 9, 2026
@github-project-automation github-project-automation bot moved this to 🆕 Needs initial review in AutoGPT development kanban Feb 9, 2026
@github-actions github-actions bot added platform/backend AutoGPT Platform - Back end size/m conflicts Automatically applied to PRs with merge conflicts labels Feb 9, 2026
@github-actions
Copy link
Contributor

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

@dependabot dependabot bot force-pushed the dependabot/pip/autogpt_platform/backend/dev/groq-1.0.0 branch from fec3b08 to ac13df5 Compare February 10, 2026 14:01
@github-actions
Copy link
Contributor

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

1 similar comment
@github-actions
Copy link
Contributor

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 10, 2026
@github-actions
Copy link
Contributor

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

@ntindle
Copy link
Member

ntindle commented Feb 10, 2026

@dependabot recreate

@dependabot dependabot bot force-pushed the dependabot/pip/autogpt_platform/backend/dev/groq-1.0.0 branch from ac13df5 to 0feece4 Compare February 10, 2026 21:29
@github-actions github-actions bot added the conflicts Automatically applied to PRs with merge conflicts label Feb 10, 2026
@github-actions
Copy link
Contributor

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

@dependabot dependabot bot force-pushed the dependabot/pip/autogpt_platform/backend/dev/groq-1.0.0 branch from 0feece4 to b4260be Compare February 10, 2026 23:53
@github-actions
Copy link
Contributor

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 10, 2026
Otto-AGPT added a commit that referenced this pull request Feb 11, 2026
Backend:
- aiodns: 3.5.0 → 4.0.0
- yt-dlp: 2025.12.08 → 2026.2.4
- e2b-code-interpreter: 1.5.2 → 2.4.1 (major)
- stagehand: 0.5.1 → 3.5.0 (major)
- groq: 0.30.0 → 1.0.0 (major)
- todoist-api-python: 2.1.7 → 3.2.1 (major)
- supabase: 2.27.3 → 2.28.0
- isort: 5.13.2 → 7.0.0 (major, dev)
- redis: 6.2.0 → 7.1.1 (major)

Libs:
- launchdarkly-server-sdk: 9.14.1 → 9.15.0
- supabase: 2.27.2 → 2.28.0
- redis: 6.2.0 → 7.1.1 (major)
- pytest: 8.4.1 → 9.0.2 (major, dev)

Combines: #12043, #12041, #12045, #12042, #12039, #12038, #12044, #11152, #12056, #12031, #12032
@Otto-AGPT
Copy link
Contributor

Superseded by #12058 (combined Python dependency updates)

@Otto-AGPT Otto-AGPT closed this Feb 11, 2026
@dependabot @github
Copy link
Contributor Author

dependabot bot commented on behalf of github Feb 11, 2026

OK, I won't notify you again about this release, but will get in touch when a new version is available. If you'd rather skip all updates until the next major or minor version, let me know by commenting @dependabot ignore this major version or @dependabot ignore this minor version. You can also ignore all major, minor, or patch releases for a dependency by adding an ignore condition with the desired update_types to your config file.

If you change your mind, just re-open this PR and I'll resolve any conflicts on it.

@dependabot dependabot bot deleted the dependabot/pip/autogpt_platform/backend/dev/groq-1.0.0 branch February 11, 2026 02:18
@Otto-AGPT
Copy link
Contributor

@dependabot recreate

@dependabot @github
Copy link
Contributor Author

dependabot bot commented on behalf of github Feb 11, 2026

Looks like this PR is closed. If you re-open it I'll rebase it as long as no-one else has edited it (you can use @dependabot reopen if the branch has been deleted).

@ntindle
Copy link
Member

ntindle commented Feb 11, 2026

@dependabot reopen

@dependabot @github
Copy link
Contributor Author

dependabot bot commented on behalf of github Feb 11, 2026

Beginning January 27, 2026, Dependabot will no longer support the @dependabot reopen command. Please use GitHub's native pull request controls instead. Please see the changelog announcement for additional details.

@ntindle
Copy link
Member

ntindle commented Feb 11, 2026

a

@ntindle ntindle restored the dependabot/pip/autogpt_platform/backend/dev/groq-1.0.0 branch February 11, 2026 02:30
@ntindle ntindle reopened this Feb 11, 2026
Copy link

@greptile-apps greptile-apps bot left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

2 files reviewed, no comments

Edit Code Review Agent Settings | Greptile

@Swiftyos Swiftyos removed their request for review February 13, 2026 09:08
@github-actions github-actions bot added the conflicts Automatically applied to PRs with merge conflicts label Feb 13, 2026
@github-actions
Copy link
Contributor

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

1 similar comment
@github-actions
Copy link
Contributor

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

@github-actions github-actions bot added the conflicts Automatically applied to PRs with merge conflicts label Feb 13, 2026
@dependabot dependabot bot force-pushed the dependabot/pip/autogpt_platform/backend/dev/groq-1.0.0 branch from b4260be to fb3840b Compare February 13, 2026 09:28
@github-actions github-actions bot removed the conflicts Automatically applied to PRs with merge conflicts label Feb 13, 2026
@github-actions
Copy link
Contributor

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

@github-actions github-actions bot added the conflicts Automatically applied to PRs with merge conflicts label Feb 13, 2026
@github-actions
Copy link
Contributor

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

Bumps [groq](https://github.com/groq/groq-python) from 0.30.0 to 1.0.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.30.0...v1.0.0)

---
updated-dependencies:
- dependency-name: groq
  dependency-version: 1.0.0
  dependency-type: direct:production
  update-type: version-update:semver-major
...

Signed-off-by: dependabot[bot] <support@github.com>
@dependabot dependabot bot force-pushed the dependabot/pip/autogpt_platform/backend/dev/groq-1.0.0 branch from fb3840b to 642d738 Compare February 13, 2026 16:09
@github-actions
Copy link
Contributor

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 13, 2026
@github-actions
Copy link
Contributor

🔍 PR Overlap Detection

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

🟢 Low Risk — File Overlap Only

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

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


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

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/m

Projects

Status: Done

Development

Successfully merging this pull request may close these issues.

2 participants