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/deps): bump the production-dependencies group across 1 directory with 17 updates #27

Conversation

dependabot[bot]
Copy link
Contributor

@dependabot dependabot bot commented on behalf of github Jan 27, 2025

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

Package From To
anthropic 0.40.0 0.45.0
click 8.1.7 8.1.8
e2b-code-interpreter 1.0.3 1.0.4
fastapi 0.115.6 0.115.7
google-api-python-client 2.155.0 2.159.0
groq 0.13.1 0.15.0
jinja2 3.1.4 3.1.5
ollama 0.4.4 0.4.7
openai 1.57.4 1.60.1
psutil 6.1.0 6.1.1
pydantic 2.10.3 2.10.6
pydantic-settings 2.7.0 2.7.1
pytest-asyncio 0.25.0 0.25.2
sentry-sdk 2.19.2 2.20.0
supabase 2.10.0 2.12.0
sqlalchemy 2.0.36 2.0.37
launchdarkly-server-sdk 9.8.0 9.9.0

Updates anthropic from 0.40.0 to 0.45.0

Release notes

Sourced from anthropic's releases.

v0.45.0

0.45.0 (2025-01-23)

Full Changelog: v0.44.0...v0.45.0

Features

Chores

v0.44.0

0.44.0 (2025-01-21)

Full Changelog: v0.43.1...v0.44.0

Features

