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 6 updates #6912

Open
wants to merge 1 commit into
base: main
Choose a base branch
from

Conversation

dependabot[bot]
Copy link
Contributor

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

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

Package From To
litellm 1.61.13 1.61.15
json-repair 0.39.0 0.39.1
boto3 1.36.25 1.36.26
modal 0.73.61 0.73.66
pygithub 2.6.0 2.6.1
openai 1.63.2 1.64.0

Updates litellm from 1.61.13 to 1.61.15

Release notes

Sourced from litellm's releases.

v1.61.15-nightly

What's Changed

New Contributors

Full Changelog: BerriAI/litellm@v1.61.13-nightly...v1.61.15-nightly

## Docker Run LiteLLM Proxy
docker run \
-e STORE_MODEL_IN_DB=True \
-p 4000:4000 \
ghcr.io/berriai/litellm:main-v1.61.15-nightly
</code></pre>
<h3>Don't want to maintain your internal proxy? get in touch 🎉</h3>
<p>Hosted Proxy Alpha: <a href="https://calendly.com/d/4mp-gd3-k5k/litellm-1-1-onboarding-chat">https://calendly.com/d/4mp-gd3-k5k/litellm-1-1-onboarding-chat</a></p>
<h2>Load Test LiteLLM Proxy Results</h2>
<table>
<thead>
<tr>
<th>Name</th>
<th>Status</th>
<th>Median Response Time (ms)</th>
<th>Average Response Time (ms)</th>
<th>Requests/s</th>
<th>Failures/s</th>
<th>Request Count</th>
<th>Failure Count</th>
<th>Min Response Time (ms)</th>
<th>Max Response Time (ms)</th>
</tr>
</thead>
<tbody>
<tr>
<td>/chat/completions</td>
<td>Failed ❌</td>
<td>140.0</td>
<td>149.21232461729608</td>
<td>6.452882828983183</td>
<td>6.452882828983183</td>
<td>1931</td>
<td>1931</td>
<td>114.22628599996187</td>
<td>662.278525000005</td>
</tr>
<tr>
<td>Aggregated</td>
<td>Failed ❌</td>
<td>140.0</td>
<td>149.21232461729608</td>
<td>6.452882828983183</td>
<td>6.452882828983183</td>
<td>1931</td>
<td>1931</td>
<td>114.22628599996187</td>
<td>662.278525000005</td>
</tr>
</tbody>
</table>
<h2>v1.61.13-stable</h2>
<p><strong>Full Changelog</strong>: <a href="https://github.com/BerriAI/litellm/compare/v1.61.13-nightly...v1.61.13-stable">https://github.com/BerriAI/litellm/compare/v1.61.13-nightly...v1.61.13-stable</a></p>
<pre><code>## Docker Run LiteLLM Proxy

docker run
-e STORE_MODEL_IN_DB=True
-p 4000:4000
ghcr.io/berriai/litellm_stable_release_branch-v1.61.13-stable

... (truncated)

Commits

Updates json-repair from 0.39.0 to 0.39.1

Release notes

Sourced from json-repair's releases.

Release 0.39.1

Fix

  • Fix #100, the ability to repair strings like "lorem "ipsum" sic" was not working correctly inside a nested array.

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

Commits
  • 3be8b67 Fix #100, the ability to repair strings like "lorem "ipsum" sic" was not work...
  • d0ca5e5 Update README.md
  • 2eb5b03 Update CITATION.cff
  • 530877f Some performance micro optimizations, too small for a separate release
  • c98026a Update README to account for the cli changes
  • See full diff in compare view

Updates boto3 from 1.36.25 to 1.36.26

Commits
  • bbe3a8d Merge branch 'release-1.36.26'
  • c42cd13 Bumping version to 1.36.26
  • ad51c7e Add changelog entries from botocore
  • 2f9a1d2 Merge branch 'release-1.36.25' into develop
  • See full diff in compare view

Updates modal from 0.73.61 to 0.73.66

