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(deps): bump the version-all group across 1 directory with 10 updates #6711

Closed
wants to merge 1 commit into from

Conversation

dependabot[bot]
Copy link
Contributor

@dependabot dependabot bot commented on behalf of github Feb 13, 2025

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

Package From To
litellm 1.60.8 1.61.1
json-repair 0.35.0 0.36.1
e2b 1.0.6 1.1.0
boto3 1.36.16 1.36.19
google-cloud-aiplatform 1.79.0 1.80.0
modal 0.73.26 0.73.43
runloop-api-client 0.22.0 0.23.0
llama-index 0.12.16 0.12.17
openai 1.61.1 1.62.0
reportlab 4.3.0 4.3.1

Updates litellm from 1.60.8 to 1.61.1

Release notes

Sourced from litellm's releases.

v1.61.1

What's Changed

Full Changelog: BerriAI/litellm@v1.61.0...v1.61.1

Docker Run LiteLLM Proxy

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

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 ✅ 160.0 180.272351294557 6.268555221678184 0.0 1874 0 118.979319999994 3618.562145999988
Aggregated Passed ✅ 160.0 180.272351294557 6.268555221678184 0.0 1874 0 118.979319999994 3618.562145999988

v1.61.0

What's Changed

New Contributors

... (truncated)

Commits

Updates json-repair from 0.35.0 to 0.36.1

Release notes

Sourced from json-repair's releases.

Release 0.36.1

Fixed

  • Fix #94, if the string contained a ":" outside of the json to repair, this would case a repair action to fail

Think about sponsoring this library!

This library is free for everyone and it's maintained and developed as a side project so, if you find this library useful for your work, consider offering me a beer via this link: https://github.com/sponsors/mangiucugna

Release 0.36.0

Added

Sponsors

This release is sponsored by @​amzker. Thank you very much for your generous donation!

This library is open-source and available for everyone, maintained and improved as a passion project during my free time. If it has made your work easier or added value to your projects, I’d greatly appreciate your support!

You can contribute by buying me a virtual beer through this link: https://github.com/sponsors/mangiucugna.

Commits
  • 6725afb Fix #94, if the string contained a ":" outside of the json to repair, this wo...
  • 72bd2b3 Fix #95, bump to 0.36.0
  • 2d8c3e0 Merge pull request #96 from sean-weber-cambri/Bug]-Fails-to-parse-improperly-...
  • f15fea6 Add fix for case when list is improperly terminated and there are multiple lists
  • 07d1f96 update deps for pre-commit
  • d5b5247 update dependencies
  • 1b84a23 Update python-package.yml
  • See full diff in compare view

Updates e2b from 1.0.6 to 1.1.0

Commits

Updates boto3 from 1.36.16 to 1.36.19

Commits
  • 3c124c2 Merge branch 'release-1.36.19'
  • 8a2a123 Bumping version to 1.36.19
  • 565b2a3 Add changelog entries from botocore
  • 3868fa1 Merge branch 'release-1.36.18'
  • 8d1696b Merge branch 'release-1.36.18' into develop
  • 884c1e7 Bumping version to 1.36.18
  • db8e0d7 Add changelog entries from botocore
  • e5a38ab Merge branch 'release-1.36.17'
  • 38bb7e9 Merge branch 'release-1.36.17' into develop
  • df344c5 Bumping version to 1.36.17
  • Additional commits viewable in compare view

Updates google-cloud-aiplatform from 1.79.0 to 1.80.0

Release notes

Sourced from google-cloud-aiplatform's releases.

v1.80.0

1.80.0 (2025-02-11)

Features

  • Add notebook helper functions to preview eval SDK to display and visualize evaluation results in an IPython environment (1ab4344)
  • Add vertex_registry_source to create_feature_view method (0abe0b7)
  • Support global endpoint natively (d4cae46)
  • Support Python 3.12 for reasoning engine. (1624a23)
  • Upload dataset URI, metric criteria, and rating rubrics used in an evaluation to GCS. (aabb579)