Bug Fixes

  • tests: make test_get_platform less flaky (#830) (f2c10ca)

Chores

  • deprecate more models (c647e25)
  • internal: avoid pytest-asyncio deprecation warning (#832) (2b3ceff)
  • internal: minor style changes (#833) (65cfb7b)

Documentation

v0.43.1

0.43.1 (2025-01-17)

Full Changelog: v0.43.0...v0.43.1

Bug Fixes

  • docs: correct results return type (69ad511)

... (truncated)

Changelog

Sourced from anthropic's changelog.

0.45.0 (2025-01-23)

Full Changelog: v0.44.0...v0.45.0

Features

Chores

0.44.0 (2025-01-21)

Full Changelog: v0.43.1...v0.44.0

Features

Bug Fixes

  • tests: make test_get_platform less flaky (#830) (f2c10ca)

Chores

  • deprecate more models (c647e25)
  • internal: avoid pytest-asyncio deprecation warning (#832) (2b3ceff)
  • internal: minor style changes (#833) (65cfb7b)

Documentation

0.43.1 (2025-01-17)

Full Changelog: v0.43.0...v0.43.1

Bug Fixes

  • docs: correct results return type (69ad511)

Chores

... (truncated)

Commits

Updates click from 8.1.7 to 8.1.8

Release notes

Sourced from click's releases.

8.1.8

This is the Click 8.1.8 fix release, which fixes bugs but does not otherwise change behavior and should not result in breaking changes compared to the latest feature release.

PyPI: https://pypi.org/project/click/8.1.8/ Changes: https://click.palletsprojects.com/en/stable/changes/#version-8-1-8 Milestone https://github.com/pallets/click/milestones/23?closed=1

  • Fix an issue with type hints for click.open_file(). #2717
  • Fix issue where error message for invalid click.Path displays on multiple lines. #2697
  • Fixed issue that prevented a default value of "" from being displayed in the help for an option. #2500
  • The test runner handles stripping color consistently on Windows. #2705
  • Show correct value for flag default when using default_map. #2632
  • Fix click.echo(color=...) passing color to coloroma so it can be forced on Windows. #2606.
  • More robust bash version check, fixing problem on Windows with git-bash. #2638
  • Cache the help option generated by the help_option_names setting to respect its eagerness. #2811
  • Replace uses of os.system with subprocess.Popen. #1476
  • Exceptions generated during a command will use the context's color setting when being displayed. #2193
  • Error message when defining option with invalid name is more descriptive. #2452
  • Refactor code generating default --help option to deduplicate code. #2563
  • Test CLIRunner resets patched _compat.should_strip_ansi. #2732
Changelog

Sourced from click's changelog.

Version 8.1.8

Unreleased

  • Fix an issue with type hints for click.open_file(). :issue:2717
  • Fix issue where error message for invalid click.Path displays on multiple lines. :issue:2697
  • Fixed issue that prevented a default value of "" from being displayed in the help for an option. :issue:2500
  • The test runner handles stripping color consistently on Windows. :issue:2705
  • Show correct value for flag default when using default_map. :issue:2632
  • Fix click.echo(color=...) passing color to coloroma so it can be forced on Windows. :issue:2606.
Commits

Updates e2b-code-interpreter from 1.0.3 to 1.0.4

Commits

Updates fastapi from 0.115.6 to 0.115.7

Release notes

Sourced from fastapi's releases.

0.115.7

Upgrades

Refactors

Docs

Translations

... (truncated)

Commits

Updates google-api-python-client from 2.155.0 to 2.159.0

Release notes

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

v2.159.0

2.159.0 (2025-01-14)

Features

Bug Fixes

v2.158.0

2.158.0 (2025-01-07)

Features

... (truncated)

Commits

Updates groq from 0.13.1 to 0.15.0

Release notes

Sourced from groq's releases.

v0.15.0

0.15.0 (2025-01-11)

Full Changelog: v0.14.0...v0.15.0

Features

Bug Fixes

  • correctly handle deserialising cls fields (#174) (0b2e997)

Chores

v0.14.0

0.14.0 (2025-01-09)

Full Changelog: v0.13.1...v0.14.0

Features

Bug Fixes

  • client: only call .close() when needed (#169) (6a0ec57)

Chores

Documentation

  • readme: example snippet for client context manager (#161) (b7bfd15)
Changelog

Sourced from groq's changelog.

0.15.0 (2025-01-11)

Full Changelog: v0.14.0...v0.15.0

Features

Bug Fixes

  • correctly handle deserialising cls fields (#174) (0b2e997)

Chores

0.14.0 (2025-01-09)

Full Changelog: v0.13.1...v0.14.0

Features

Bug Fixes

  • client: only call .close() when needed (#169) (6a0ec57)

Chores

Documentation

  • readme: example snippet for client context manager (#161) (b7bfd15)
Commits

Updates jinja2 from 3.1.4 to 3.1.5

Release notes

Sourced from jinja2's releases.

3.1.5

This is the Jinja 3.1.5 security fix release, which fixes security issues and bugs but does not otherwise change behavior and should not result in breaking changes compared to the latest feature release.

PyPI: https://pypi.org/project/Jinja2/3.1.5/ Changes: https://jinja.palletsprojects.com/changes/#version-3-1-5 Milestone: https://github.com/pallets/jinja/milestone/16?closed=1

  • The sandboxed environment handles indirect calls to str.format, such as by passing a stored reference to a filter that calls its argument. GHSA-q2x7-8rv6-6q7h
  • Escape template name before formatting it into error messages, to avoid issues with names that contain f-string syntax. #1792, GHSA-gmj6-6f8f-6699
  • Sandbox does not allow clear and pop on known mutable sequence types. #2032
  • Calling sync render for an async template uses asyncio.run. #1952
  • Avoid unclosed auto_aiter warnings. #1960
  • Return an aclose-able AsyncGenerator from Template.generate_async. #1960
  • Avoid leaving root_render_func() unclosed in Template.generate_async. #1960
  • Avoid leaving async generators unclosed in blocks, includes and extends. #1960
  • The runtime uses the correct concat function for the current environment when calling block references. #1701
  • Make |unique async-aware, allowing it to be used after another async-aware filter. #1781
  • |int filter handles OverflowError from scientific notation. #1921
  • Make compiling deterministic for tuple unpacking in a {% set ... %} call. #2021
  • Fix dunder protocol (copy/pickle/etc) interaction with Undefined objects. #2025
  • Fix copy/pickle support for the internal missing object. #2027
  • Environment.overlay(enable_async) is applied correctly. #2061
  • The error message from FileSystemLoader includes the paths that were searched. #1661
  • PackageLoader shows a clearer error message when the package does not contain the templates directory. #1705
  • Improve annotations for methods returning copies. #1880
  • urlize does not add mailto: to values like @a@b. #1870
  • Tests decorated with @pass_context can be used with the |select filter. #1624
  • Using set for multiple assignment (a, b = 1, 2) does not fail when the target is a namespace attribute. #1413
  • Using set in all branches of {% if %}{% elif %}{% else %} blocks does not cause the variable to be considered initially undefined. #1253
Changelog

Sourced from jinja2's changelog.

Version 3.1.5

Released 2024-12-21

  • The sandboxed environment handles indirect calls to str.format, such as by passing a stored reference to a filter that calls its argument. :ghsa:q2x7-8rv6-6q7h
  • Escape template name before formatting it into error messages, to avoid issues with names that contain f-string syntax. :issue:1792, :ghsa:gmj6-6f8f-6699
  • Sandbox does not allow clear and pop on known mutable sequence types. :issue:2032
  • Calling sync render for an async template uses asyncio.run. :pr:1952
  • Avoid unclosed auto_aiter warnings. :pr:1960
  • Return an aclose-able AsyncGenerator from Template.generate_async. :pr:1960
  • Avoid leaving root_render_func() unclosed in Template.generate_async. :pr:1960
  • Avoid leaving async generators unclosed in blocks, includes and extends. :pr:1960
  • The runtime uses the correct concat function for the current environment when calling block references. :issue:1701
  • Make |unique async-aware, allowing it to be used after another async-aware filter. :issue:1781
  • |int filter handles OverflowError from scientific notation. :issue:1921
  • Make compiling deterministic for tuple unpacking in a {% set ... %} call. :issue:2021
  • Fix dunder protocol (copy/pickle/etc) interaction with Undefined objects. :issue:2025
  • Fix copy/pickle support for the internal missing object. :issue:2027
  • Environment.overlay(enable_async) is applied correctly. :pr:2061
  • The error message from FileSystemLoader includes the paths that were searched. :issue:1661
  • PackageLoader shows a clearer error message when the package does not contain the templates directory. :issue:1705
  • Improve annotations for methods returning copies. :pr:1880
  • urlize does not add mailto: to values like @a@b. :pr:1870
  • Tests decorated with @pass_context`` can be used with the ``|select`` filter. :issue:1624`
  • Using set for multiple assignment (a, b = 1, 2) does not fail when the target is a namespace attribute. :issue:1413
  • Using set in all branches of {% if %}{% elif %}{% else %} blocks does not cause the variable to be considered initially undefined. :issue:1253
Commits
  • 877f6e5 release version 3.1.5
  • 8d58859 remove test pypi
  • eda8fe8 update dev dependencies
  • c8fdce1 Fix bug involving calling set on a template parameter within all branches of ...
  • 66587ce Fix bug where set would sometimes fail within if
  • fbc3a69 Add support for namespaces in tuple parsing (#1664)
  • b8f4831 more comments about nsref assignment
  • ee83219 Add support for namespaces in tuple assignment
  • 1d55cdd Triple quotes in docs (#2064)
  • 8a8eafc edit block assignment section
  • Additional commits viewable in compare view

Updates ollama from 0.4.4 to 0.4.7

Release notes

Sourced from ollama's releases.

v0.4.7

What's Changed

…directory with 17 updates

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

| Package | From | To |
| --- | --- | --- |
| [anthropic](https://github.com/anthropics/anthropic-sdk-python) | `0.40.0` | `0.45.0` |
| [click](https://github.com/pallets/click) | `8.1.7` | `8.1.8` |
| [e2b-code-interpreter](https://github.com/e2b-dev/code-interpreter) | `1.0.3` | `1.0.4` |
| [fastapi](https://github.com/fastapi/fastapi) | `0.115.6` | `0.115.7` |
| [google-api-python-client](https://github.com/googleapis/google-api-python-client) | `2.155.0` | `2.159.0` |
| [groq](https://github.com/groq/groq-python) | `0.13.1` | `0.15.0` |
| [jinja2](https://github.com/pallets/jinja) | `3.1.4` | `3.1.5` |
| [ollama](https://github.com/ollama/ollama-python) | `0.4.4` | `0.4.7` |
| [openai](https://github.com/openai/openai-python) | `1.57.4` | `1.60.1` |
| [psutil](https://github.com/giampaolo/psutil) | `6.1.0` | `6.1.1` |
| [pydantic](https://github.com/pydantic/pydantic) | `2.10.3` | `2.10.6` |
| [pydantic-settings](https://github.com/pydantic/pydantic-settings) | `2.7.0` | `2.7.1` |
| [pytest-asyncio](https://github.com/pytest-dev/pytest-asyncio) | `0.25.0` | `0.25.2` |
| [sentry-sdk](https://github.com/getsentry/sentry-python) | `2.19.2` | `2.20.0` |
| [supabase](https://github.com/supabase/supabase-py) | `2.10.0` | `2.12.0` |
| [sqlalchemy](https://github.com/sqlalchemy/sqlalchemy) | `2.0.36` | `2.0.37` |
| [launchdarkly-server-sdk](https://github.com/launchdarkly/python-server-sdk) | `9.8.0` | `9.9.0` |



Updates `anthropic` from 0.40.0 to 0.45.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.40.0...v0.45.0)

Updates `click` from 8.1.7 to 8.1.8
- [Release notes](https://github.com/pallets/click/releases)
- [Changelog](https://github.com/pallets/click/blob/main/CHANGES.rst)
- [Commits](pallets/click@8.1.7...8.1.8)

Updates `e2b-code-interpreter` from 1.0.3 to 1.0.4
- [Release notes](https://github.com/e2b-dev/code-interpreter/releases)
- [Commits](https://github.com/e2b-dev/code-interpreter/compare/@e2b/code-interpreter@1.0.3...@e2b/code-interpreter@1.0.4)

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

Updates `google-api-python-client` from 2.155.0 to 2.159.0
- [Release notes](https://github.com/googleapis/google-api-python-client/releases)
- [Commits](googleapis/google-api-python-client@v2.155.0...v2.159.0)

Updates `groq` from 0.13.1 to 0.15.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.13.1...v0.15.0)

Updates `jinja2` from 3.1.4 to 3.1.5
- [Release notes](https://github.com/pallets/jinja/releases)
- [Changelog](https://github.com/pallets/jinja/blob/main/CHANGES.rst)
- [Commits](pallets/jinja@3.1.4...3.1.5)

Updates `ollama` from 0.4.4 to 0.4.7
- [Release notes](https://github.com/ollama/ollama-python/releases)
- [Commits](ollama/ollama-python@v0.4.4...v0.4.7)

Updates `openai` from 1.57.4 to 1.60.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.57.4...v1.60.1)

Updates `psutil` from 6.1.0 to 6.1.1
- [Changelog](https://github.com/giampaolo/psutil/blob/master/HISTORY.rst)
- [Commits](giampaolo/psutil@release-6.1.0...release-6.1.1)

Updates `pydantic` from 2.10.3 to 2.10.6
- [Release notes](https://github.com/pydantic/pydantic/releases)
- [Changelog](https://github.com/pydantic/pydantic/blob/main/HISTORY.md)
- [Commits](pydantic/pydantic@v2.10.3...v2.10.6)

Updates `pydantic-settings` from 2.7.0 to 2.7.1
- [Release notes](https://github.com/pydantic/pydantic-settings/releases)
- [Commits](pydantic/pydantic-settings@v2.7.0...v2.7.1)

Updates `pytest-asyncio` from 0.25.0 to 0.25.2
- [Release notes](https://github.com/pytest-dev/pytest-asyncio/releases)
- [Commits](pytest-dev/pytest-asyncio@v0.25.0...v0.25.2)

Updates `sentry-sdk` from 2.19.2 to 2.20.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.19.2...2.20.0)

Updates `supabase` from 2.10.0 to 2.12.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.10.0...v2.12.0)

Updates `sqlalchemy` from 2.0.36 to 2.0.37
- [Release notes](https://github.com/sqlalchemy/sqlalchemy/releases)
- [Changelog](https://github.com/sqlalchemy/sqlalchemy/blob/main/CHANGES.rst)
- [Commits](https://github.com/sqlalchemy/sqlalchemy/commits)

Updates `launchdarkly-server-sdk` from 9.8.0 to 9.9.0
- [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.8.0...9.9.0)

---
updated-dependencies:
- dependency-name: anthropic
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: production-dependencies
- dependency-name: click
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: production-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: 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: jinja2
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: production-dependencies
- dependency-name: ollama
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: production-dependencies
- dependency-name: openai
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: production-dependencies
- dependency-name: psutil
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: production-dependencies
- dependency-name: pydantic
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: production-dependencies
- dependency-name: pydantic-settings
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: production-dependencies
- dependency-name: pytest-asyncio
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: production-dependencies
- dependency-name: sentry-sdk
  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
- dependency-name: sqlalchemy
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: production-dependencies
- dependency-name: launchdarkly-server-sdk
  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 Pull requests that update a dependency file python Pull requests that update Python code labels Jan 27, 2025
Copy link
Contributor Author

dependabot bot commented on behalf of github Feb 3, 2025

Superseded by #39.

@dependabot dependabot bot closed this Feb 3, 2025
@dependabot dependabot bot deleted the dependabot/pip/autogpt_platform/backend/dev/production-dependencies-07c7229bb4 branch February 3, 2025 12:05
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
dependencies Pull requests that update a dependency file platform/backend python Pull requests that update Python code size/xl
Projects
None yet
Development

Successfully merging this pull request may close these issues.

0 participants