-
Notifications
You must be signed in to change notification settings - Fork 45k
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/deps): bump the production-dependencies group across 1 directory with 5 updates #9434
Merged
ntindle
merged 2 commits into
dev
from
dependabot/pip/autogpt_platform/backend/dev/production-dependencies-a57f4438c1
Feb 5, 2025
Merged
chore(backend/deps): bump the production-dependencies group across 1 directory with 5 updates #9434
ntindle
merged 2 commits into
dev
from
dependabot/pip/autogpt_platform/backend/dev/production-dependencies-a57f4438c1
Feb 5, 2025
Conversation
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
…directory with 5 updates Bumps the production-dependencies group with 5 updates in the /autogpt_platform/backend directory: | Package | From | To | | --- | --- | --- | | [e2b-code-interpreter](https://github.com/e2b-dev/code-interpreter) | `1.0.4` | `1.0.5` | | [fastapi](https://github.com/fastapi/fastapi) | `0.115.7` | `0.115.8` | | [groq](https://github.com/groq/groq-python) | `0.15.0` | `0.18.0` | | [openai](https://github.com/openai/openai-python) | `1.60.2` | `1.61.1` | | [supabase](https://github.com/supabase/supabase-py) | `2.12.0` | `2.13.0` | Updates `e2b-code-interpreter` from 1.0.4 to 1.0.5 - [Release notes](https://github.com/e2b-dev/code-interpreter/releases) - [Commits](https://github.com/e2b-dev/code-interpreter/compare/@e2b/code-interpreter@1.0.4...@e2b/code-interpreter-python@1.0.5) Updates `fastapi` from 0.115.7 to 0.115.8 - [Release notes](https://github.com/fastapi/fastapi/releases) - [Commits](fastapi/fastapi@0.115.7...0.115.8) Updates `groq` from 0.15.0 to 0.18.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.15.0...v0.18.0) Updates `openai` from 1.60.2 to 1.61.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.60.2...v1.61.1) Updates `supabase` from 2.12.0 to 2.13.0 - [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.12.0...v2.13.0) --- updated-dependencies: - dependency-name: e2b-code-interpreter dependency-type: direct:production update-type: version-update:semver-patch dependency-group: production-dependencies - dependency-name: fastapi dependency-type: direct:production update-type: version-update:semver-patch 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: supabase dependency-type: direct:production update-type: version-update:semver-minor dependency-group: production-dependencies ... Signed-off-by: dependabot[bot] <support@github.com>
Here's the code health analysis summary for commits Analysis Summary
|
✅ Deploy Preview for auto-gpt-docs-dev canceled.
|
✅ Deploy Preview for auto-gpt-docs canceled.
|
ntindle
approved these changes
Feb 5, 2025
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
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
Bumps the production-dependencies group with 5 updates in the /autogpt_platform/backend directory:
1.0.4
1.0.5
0.115.7
0.115.8
0.15.0
0.18.0
1.60.2
1.61.1
2.12.0
2.13.0
Updates
e2b-code-interpreter
from 1.0.4 to 1.0.5Commits
007e2e5
Merge pull request #54 from e2b-dev/fix-bug-in-e2b-incompability5493595
Add changeset1b76bbe
Remove init methodbfa1170
[skip ci]Bump package manually83f0821
Skip on package.json change - it's just version bumpf14a2a5
Add to_dict() method in python SDKdaba22b
[skip ci] Release new versionsf849302
Merge pull request #53 from e2b-dev/update-r-to-44-e2b-144931aabd3
Update Dockerfile33ff495
Add changesetUpdates
fastapi
from 0.115.7 to 0.115.8Release notes
Sourced from fastapi's releases.
Commits
7128971
🔖 Release version 0.115.855f8a44
📝 Update release notes83ab6ac
📝 Change the word "unwrap" to "unpack" in `docs/en/docs/tutorial/extra-models...3d02a92
📝 Update release notes1b00f8a
✅ Simplify tests for body_multiple_params (#13237)d97647f
📝 Update release notes9667ce8
📝 Update Request Body'stutorial002
to deal withtax=0
case (#13230)0541693
📝 Update release notes041b2e1
📝 Update release notes30b270b
♻️ Move duplicated code portion to a static method in theAPIKeyBase
super ...Updates
groq
from 0.15.0 to 0.18.0Release notes
Sourced from groq's releases.
Changelog
Sourced from groq's changelog.
Commits
b74ce9e
release: 0.18.0 (#189)3cee54e
release: 0.17.0 (#186)10566c3
release: 0.16.0 (#178)Updates
openai
from 1.60.2 to 1.61.1Release notes
Sourced from openai's releases.
Changelog
Sourced from openai's changelog.
Commits
7193688
release: 1.61.1f344db2
fix(api/types): correct audio duration & role types (#2091)6afde0d
chore(internal): bummp ruff dependency (#2080)5a1a412
chore(internal): change default timeout to an int (#2079)c27e8cc
fix(cli/chat): only send params when set (#2077)7a6517d
release: 1.61.0b56b357
chore(types): fix Metadata typesfdd5247
feat(api): add o3-mini (#2067)a990968
Revert "fix(parsing): don't validate input tools in the asynchronous `.parse(...d779e40
chore: update api.md (#2063)Updates
supabase
from 2.12.0 to 2.13.0Release notes
Sourced from supabase's releases.
Changelog
Sourced from supabase's changelog.
Commits
c70802e
chore(main): release 2.13.0 (#1046)614cacc
chore(tests): increase coverage (#1053)29fed38
fix(functions): bump supafunc from 0.9.2 to 0.9.3 (#1052)4a2bb9e
fix(auth): bump gotrue from 2.11.2 to 2.11.3 (#1051)8c5d48f
fix(storage): bump storage3 from 0.11.1 to 0.11.3 (#1050)2347401
feat(realtime): bump realtime from 2.2.0 to 2.3.0 (#1049)4237977
chore(deps-dev): bump black from 24.10.0 to 25.1.0 (#1044)489043f
chore(deps-dev): bump pytest-asyncio from 0.25.2 to 0.25.3 (#1043)b007da4
chore(deps-dev): bump commitizen from 4.1.0 to 4.1.1 (#1042)9a87131
chore(ci): pipeline using same version of python for all tests (#1047)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 merge
will merge this PR after your CI passes on it@dependabot squash and merge
will squash and merge this PR after your CI passes on it@dependabot cancel merge
will cancel a previously requested merge and block automerging@dependabot reopen
will reopen this PR if it is closed@dependabot close
will close this PR and stop Dependabot recreating it. You can achieve the same result by closing it manually@dependabot show <dependency name> ignore conditions
will show all of the ignore conditions of the specified dependency@dependabot ignore <dependency name> major version
will close this group update PR and stop Dependabot creating any more for the specific dependency's major version (unless you unignore this specific dependency's major version or upgrade to it yourself)@dependabot ignore <dependency name> minor version
will close this group update PR and stop Dependabot creating any more for the specific dependency's minor version (unless you unignore this specific dependency's minor version or upgrade to it yourself)@dependabot ignore <dependency name>
will close this group update PR and stop Dependabot creating any more for the specific dependency (unless you unignore this specific dependency or upgrade to it yourself)@dependabot unignore <dependency name>
will remove all of the ignore conditions of the specified dependency@dependabot unignore <dependency name> <ignore condition>
will remove the ignore condition of the specified dependency and ignore conditions