Commits
  • b6d0200 [auto-commit] [skip ci] Bump the build number
  • f9b168b Quick fix for accidentally fixing @​build deps (#2889)
  • 9daa8e5 [auto-commit] [skip ci] Bump the build number
  • 665c589 add some runtime type-checking in Image.env (#2880)
  • 4d32b3a [auto-commit] [skip ci] Bump the build number
  • d4c7dc1 Add usage example for FunctionCall.from_id (#2890)
  • 3f7c4f6 [auto-commit] [skip ci] Bump the build number
  • 67a38ca Upgrade a couple deprecation warnings to errors (#2887)
  • 784b341 [auto-commit] [skip ci] Bump the build number
  • 35af347 Add a timeout to _lookup_workspace (#2888)
  • See full diff in compare view

Updates pygithub from 2.6.0 to 2.6.1

Release notes

Sourced from pygithub's releases.

v2.6.1

Bug Fixes

Maintenance

Full Changelog: PyGithub/PyGithub@v2.6.0...v2.6.1

Changelog

Sourced from pygithub's changelog.

Version 2.6.1 (February 21, 2025)

Bug Fixes ^^^^^^^^^

  • Fix broken pickle support for Auth classes ([#3211](https://github.com/pygithub/pygithub/issues/3211) <https://github.com/PyGithub/PyGithub/pull/3211>) (f975552a <https://github.com/PyGithub/PyGithub/commit/f975552a>)
  • Remove schema from Deployment, remove message attribute ([#3223](https://github.com/pygithub/pygithub/issues/3223) <https://github.com/PyGithub/PyGithub/pull/3223>) (d12e7d4c <https://github.com/PyGithub/PyGithub/commit/d12e7d4c>)
  • Fix incorrect deprecated import ([#3225](https://github.com/pygithub/pygithub/issues/3225) <https://github.com/PyGithub/PyGithub/pull/3225>) (93297440 <https://github.com/PyGithub/PyGithub/commit/93297440>)
  • Add CodeSecurityConfigRepository returned by get_repos_for_code_security_config ([#3219](https://github.com/pygithub/pygithub/issues/3219) <https://github.com/PyGithub/PyGithub/pull/3219>) (f997a2f6 <https://github.com/PyGithub/PyGithub/commit/f997a2f6>)
  • Make GitTag.verification return GitCommitVerification ([#3226](https://github.com/pygithub/pygithub/issues/3226) <https://github.com/PyGithub/PyGithub/pull/3226>) (048a1a38 <https://github.com/PyGithub/PyGithub/commit/048a1a38>)

Maintenance ^^^^^^^^^^^

  • Mention removal of AppAuth.private_key in changelog ([#3212](https://github.com/pygithub/pygithub/issues/3212) <https://github.com/PyGithub/PyGithub/pull/3212>) (f5dc1c76 <https://github.com/PyGithub/PyGithub/commit/f5dc1c76>)
Commits
  • da30d6e Releasing v2.6.1 (#3230)
  • f997a2f Add CodeSecurityConfigRepository returned by `get_repos_for_code_security_c...
  • 048a1a3 Make GitTag.verification return GitCommitVerification (#3226)
  • 9329744 Fix incorrect deprecated import (#3225)
  • d12e7d4 Remove schema from Deployment, remove message attribute (#3223)
  • f975552 Fix broken pickle support for Auth classes (#3211)
  • f5dc1c7 Mention removal of AppAuth.private_key in changelog (#3212)
  • See full diff in compare view

Updates openai from 1.63.2 to 1.64.0

Release notes

Sourced from openai's releases.

v1.64.0

1.64.0 (2025-02-22)

Full Changelog: v1.63.2...v1.64.0

Features

Bug Fixes

  • client: mark some request bodies as optional (4451f56)

Chores

Changelog

Sourced from openai's changelog.

1.64.0 (2025-02-22)

Full Changelog: v1.63.2...v1.64.0

Features

Bug Fixes

  • client: mark some request bodies as optional (4451f56)

Chores

Commits

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

…ates

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

| Package | From | To |
| --- | --- | --- |
| [litellm](https://github.com/BerriAI/litellm) | `1.61.13` | `1.61.15` |
| [json-repair](https://github.com/mangiucugna/json_repair) | `0.39.0` | `0.39.1` |
| [boto3](https://github.com/boto/boto3) | `1.36.25` | `1.36.26` |
| [modal](https://github.com/modal-labs/modal-client) | `0.73.61` | `0.73.66` |
| [pygithub](https://github.com/pygithub/pygithub) | `2.6.0` | `2.6.1` |
| [openai](https://github.com/openai/openai-python) | `1.63.2` | `1.64.0` |



Updates `litellm` from 1.61.13 to 1.61.15
- [Release notes](https://github.com/BerriAI/litellm/releases)
- [Commits](https://github.com/BerriAI/litellm/commits)

Updates `json-repair` from 0.39.0 to 0.39.1
- [Release notes](https://github.com/mangiucugna/json_repair/releases)
- [Commits](mangiucugna/json_repair@v0.39.0...v0.39.1)

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

Updates `modal` from 0.73.61 to 0.73.66
- [Changelog](https://github.com/modal-labs/modal-client/blob/main/CHANGELOG.md)
- [Commits](modal-labs/modal-client@v0.73.61...v0.73.66)

Updates `pygithub` from 2.6.0 to 2.6.1
- [Release notes](https://github.com/pygithub/pygithub/releases)
- [Changelog](https://github.com/PyGithub/PyGithub/blob/v2.6.1/doc/changes.rst)
- [Commits](PyGithub/PyGithub@v2.6.0...v2.6.1)

Updates `openai` from 1.63.2 to 1.64.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.63.2...v1.64.0)

---
updated-dependencies:
- dependency-name: litellm
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: version-all
- dependency-name: json-repair
  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-patch
  dependency-group: version-all
- dependency-name: modal
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: version-all
- dependency-name: pygithub
  dependency-type: direct:production
  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
...

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 Feb 24, 2025
Copy link
Collaborator

@enyst enyst left a comment

Choose a reason for hiding this comment

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

Old poetry

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.

1 participant