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

Bump the version-all group across 1 directory with 25 updates #30

Closed
wants to merge 1 commit into from

Conversation

dependabot[bot]
Copy link

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

Bumps the version-all group with 25 updates in the / directory:

Package From To
litellm 1.57.4 1.59.10
google-generativeai 0.8.3 0.8.4
google-api-python-client 2.157.0 2.160.0
fastapi 0.115.6 0.115.8
numpy 2.2.1 2.2.2
e2b 1.0.5 1.0.6
boto3 1.35.95 1.36.10
minio 7.2.14 7.2.15
pyarrow 18.1.0 19.0.0
google-cloud-aiplatform 1.76.0 1.79.0
anthropic 0.42.0 0.45.2
protobuf 4.25.5 4.25.6
modal 0.72.0 0.73.6
runloop-api-client 0.12.0 0.16.0
libtmux 0.39.0 0.40.1
openhands-aci 0.1.8 0.1.9
llama-index 0.12.10 0.12.14
chromadb 0.6.2 0.6.3
llama-index-embeddings-huggingface 0.5.0 0.5.1
torch 2.5.1 2.6.0
ruff 0.9.0 0.9.4
pre-commit 4.0.1 4.1.0
pytest-asyncio 0.25.2 0.25.3
openai 1.59.5 1.60.2
jupyterlab 4.3.4 4.3.5

Updates litellm from 1.57.4 to 1.59.10

Release notes

Sourced from litellm's releases.

v1.59.10

What's Changed

Full Changelog: BerriAI/litellm@v1.59.9...v1.59.10

Docker Run LiteLLM Proxy

docker run \
-e STORE_MODEL_IN_DB=True \
-p 4000:4000 \
ghcr.io/berriai/litellm:main-v1.59.10

Don't want to maintain your internal proxy? get in touch 🎉

Hosted Proxy Alpha: https://calendly.com/d/4mp-gd3-k5k/litellm-1-1-onboarding-chat

Load Test LiteLLM Proxy Results

Name Status Median Response Time (ms) Average Response Time (ms) Requests/s Failures/s Request Count Failure Count Min Response Time (ms) Max Response Time (ms)
/chat/completions Passed ✅ 210.0 239.24647793068146 6.21745665443628 0.00334092243655899 1861 1 73.25327600000264 3903.3159660000083
Aggregated Passed ✅ 210.0 239.24647793068146 6.21745665443628 0.00334092243655899 1861 1 73.25327600000264 3903.3159660000083

v1.59.9

What's Changed

... (truncated)

