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 with 7 updates #6359

Merged
merged 1 commit into from
Jan 20, 2025

Conversation

dependabot[bot]
Copy link
Contributor

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

Bumps the version-all group with 7 updates:

Package From To
litellm 1.58.2 1.59.0
numpy 2.2.1 2.2.2
boto3 1.36.1 1.36.2
minio 7.2.14 7.2.15
anthropic 0.43.0 0.43.1
modal 0.72.21 0.72.33
openai 1.59.7 1.59.9

Updates litellm from 1.58.2 to 1.59.0

Release notes

Sourced from litellm's releases.

v1.59.0

What's Changed

Full Changelog: BerriAI/litellm@v1.58.4...v1.59.0

Docker Run LiteLLM Proxy

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

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 ✅ 250.0 285.129348931583 6.106818187164813 0.0 1827 0 224.69302100000732 2869.612018000055
Aggregated Passed ✅ 250.0 285.129348931583 6.106818187164813 0.0 1827 0 224.69302100000732 2869.612018000055

v1.58.4.dev1

What's Changed

... (truncated)

Commits

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 boto3 from 1.36.1 to 1.36.2

Commits

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 anthropic from 0.43.0 to 0.43.1

Release notes

Sourced from anthropic's releases.

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)

Chores

  • internal: bump pyright dependency (#822) (f8ddb90)
  • internal: fix lint (483cc27)
  • streaming: add runtime type check for better error messages (#826) (cf69e09)
  • types: add more discriminator metadata (#825) (d0de8e5)
Changelog

Sourced from anthropic's changelog.

0.43.1 (2025-01-17)

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

Bug Fixes

  • docs: correct results return type (69ad511)

Chores

  • internal: bump pyright dependency (#822) (f8ddb90)
  • internal: fix lint (483cc27)
  • streaming: add runtime type check for better error messages (#826) (cf69e09)
  • types: add more discriminator metadata (#825) (d0de8e5)
Commits
  • af3912c release: 0.43.1
  • f5b5cb1 chore(streaming): add runtime type check for better error messages (#826)
  • 9182431 chore(types): add more discriminator metadata (#825)
  • 7c11805 chore(internal): fix lint
  • 3f76481 fix(docs): correct results return type
  • 5d7d416 chore(internal): bump pyright dependency (#822)
  • See full diff in compare view

Updates modal from 0.72.21 to 0.72.33

Changelog

Sourced from modal's changelog.

0.72.33 (2025-01-20)

  • The Image returned by Sandbox.snapshot_filesystem now has object_id and other metadata pre-assigned rather than require loading by subsequent calls to sandboxes or similar to set this data.

0.72.30 (2025-01-18)

  • Adds a new oidc_auth_role_arn field to CloudBucketMount for using OIDC authentication to create the mountpoint.

0.72.24 (2025-01-17)

  • No longer prints a warning if app.include re-includes an already included function (warning is still printed if another function with the same name is included)

0.72.22 (2025-01-17)

  • Internal refactor of the modal.object module. All entities except Object from that module have now been moved to the modal._object "private" module.

0.72.17 (2025-01-16)

  • The @modal.build decorator is now deprecated. For storing large assets (e.g. model weights), we now recommend using a modal.Volume over writing data to the modal.Image filesystem directly.

0.72.16 (2025-01-16)

  • Fixes bug introduced in v0.72.9 where modal run SomeClass.some_method would incorrectly print a deprecation warning.

0.72.15 (2025-01-15)

  • Added an environment_name parameter to the App.run context manager.

0.72.8 (2025-01-10)

  • Fixes a bug introduced in v0.72.2 when specifying add_python="3.9" in Image.from_registry.

0.72.0 (2025-01-09)

... (truncated)

Commits
  • 0878eff [auto-commit] [skip ci] Bump the build number
  • 627ddcc Hydrate Image from Sandbox.snapshot_filesystem eagerly (#2784)
  • c09c387 [auto-commit] [skip ci] Bump the build number
  • e287efb Add function name to map progress bottleneck warning log (#2783)
  • 1bb93d8 [auto-commit] [skip ci] Bump the build number
  • 9451657 Add warning for interactive mode without enable_output (#2781)
  • 62256c5 [auto-commit] [skip ci] Bump the build number
  • fc58506 Adds field for using OIDC authentication to mount S3 buckets (#2775)
  • f831c18 [auto-commit] [skip ci] Bump the build number
  • 7adbcc1 Rename proto: enable_memory_snapshot -> enable_snapshot (#2779)
  • Additional commits viewable in compare view

Updates openai from 1.59.7 to 1.59.9

Release notes

Sourced from openai's releases.

v1.59.9

1.59.9 (2025-01-20)

Full Changelog: v1.59.8...v1.59.9

Bug Fixes

  • tests: make test_get_platform less flaky (#2040) (72ea05c)

Chores

  • internal: avoid pytest-asyncio deprecation warning (#2041) (b901046)
  • internal: update websockets dep (#2036) (642cd11)

Documentation

v1.59.8

1.59.8 (2025-01-17)

Full Changelog: v1.59.7...v1.59.8

Bug Fixes

  • streaming (c16f58e)
  • structured outputs: avoid parsing empty empty content (#2023) (6d3513c)
  • structured outputs: correct schema coercion for inline ref expansion (#2025) (2f4f0b3)
  • types: correct type for vector store chunking strategy (#2017) (e389279)

Chores

Documentation

  • examples/azure: example script with realtime API (#1967) (84f2f9c)
Changelog

Sourced from openai's changelog.

1.59.9 (2025-01-20)

Full Changelog: v1.59.8...v1.59.9

Bug Fixes

  • tests: make test_get_platform less flaky (#2040) (72ea05c)

Chores

  • internal: avoid pytest-asyncio deprecation warning (#2041) (b901046)
  • internal: update websockets dep (#2036) (642cd11)

Documentation

1.59.8 (2025-01-17)

Full Changelog: v1.59.7...v1.59.8

Bug Fixes

  • streaming (c16f58e)
  • structured outputs: avoid parsing empty empty content (#2023) (6d3513c)
  • structured outputs: correct schema coercion for inline ref expansion (#2025) (2f4f0b3)
  • types: correct type for vector store chunking strategy (#2017) (e389279)

Chores

Documentation

  • examples/azure: example script with realtime API (#1967) (84f2f9c)
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

Bumps the version-all group with 7 updates:

| Package | From | To |
| --- | --- | --- |
| [litellm](https://github.com/BerriAI/litellm) | `1.58.2` | `1.59.0` |
| [numpy](https://github.com/numpy/numpy) | `2.2.1` | `2.2.2` |
| [boto3](https://github.com/boto/boto3) | `1.36.1` | `1.36.2` |
| [minio](https://github.com/minio/minio-py) | `7.2.14` | `7.2.15` |
| [anthropic](https://github.com/anthropics/anthropic-sdk-python) | `0.43.0` | `0.43.1` |
| [modal](https://github.com/modal-labs/modal-client) | `0.72.21` | `0.72.33` |
| [openai](https://github.com/openai/openai-python) | `1.59.7` | `1.59.9` |


Updates `litellm` from 1.58.2 to 1.59.0
- [Release notes](https://github.com/BerriAI/litellm/releases)
- [Commits](BerriAI/litellm@v1.58.2...v1.59.0)

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 `boto3` from 1.36.1 to 1.36.2
- [Release notes](https://github.com/boto/boto3/releases)
- [Commits](boto/boto3@1.36.1...1.36.2)

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 `anthropic` from 0.43.0 to 0.43.1
- [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.43.0...v0.43.1)

Updates `modal` from 0.72.21 to 0.72.33
- [Changelog](https://github.com/modal-labs/modal-client/blob/main/CHANGELOG.md)
- [Commits](modal-labs/modal-client@v0.72.21...v0.72.33)

Updates `openai` from 1.59.7 to 1.59.9
- [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.7...v1.59.9)

---
updated-dependencies:
- dependency-name: litellm
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: version-all
- dependency-name: numpy
  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: minio
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: version-all
- dependency-name: anthropic
  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: openai
  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 20, 2025
@enyst enyst merged commit 03e496f into main Jan 20, 2025
26 checks passed
@enyst enyst deleted the dependabot/pip/version-all-56ecb09496 branch January 20, 2025 16:04
zchn pushed a commit to zchn/OpenHands that referenced this pull request Feb 4, 2025
…6359)

Signed-off-by: dependabot[bot] <[email protected]>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
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