Bug Fixes

  • Handle the streaming of JSON delimited by newlines (acc82c5)
  • Use GA generative_models path in tune_autorater to make it consistent with model parameter in Rapid Eval SDK evaluate function (ef596f5)

Documentation

  • Fix minor typos in generative model readme. (d0ef994)
Changelog

Sourced from google-cloud-aiplatform's changelog.

1.80.0 (2025-02-11)

Features

  • Add notebook helper functions to preview eval SDK to display and visualize evaluation results in an IPython environment (1ab4344)
  • Add vertex_registry_source to create_feature_view method (0abe0b7)
  • Support global endpoint natively (d4cae46)
  • Support Python 3.12 for reasoning engine. (1624a23)
  • Upload dataset URI, metric criteria, and rating rubrics used in an evaluation to GCS. (aabb579)

Bug Fixes

  • Handle the streaming of JSON delimited by newlines (acc82c5)
  • Use GA generative_models path in tune_autorater to make it consistent with model parameter in Rapid Eval SDK evaluate function (ef596f5)

Documentation

  • Fix minor typos in generative model readme. (d0ef994)
Commits
  • 0aedb1e chore(main): release 1.80.0 (#4931)
  • d0ef994 docs: Fix minor typos in generative model readme.
  • 1ab4344 feat: Add notebook helper functions to preview eval SDK to display and visual...
  • 0abe0b7 feat: add vertex_registry_source to create_feature_view method
  • 1624a23 feat: Support Python 3.12 for reasoning engine.
  • aabb579 feat: Upload dataset URI, metric criteria, and rating rubrics used in an eval...
  • d4cae46 feat: Support global endpoint natively
  • d205601 chore: fix unit test assertions
  • 58fbabd chore: Update output_dimensionality docstring to a more generic description.
  • ef596f5 fix: Use GA generative_models path in tune_autorater to make it consistent ...
  • Additional commits viewable in compare view

Updates modal from 0.73.26 to 0.73.43

Changelog

Sourced from modal's changelog.

Changelog

This changelog documents user-facing updates (features, enhancements, fixes, and deprecations) to the modal client library. Patch releases are made on every change.

The client library is still in pre-1.0 development, and sometimes breaking changes are necessary. We try to minimize them and publish deprecation warnings / migration guides in advance, typically providing a transition window of several months.

We appreciate your patience while we speedily work towards a stable release of the client.

Latest

0.73.40 (2025-02-12)

  • Function.web_url will now return None (instead of raising an error) when the Function is not a web endpoint

0.73.31 (2025-02-10)

  • Deprecate the GPU classes (gpu=A100(...) etc) in favor of just using strings (gpu="A100" etc)
Commits
  • d499c66 [auto-commit] [skip ci] Bump the build number
  • fd25ea3 Revert "Remove cloud provider in client" (#2868)
  • 9051b41 [auto-commit] [skip ci] Bump the build number
  • cbac803 Remove cloud provider in client (#2866)
  • c80a703 [auto-commit] [skip ci] Bump the build number
  • f90d5dd Fix automount deprecations (#2860)
  • 29aaa3b [auto-commit] [skip ci] Bump the build number
  • 44906ed Allow Function.web_url to return None when Function is not a web endpoint (#2...
  • 47357f1 [auto-commit] [skip ci] Bump the build number
  • 346da8e Remove Image.gpu from proto and don't send it (#2851)
  • Additional commits viewable in compare view

Updates runloop-api-client from 0.22.0 to 0.23.0

Release notes

Sourced from runloop-api-client's releases.

v0.23.0

0.23.0 (2025-02-11)

Full Changelog: v0.22.0...v0.23.0

Features

Bug Fixes

Chores

  • internal: codegen related update (#538) (b538d7c)
  • internal: fix type traversing dictionary params (#537) (d6afc80)
  • internal: minor type handling changes (#539) (ecd4acd)
Changelog

Sourced from runloop-api-client's changelog.

0.23.0 (2025-02-11)

Full Changelog: v0.22.0...v0.23.0

Features

Bug Fixes

Chores

  • internal: codegen related update (#538) (b538d7c)
  • internal: fix type traversing dictionary params (#537) (d6afc80)
  • internal: minor type handling changes (#539) (ecd4acd)
Commits

Updates llama-index from 0.12.16 to 0.12.17

Changelog

Sourced from llama-index's changelog.

llama-index-core [0.12.17]

  • Added support for AudioBlocks in chat messages (OpenAI only for now) (#17780)
  • Fix: SimpleDirectoryReader metadata handles timezones inconsistently (#17724)

llama-index-agent-openai [0.4.4]

  • added additional parameters in openai assistant agent (#17729)
  • Avoid async race conditions in aput_messages (#17754)

llama-index-embeddings-siliconflow [0.2.1]

  • Add retry logic to siliconflow llm and embeddings (#17771)

llama-index-graph-rag-cognee [0.1.3]

  • Cognee integration version update (#17769)

llama-index-graph-stores-neptune [0.3.1]

  • fix: update the upsert_triplet method in neptune integration (#17727)

llama-index-llms-gemini [0.4.9]

  • fix gemini tool choice (#17747)
  • fix gemini multi-turn tool calling (#17764)
  • chore: add tests for latest gemini structured gen (#17762)

llama-index-llms-ibm [0.3.2]

  • fix: Update WatsonxLLM.stream_chat() to adapt to upcoming ibm-watsonx-ai 1.2.7 and avoid error. (#17772)

llama-index-llms-langchain [0.6.0]

  • Update the llama-index-llms-langchain to latest langchain API - removes the deprecation warning (#17770)

llama-index-llms-ollama [0.5.2]

  • Ollama Native Multimodal support with ImageBlocks (#17759)

llama-index-llms-openai [0.3.19]

  • add audio support to openai (#17780)

llama-index-llms-openvino-genai [0.1.0]

  • Add llama-index-llms-openvino-genai package (#17714)

llama-index-llms-siliconflow [0.2.1]

... (truncated)

Commits

Updates openai from 1.61.1 to 1.62.0

Release notes

Sourced from openai's releases.

v1.62.0

1.62.0 (2025-02-12)

Full Changelog: v1.61.1...v1.62.0

Features

  • client: send X-Stainless-Read-Timeout header (#2094) (0288213)
  • embeddings: use stdlib array type for improved performance (#2060) (9a95db9)
  • pagination: avoid fetching when has_more: false (#2098) (1882483)

Bug Fixes

  • api: add missing reasoning effort + model enums (#2096) (e0ca9f0)
  • parsing: don't default to an empty array (#2106) (8e748bb)

Chores

  • internal: fix type traversing dictionary params (#2097) (4e5b368)
  • internal: minor type handling changes (#2099) (a2c6da0)
Changelog

Sourced from openai's changelog.

1.62.0 (2025-02-12)

Full Changelog: v1.61.1...v1.62.0

Features

  • client: send X-Stainless-Read-Timeout header (#2094) (0288213)
  • embeddings: use stdlib array type for improved performance (#2060) (9a95db9)
  • pagination: avoid fetching when has_more: false (#2098) (1882483)

Bug Fixes

  • api: add missing reasoning effort + model enums (#2096) (e0ca9f0)
  • parsing: don't default to an empty array (#2106) (8e748bb)

Chores

  • internal: fix type traversing dictionary params (#2097) (4e5b368)
  • internal: minor type handling changes (#2099) (a2c6da0)
Commits
  • 3f8d820 release: 1.62.0
  • b45168e fix(parsing): don't default to an empty array (#2106)
  • b5f6dc7 chore(internal): minor type handling changes (#2099)
  • e2f2db8 feat(pagination): avoid fetching when has_more: false (#2098)
  • af6a943 chore(internal): fix type traversing dictionary params (#2097)
  • 2c20ea7 feat(embeddings): use stdlib array type for improved performance (#2060)
  • 8640fd8 fix(api): add missing reasoning effort + model enums (#2096)
  • b99c35c feat(client): send X-Stainless-Read-Timeout header (#2094)
  • See full diff in compare view

Updates reportlab from 4.3.0 to 4.3.1

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

@dependabot dependabot bot added dependencies Pull requests that update a dependency file python Pull requests that update Python code labels Feb 13, 2025
…dates

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

| Package | From | To |
| --- | --- | --- |
| [litellm](https://github.com/BerriAI/litellm) | `1.60.8` | `1.61.1` |
| [json-repair](https://github.com/mangiucugna/json_repair) | `0.35.0` | `0.36.1` |
| [e2b](https://github.com/e2b-dev/e2b) | `1.0.6` | `1.1.0` |
| [boto3](https://github.com/boto/boto3) | `1.36.16` | `1.36.19` |
| [google-cloud-aiplatform](https://github.com/googleapis/python-aiplatform) | `1.79.0` | `1.80.0` |
| [modal](https://github.com/modal-labs/modal-client) | `0.73.26` | `0.73.43` |
| [runloop-api-client](https://github.com/runloopai/api-client-python) | `0.22.0` | `0.23.0` |
| [llama-index](https://github.com/run-llama/llama_index) | `0.12.16` | `0.12.17` |
| [openai](https://github.com/openai/openai-python) | `1.61.1` | `1.62.0` |
| [reportlab](https://www.reportlab.com/) | `4.3.0` | `4.3.1` |



Updates `litellm` from 1.60.8 to 1.61.1
- [Release notes](https://github.com/BerriAI/litellm/releases)
- [Commits](BerriAI/litellm@v1.60.8...v1.61.1)

Updates `json-repair` from 0.35.0 to 0.36.1
- [Release notes](https://github.com/mangiucugna/json_repair/releases)
- [Commits](mangiucugna/json_repair@v0.35.0...v0.36.1)

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

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

Updates `google-cloud-aiplatform` from 1.79.0 to 1.80.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.79.0...v1.80.0)

Updates `modal` from 0.73.26 to 0.73.43
- [Changelog](https://github.com/modal-labs/modal-client/blob/main/CHANGELOG.md)
- [Commits](modal-labs/modal-client@v0.73.26...v0.73.43)

Updates `runloop-api-client` from 0.22.0 to 0.23.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.22.0...v0.23.0)

Updates `llama-index` from 0.12.16 to 0.12.17
- [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.16...v0.12.17)

Updates `openai` from 1.61.1 to 1.62.0
- [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.61.1...v1.62.0)

Updates `reportlab` from 4.3.0 to 4.3.1

---
updated-dependencies:
- dependency-name: litellm
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: version-all
- dependency-name: json-repair
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: version-all
- dependency-name: e2b
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: version-all
- dependency-name: boto3
  dependency-type: direct:production
  update-type: version-update:semver-patch
  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: modal
  dependency-type: direct:production
  update-type: version-update:semver-patch
  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: llama-index
  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: reportlab
  dependency-type: direct:development
  update-type: version-update:semver-patch
  dependency-group: version-all
...

Signed-off-by: dependabot[bot] <[email protected]>
@dependabot dependabot bot force-pushed the dependabot/pip/version-all-c5f61f45e6 branch from 6119dfe to ecc8c13 Compare February 13, 2025 15:54
Copy link
Contributor Author

dependabot bot commented on behalf of github Feb 14, 2025

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

@dependabot dependabot bot closed this Feb 14, 2025
@dependabot dependabot bot deleted the dependabot/pip/version-all-c5f61f45e6 branch February 14, 2025 15:34
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