Commits
  • 395e22e fix code qa check
  • ba8ba9e feat(databricks/chat/transformation.py): add tools and 'tool_choice' param su...
  • 9fa44a4 docs(bedrock.md): update docs to show how to use converse like route for inte...
  • 12a8489 run ci/cd again
  • dad24f2 Litellm dev 01 29 2025 p2 (#8102)
  • a57fad1 Litellm dev 01 29 2025 p1 (#8097)
  • d10bd67 ui chat ui fixes (#8105)
  • 31e967c test_generate_and_update_key
  • 233d82b bump: version 1.59.9 → 1.59.10
  • 6c2a875 ui new build
  • Additional commits viewable in compare view

Updates google-generativeai from 0.8.3 to 0.8.4

Release notes

Sourced from google-generativeai's releases.

v0.8.4

What's Changed

New Contributors

Full Changelog: google-gemini/generative-ai-python@v0.8.3...v0.8.4

Commits
  • 92b287d Update google-ai-generativelanguage version (#665)
  • 5a3ba73 Copy AIS templates from cookbook. (#635)
  • b8772ed fix: Pass along model version in GenerateContentResponse (#621)
  • 4c00257 Move imports into samples (#638)
  • a04fcd1 Fix 'argument list too long' error and add couple vision examples (#634)
  • 0e5c5f2 Add whitespace to generated tables to fix markdown in tables. (#602)
  • c16df61 Use double quotes for JSON object keys (#612)
  • db8221a fix: thread-safe discovery API setup (Issues#327) (#583)
  • 3d91916 Fix GenerationConfig to match the API. (#609)
  • e9b0cde Remove references to Pro 1.0 (#600)
  • Additional commits viewable in compare view

Updates google-api-python-client from 2.157.0 to 2.160.0

Release notes

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

v2.160.0

2.160.0 (2025-01-21)

Features

Bug Fixes

v2.159.0

2.159.0 (2025-01-14)

Features

... (truncated)

Commits

Updates fastapi from 0.115.6 to 0.115.8

Release notes

Sourced from fastapi's releases.

0.115.8

Fixes

  • 🐛 Fix OAuth2PasswordRequestForm and OAuth2PasswordRequestFormStrict fixed grant_type "password" RegEx. PR #9783 by @​skarfie123.

Refactors

Docs

Translations

  • 🌐 Add Japanese translation for docs/ja/docs/environment-variables.md. PR #13226 by @​k94-ishi.
  • 🌐 Add Russian translation for docs/ru/docs/advanced/async-tests.md. PR #13227 by @​Rishat-F.
  • 🌐 Update Russian translation for docs/ru/docs/tutorial/dependencies/dependencies-in-path-operation-decorators.md. PR #13252 by @​Rishat-F.
  • 🌐 Add Russian translation for docs/ru/docs/tutorial/bigger-applications.md. PR #13154 by @​alv2017.

Internal

  • ⬆️ Add support for Python 3.13. PR #13274 by @​tiangolo.
  • ⬆️ Upgrade AnyIO max version for tests, new range: >=3.2.1,<5.0.0. PR #13273 by @​tiangolo.
  • 🔧 Update Sponsors badges. PR #13271 by @​tiangolo.
  • ♻️ Fix notify_translations.py empty env var handling for PR label events vs workflow_dispatch. PR #13272 by @​tiangolo.
  • ♻️ Refactor and move scripts/notify_translations.py, no need for a custom GitHub Action. PR #13270 by @​tiangolo.
  • 🔨 Update FastAPI People Experts script, refactor and optimize data fetching to handle rate limits. PR #13267 by @​tiangolo.
  • ⬆ Bump pypa/gh-action-pypi-publish from 1.12.3 to 1.12.4. PR #13251 by @​dependabot[bot].

0.115.7

Upgrades

Refactors

... (truncated)

Commits
  • 7128971 🔖 Release version 0.115.8
  • 55f8a44 📝 Update release notes
  • 83ab6ac 📝 Change the word "unwrap" to "unpack" in `docs/en/docs/tutorial/extra-models...
  • 3d02a92 📝 Update release notes
  • 1b00f8a ✅ Simplify tests for body_multiple_params (#13237)
  • d97647f 📝 Update release notes
  • 9667ce8 📝 Update Request Body's tutorial002 to deal with tax=0 case (#13230)
  • 0541693 📝 Update release notes
  • 041b2e1 📝 Update release notes
  • 30b270b ♻️ Move duplicated code portion to a static method in the APIKeyBase super ...
  • Additional commits viewable in compare view

Updates numpy from 2.2.1 to 2.2.2

Release notes

Sourced from numpy's releases.

2.2.2 (Jan 18, 2025)

NumPy 2.2.2 Release Notes

NumPy 2.2.2 is a patch release that fixes bugs found after the 2.2.1 release. The number of typing fixes/updates is notable. This release supports Python versions 3.10-3.13.

Contributors

A total of 8 people contributed to this release. People with a "+" by their names contributed a patch for the first time.

  • Alicia Boya García +
  • Charles Harris
  • Joren Hammudoglu
  • Kai Germaschewski +
  • Nathan Goldbaum
  • PTUsumit +
  • Rohit Goswami
  • Sebastian Berg

Pull requests merged

A total of 16 pull requests were merged for this release.

  • #28050: MAINT: Prepare 2.2.x for further development
  • #28055: TYP: fix void arrays not accepting str keys in __setitem__
  • #28066: TYP: fix unnecessarily broad integer binop return types (#28065)
  • #28112: TYP: Better ndarray binop return types for float64 &...
  • #28113: TYP: Return the correct bool from issubdtype
  • #28114: TYP: Always accept date[time] in the datetime64 constructor
  • #28120: BUG: Fix auxdata initialization in ufunc slow path
  • #28131: BUG: move reduction initialization to ufunc initialization
  • #28132: TYP: Fix interp to accept and return scalars
  • #28137: BUG: call PyType_Ready in f2py to avoid data races
  • #28145: BUG: remove unnecessary call to PyArray_UpdateFlags
  • #28160: BUG: Avoid data race in PyArray_CheckFromAny_int
  • #28175: BUG: Fix f2py directives and --lower casing
  • #28176: TYP: Fix overlapping overloads issue in 2->1 ufuncs
  • #28177: TYP: preserve shape-type in ndarray.astype()
  • #28178: TYP: Fix missing and spurious top-level exports

Checksums

MD5

749cb2adf8043551aae22bbf0ed3130a  numpy-2.2.2-cp310-cp310-macosx_10_9_x86_64.whl
bc79fa2e44316b7ce9bacb48a993ed91  numpy-2.2.2-cp310-cp310-macosx_11_0_arm64.whl
c6b2caa2bbb645b5950dccb77efb1dbb  numpy-2.2.2-cp310-cp310-macosx_14_0_arm64.whl
8c410efac169af880cacbbac8a731658  numpy-2.2.2-cp310-cp310-macosx_14_0_x86_64.whl

... (truncated)

Commits
  • fd8a68e Merge pull request #28184 from charris/prepare-2.2.2
  • 0d106a5 REL: Prepare for the NumPy 2.2.2 release [wheel build]
  • dfdd35a Merge pull request #28175 from charris/backport-28056
  • e4517a8 Merge pull request #28176 from charris/backport-28168
  • 2c0432b Merge pull request #28178 from charris/backport-28170
  • 2230a08 Merge pull request #28177 from charris/backport-28169
  • b04e32c TYP: Fix missing and spurious top-level exports
  • 6a5f537 TYP: preserve shape-type in ndarray.astype()
  • f782790 TYP: Fix overlapping overloads issue in 2->1 ufuncs
  • a19acf1 BUG: Fix casing for f2py directives
  • Additional commits viewable in compare view

Updates e2b from 1.0.5 to 1.0.6

Commits
  • fe7ed15 Process time out returns incorrect exception in pythonsdk e2b 1476 (#550)
  • 8c52e73 Lint
  • 359d17d Fix versions to match updated envd version
  • 51e8f18 Cleanup tests only in debug
  • ec9288a Add recursive watch envd version check python SDK, js SDK check
  • 29dc1a9 Add recursive watch envd version check
  • ea8f4ff Run js tests cleanup using onTestFinished
  • 6596eda Test for recursive folder creation, add newline after code to docs
  • 76b4ac0 Regenerated python stubs with version 5.28.3
  • c8914c2 Improve recursive watch tests and folders naming
  • Additional commits viewable in compare view

Updates boto3 from 1.35.95 to 1.36.10

Commits
  • 7893a06 Merge branch 'release-1.36.10'
  • f147d86 Bumping version to 1.36.10
  • 07397a2 Add changelog entries from botocore
  • 6003754 Merge branch 'release-1.36.9'
  • 622fdef Merge branch 'release-1.36.9' into develop
  • 76e9059 Bumping version to 1.36.9
  • 4383c56 Add changelog entries from botocore
  • c74aae5 Merge branch 'release-1.36.8'
  • 81af4d6 Merge branch 'release-1.36.8' into develop
  • 6b0f641 Bumping version to 1.36.8
  • Additional commits viewable in compare view

Updates minio from 7.2.14 to 7.2.15

Release notes

Sourced from minio's releases.

Bugfix Release

What's Changed

Full Changelog: minio/minio-py@7.2.14...7.2.15

Commits
  • 2a0f68b fix: Excluded prefixes in set/get bucket versioning config (#1475)
  • d208ce6 xml: prepend namespace for each path in findall() (#1476)
  • 6425726 MinioAdmin: conditionally decrypt response in {attach,detach}_policy APIs (#1...
  • 06c7dd8 Update version to next release
  • See full diff in compare view

Updates pyarrow from 18.1.0 to 19.0.0

Release notes

Sourced from pyarrow's releases.

Apache Arrow 19.0.0

Release Notes URL: https://arrow.apache.org/release/19.0.0.html

Apache Arrow 19.0.0 RC0

Release Notes: Release Candidate: 19.0.0 RC0

Commits
  • a999eac MINOR: [Release] Update versions for 19.0.0
  • f6b7bc8 MINOR: [Release] Update .deb/.rpm changelogs for 19.0.0
  • 848fde3 MINOR: [Release] Update CHANGELOG.md for 19.0.0
  • 8677e33 GH-45175: [Python] Honor the strings_to_categorical keyword in to_pandas for ...
  • f41f590 GH-45166: [CI][C++] Upgrade Alpine Linux to 3.18 from 3.16 (#45168)
  • 8cff21f GH-45178: [CI] Remove clcache related codes (#45182)
  • 777797e GH-45183: [C++][Release] Add llvm-dev back to setup-ubuntu.sh (#45184)
  • 14dc66d MINOR: [C#] Bump coverlet.collector from 6.0.2 to 6.0.3 in /csharp (#45179)
  • a931aff GH-45073: [C++][Parquet] Fix generation of repetition levels for encryption t...
  • ada8750 GH-44563: [C++] FunctionOptions::{Serialize,Deserialize}() return an error ...
  • Additional commits viewable in compare view

Updates google-cloud-aiplatform from 1.76.0 to 1.79.0

Release notes

Sourced from google-cloud-aiplatform's releases.

v1.79.0

1.79.0 (2025-01-28)

Features

  • Add machine_spec, data_persistent_disk_spec, network_spec, euc_config, shielded_vm_config to .google.cloud.aiplatform.v1beta1.NotebookRuntime (4620e6f)
  • Add machine_spec, data_persistent_disk_spec, network_spec, euc_config, shielded_vm_config to message .google.cloud.aiplatform.v1.NotebookRuntime (4620e6f)
  • Add per-modality token count break downs for GenAI APIs (4620e6f)
  • Add per-modality token count break downs for GenAI APIs (4620e6f)
  • Add speculative decoding spec to DeployedModel proto (4620e6f)
  • Enable FeatureGroup IAM Methods in v1beta1 API version (4620e6f)
  • Enable FeatureView Service Account in v1 API version (4620e6f)
  • Enable UpdateFeatureMonitor in v1beta1 API version (4620e6f)
  • Expose code execution tool API to v1 (4620e6f)
  • GenAI Evaluation: Release GenAI Evaluation SDK Autorater Config/Tuning/Evaluation to vertexai.preview module. (4531d08)
  • Reasoning Engine v1 GAPIC release (4620e6f)
  • Remove autorater config related visibility v1beta1 (4620e6f)
  • Update supported locations (50a66b7)
  • Upload aggregate metrics and generative models used in an evaluation to GCS. (713ffac)

Documentation

  • Deprecate is_default in message .google.cloud.aiplatform.v1.NotebookRuntimeTemplate (4620e6f)
  • Deprecate is_default in message .google.cloud.aiplatform.v1beta1.NotebookRuntimeTemplate (4620e6f)
  • Deprecate service_account in message .google.cloud.aiplatform.v1.NotebookRuntime (4620e6f)
  • Deprecate service_account in message .google.cloud.aiplatform.v1.NotebookRuntimeTemplate (4620e6f)
  • Deprecate service_account in message .google.cloud.aiplatform.v1beta1.NotebookRuntime (4620e6f)
  • Deprecate service_account in message .google.cloud.aiplatform.v1beta1.NotebookRuntimeTemplate (4620e6f)

v1.78.0

1.78.0 (2025-01-21)

Features

  • Allow users to specify the job_display_name. (1d1b3f0)
  • Implement method to get number of pending jobs. (ec57cf4)
  • Reasoning Engine v1 GAPIC release (4eab30e)
  • Update comment for LlmParser default gemini requests per minute (97be726)

Documentation

  • Update the code snippet for LangGraph Agent template (9e6cc62)

v1.77.0

1.77.0 (2025-01-15)

... (truncated)

Changelog

Sourced from google-cloud-aiplatform's changelog.

1.79.0 (2025-01-28)

Features

  • Add machine_spec, data_persistent_disk_spec, network_spec, euc_config, shielded_vm_config to .google.cloud.aiplatform.v1beta1.NotebookRuntime (4620e6f)
  • Add machine_spec, data_persistent_disk_spec, network_spec, euc_config, shielded_vm_config to message .google.cloud.aiplatform.v1.NotebookRuntime (4620e6f)
  • Add per-modality token count break downs for GenAI APIs (

Bumps the version-all group with 25 updates in the / directory:

| Package | From | To |
| --- | --- | --- |
| [litellm](https://github.com/BerriAI/litellm) | `1.57.4` | `1.59.10` |
| [google-generativeai](https://github.com/google/generative-ai-python) | `0.8.3` | `0.8.4` |
| [google-api-python-client](https://github.com/googleapis/google-api-python-client) | `2.157.0` | `2.160.0` |
| [fastapi](https://github.com/fastapi/fastapi) | `0.115.6` | `0.115.8` |
| [numpy](https://github.com/numpy/numpy) | `2.2.1` | `2.2.2` |
| [e2b](https://github.com/e2b-dev/e2b) | `1.0.5` | `1.0.6` |
| [boto3](https://github.com/boto/boto3) | `1.35.95` | `1.36.10` |
| [minio](https://github.com/minio/minio-py) | `7.2.14` | `7.2.15` |
| [pyarrow](https://github.com/apache/arrow) | `18.1.0` | `19.0.0` |
| [google-cloud-aiplatform](https://github.com/googleapis/python-aiplatform) | `1.76.0` | `1.79.0` |
| [anthropic](https://github.com/anthropics/anthropic-sdk-python) | `0.42.0` | `0.45.2` |
| [protobuf](https://github.com/protocolbuffers/protobuf) | `4.25.5` | `4.25.6` |
| [modal](https://github.com/modal-labs/modal-client) | `0.72.0` | `0.73.6` |
| [runloop-api-client](https://github.com/runloopai/api-client-python) | `0.12.0` | `0.16.0` |
| [libtmux](https://github.com/tmux-python/libtmux) | `0.39.0` | `0.40.1` |
| [openhands-aci](https://github.com/All-Hands-AI/openhands-aci) | `0.1.8` | `0.1.9` |
| [llama-index](https://github.com/run-llama/llama_index) | `0.12.10` | `0.12.14` |
| [chromadb](https://github.com/chroma-core/chroma) | `0.6.2` | `0.6.3` |
| llama-index-embeddings-huggingface | `0.5.0` | `0.5.1` |
| [torch](https://github.com/pytorch/pytorch) | `2.5.1` | `2.6.0` |
| [ruff](https://github.com/astral-sh/ruff) | `0.9.0` | `0.9.4` |
| [pre-commit](https://github.com/pre-commit/pre-commit) | `4.0.1` | `4.1.0` |
| [pytest-asyncio](https://github.com/pytest-dev/pytest-asyncio) | `0.25.2` | `0.25.3` |
| [openai](https://github.com/openai/openai-python) | `1.59.5` | `1.60.2` |
| [jupyterlab](https://github.com/jupyterlab/jupyterlab) | `4.3.4` | `4.3.5` |



Updates `litellm` from 1.57.4 to 1.59.10
- [Release notes](https://github.com/BerriAI/litellm/releases)
- [Commits](BerriAI/litellm@v1.57.4...v1.59.10)

Updates `google-generativeai` from 0.8.3 to 0.8.4
- [Release notes](https://github.com/google/generative-ai-python/releases)
- [Changelog](https://github.com/google-gemini/generative-ai-python/blob/main/RELEASE.md)
- [Commits](google-gemini/generative-ai-python@v0.8.3...v0.8.4)

Updates `google-api-python-client` from 2.157.0 to 2.160.0
- [Release notes](https://github.com/googleapis/google-api-python-client/releases)
- [Commits](googleapis/google-api-python-client@v2.157.0...v2.160.0)

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

Updates `numpy` from 2.2.1 to 2.2.2
- [Release notes](https://github.com/numpy/numpy/releases)
- [Changelog](https://github.com/numpy/numpy/blob/main/doc/RELEASE_WALKTHROUGH.rst)
- [Commits](numpy/numpy@v2.2.1...v2.2.2)

Updates `e2b` from 1.0.5 to 1.0.6
- [Release notes](https://github.com/e2b-dev/e2b/releases)
- [Commits](https://github.com/e2b-dev/e2b/compare/[email protected]@1.0.6)

Updates `boto3` from 1.35.95 to 1.36.10
- [Release notes](https://github.com/boto/boto3/releases)
- [Commits](boto/boto3@1.35.95...1.36.10)

Updates `minio` from 7.2.14 to 7.2.15
- [Release notes](https://github.com/minio/minio-py/releases)
- [Commits](minio/minio-py@7.2.14...7.2.15)

Updates `pyarrow` from 18.1.0 to 19.0.0
- [Release notes](https://github.com/apache/arrow/releases)
- [Commits](apache/arrow@apache-arrow-18.1.0...apache-arrow-19.0.0)

Updates `google-cloud-aiplatform` from 1.76.0 to 1.79.0
- [Release notes](https://github.com/googleapis/python-aiplatform/releases)
- [Changelog](https://github.com/googleapis/python-aiplatform/blob/main/CHANGELOG.md)
- [Commits](googleapis/python-aiplatform@v1.76.0...v1.79.0)

Updates `anthropic` from 0.42.0 to 0.45.2
- [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.42.0...v0.45.2)

Updates `protobuf` from 4.25.5 to 4.25.6
- [Release notes](https://github.com/protocolbuffers/protobuf/releases)
- [Changelog](https://github.com/protocolbuffers/protobuf/blob/main/protobuf_release.bzl)
- [Commits](protocolbuffers/protobuf@v4.25.5...v4.25.6)

Updates `modal` from 0.72.0 to 0.73.6
- [Changelog](https://github.com/modal-labs/modal-client/blob/main/CHANGELOG.md)
- [Commits](modal-labs/modal-client@v0.72.0...v0.73.6)

Updates `runloop-api-client` from 0.12.0 to 0.16.0
- [Release notes](https://github.com/runloopai/api-client-python/releases)
- [Changelog](https://github.com/runloopai/api-client-python/blob/main/CHANGELOG.md)
- [Commits](runloopai/api-client-python@v0.12.0...v0.16.0)

Updates `libtmux` from 0.39.0 to 0.40.1
- [Release notes](https://github.com/tmux-python/libtmux/releases)
- [Changelog](https://github.com/tmux-python/libtmux/blob/master/CHANGES)
- [Commits](tmux-python/libtmux@v0.39.0...v0.40.1)

Updates `openhands-aci` from 0.1.8 to 0.1.9
- [Release notes](https://github.com/All-Hands-AI/openhands-aci/releases)
- [Commits](All-Hands-AI/openhands-aci@0.1.8...0.1.9)

Updates `llama-index` from 0.12.10 to 0.12.14
- [Release notes](https://github.com/run-llama/llama_index/releases)
- [Changelog](https://github.com/run-llama/llama_index/blob/main/CHANGELOG.md)
- [Commits](run-llama/llama_index@v0.12.10...v0.12.14)

Updates `chromadb` from 0.6.2 to 0.6.3
- [Release notes](https://github.com/chroma-core/chroma/releases)
- [Changelog](https://github.com/chroma-core/chroma/blob/main/RELEASE_PROCESS.md)
- [Commits](chroma-core/chroma@0.6.2...0.6.3)

Updates `llama-index-embeddings-huggingface` from 0.5.0 to 0.5.1

Updates `torch` from 2.5.1 to 2.6.0
- [Release notes](https://github.com/pytorch/pytorch/releases)
- [Changelog](https://github.com/pytorch/pytorch/blob/main/RELEASE.md)
- [Commits](pytorch/pytorch@v2.5.1...v2.6.0)

Updates `ruff` from 0.9.0 to 0.9.4
- [Release notes](https://github.com/astral-sh/ruff/releases)
- [Changelog](https://github.com/astral-sh/ruff/blob/main/CHANGELOG.md)
- [Commits](astral-sh/ruff@0.9.0...0.9.4)

Updates `pre-commit` from 4.0.1 to 4.1.0
- [Release notes](https://github.com/pre-commit/pre-commit/releases)
- [Changelog](https://github.com/pre-commit/pre-commit/blob/main/CHANGELOG.md)
- [Commits](pre-commit/pre-commit@v4.0.1...v4.1.0)

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

Updates `openai` from 1.59.5 to 1.60.2
- [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.59.5...v1.60.2)

Updates `jupyterlab` from 4.3.4 to 4.3.5
- [Release notes](https://github.com/jupyterlab/jupyterlab/releases)
- [Changelog](https://github.com/jupyterlab/jupyterlab/blob/@jupyterlab/[email protected]/CHANGELOG.md)
- [Commits](https://github.com/jupyterlab/jupyterlab/compare/@jupyterlab/[email protected]...@jupyterlab/[email protected])

---
updated-dependencies:
- dependency-name: litellm
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: version-all
- dependency-name: google-generativeai
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: version-all
- dependency-name: google-api-python-client
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: version-all
- dependency-name: fastapi
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: version-all
- dependency-name: numpy
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: version-all
- dependency-name: e2b
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: version-all
- dependency-name: boto3
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: version-all
- dependency-name: minio
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: version-all
- dependency-name: pyarrow
  dependency-type: direct:production
  update-type: version-update:semver-major
  dependency-group: version-all
- dependency-name: google-cloud-aiplatform
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: version-all
- dependency-name: anthropic
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: version-all
- dependency-name: protobuf
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: version-all
- dependency-name: modal
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: version-all
- dependency-name: runloop-api-client
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: version-all
- dependency-name: libtmux
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: version-all
- dependency-name: openhands-aci
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: version-all
- dependency-name: llama-index
  dependency-type: direct:development
  update-type: version-update:semver-patch
  dependency-group: version-all
- dependency-name: chromadb
  dependency-type: direct:development
  update-type: version-update:semver-patch
  dependency-group: version-all
- dependency-name: llama-index-embeddings-huggingface
  dependency-type: direct:development
  update-type: version-update:semver-patch
  dependency-group: version-all
- dependency-name: torch
  dependency-type: direct:development
  update-type: version-update:semver-minor
  dependency-group: version-all
- dependency-name: ruff
  dependency-type: direct:development
  update-type: version-update:semver-patch
  dependency-group: version-all
- dependency-name: pre-commit
  dependency-type: direct:development
  update-type: version-update:semver-minor
  dependency-group: version-all
- dependency-name: pytest-asyncio
  dependency-type: direct:development
  update-type: version-update:semver-patch
  dependency-group: version-all
- dependency-name: openai
  dependency-type: direct:development
  update-type: version-update:semver-minor
  dependency-group: version-all
- dependency-name: jupyterlab
  dependency-type: direct:development
  update-type: version-update:semver-patch
  dependency-group: version-all
...

Signed-off-by: dependabot[bot] <[email protected]>
@dependabot dependabot bot added dependencies Pull requests that update a dependency file python Pull requests that update Python code labels Jan 31, 2025
Copy link
Author

dependabot bot commented on behalf of github Feb 3, 2025

Looks like these dependencies are updatable in another way, so this is no longer needed.

@dependabot dependabot bot closed this Feb 3, 2025
@dependabot dependabot bot deleted the dependabot/pip/version-all-43e304e9da branch February 3, 2025 14:01
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 python Pull requests that update Python code
Projects
None yet
Development

Successfully merging this pull request may close these issues.

0 participants