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

⬆️(deps): Bump the python-packages group across 1 directory with 15 updates #102

Closed
wants to merge 1 commit into from

Conversation

dependabot[bot]
Copy link
Contributor

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

Bumps the python-packages group with 12 updates in the / directory:

Package From To
litellm 1.63.14 1.65.0
flake8 7.1.2 7.2.0
fsspec 2025.3.0 2025.3.2
huggingface-hub 0.29.3 0.30.1
openai 1.68.2 1.70.0
propcache 0.3.0 0.3.1
pydantic 2.10.6 2.11.1
python-dotenv 1.0.1 1.1.0
pytz 2025.1 2025.2
rpds-py 0.23.1 0.24.0
tzdata 2025.1 2025.2
virtualenv 20.29.3 20.30.0

Updates litellm from 1.63.14 to 1.65.0

Release notes

Sourced from litellm's releases.

v1.65.0-stable

What's Changed

New Contributors

Full Changelog: BerriAI/litellm@v1.63.14-stable.patch1...v1.65.0-stable

... (truncated)

Commits

Updates flake8 from 7.1.2 to 7.2.0

Commits

Updates fsspec from 2025.3.0 to 2025.3.2

Commits

Updates huggingface-hub from 0.29.3 to 0.30.1

Release notes

Sourced from huggingface-hub's releases.

v0.30.1: fix 'sentence-transformers/all-MiniLM-L6-v2' doesn't support task 'feature-extraction'

Patch release to fix huggingface/huggingface_hub#2967.

Full Changelog: huggingface/huggingface_hub@v0.30.0...v0.30.1

Xet is here! (+ many cool Inference-related things!)

🚀 Ready. Xet. Go!

This might just be our biggest update in the past two years! Xet is a groundbreaking new protocol for storing large objects in Git repositories, designed to replace Git LFS. Unlike LFS, which deduplicates files, Xet operates at the chunk level—making it a game-changer for AI builders collaborating on massive models and datasets. Our Python integration is powered by xet-core, a Rust-based package that handles all the low-level details.

You can start using Xet today by installing the optional dependency:

pip install -U huggingface_hub[hf_xet]

With that, you can seamlessly download files from Xet-enabled repositories! And don’t worry—everything remains fully backward-compatible if you’re not ready to upgrade yet.

Blog post: Xet on the Hub
Docs: Storage backends → Xet

[!TIP]
Want to store your own files with Xet? We’re gradually rolling out support on the Hugging Face Hub, so hf_xet uploads may need to be enabled for your repo. Join the waitlist to get onboarded soon!

This is the result of collaborative work by @​bpronan, @​hanouticelina, @​rajatarya, @​jsulz, @​assafvayner, @​Wauplin, + many others on the infra/Hub side!

⚡ Enhanced InferenceClient

The InferenceClient has received significant updates and improvements in this release, making it more robust and easy to work with.

We’re thrilled to introduce Cerebras and Cohere as official inference providers! This expansion strengthens the Hub as the go-to entry point for running inference on open-weight models.

Novita is now our 3rd provider to support text-to-video task after Fal.ai and Replicate:

from huggingface_hub import InferenceClient
</tr></table>

... (truncated)

Commits

Updates openai from 1.68.2 to 1.70.0

Release notes

Sourced from openai's releases.

v1.70.0

1.70.0 (2025-03-31)

Full Changelog: v1.69.0...v1.70.0

Features

  • api: add get /responses/{response_id}/input_items endpoint (4c6a35d)

v1.69.0

1.69.0 (2025-03-27)

Full Changelog: v1.68.2...v1.69.0

Features

  • api: add get /chat/completions endpoint (e6b8a42)

Bug Fixes

  • audio: correctly parse transcription stream events (16a3a19)

Chores

Changelog

Sourced from openai's changelog.

1.70.0 (2025-03-31)

Full Changelog: v1.69.0...v1.70.0

Features

  • api: add get /responses/{response_id}/input_items endpoint (4c6a35d)

1.69.0 (2025-03-27)

Full Changelog: v1.68.2...v1.69.0

Features

  • api: add get /chat/completions endpoint (e6b8a42)

Bug Fixes

  • audio: correctly parse transcription stream events (16a3a19)

Chores

Commits
  • 384e6b2 release: 1.70.0
  • 972753a feat(api): add get /responses/{response_id}/input_items endpoint
  • a8fa0de release: 1.69.0
  • 46ed48e Remove stray responses.py.orig file (#2258)
  • a639321 fix(audio): correctly parse transcription stream events
  • 8677d3c feat(api): add get /chat/completions endpoint
  • 2e73b52 chore(api): updates to supported Voice IDs (#2261)
  • a4b9f40 chore: add hash of OpenAPI spec/config inputs to .stats.yml
  • 2706bdd chore: fix typos (#2259)
  • See full diff in compare view

Updates propcache from 0.3.0 to 0.3.1

Release notes

Sourced from propcache's releases.

0.3.1

Bug fixes

  • Improved typing annotations, fixing some type errors under correct usage and improving typing robustness generally -- by :user:Dreamsorcerer.

    Related issues and pull requests on GitHub: #103.


Changelog

Sourced from propcache's changelog.

0.3.1

(2025-03-25)

Bug fixes

  • Improved typing annotations, fixing some type errors under correct usage and improving typing robustness generally -- by :user:Dreamsorcerer.

    Related issues and pull requests on GitHub: :issue:103.


Commits

Updates pycodestyle from 2.12.1 to 2.13.0

Changelog

Sourced from pycodestyle's changelog.

2.13.0 (2025-03-29)

Changes:

  • Improve performance. PR #1254. PR #1255.
  • Drop EOL python 3.8. PR #1267.
  • E251: fix false positive for PEP 696 defaults. PR #1278. PR #1279.
Commits
  • 3f52426 Release 2.13.0
  • 1105b25 Merge pull request #1279 from PyCQA/pep696-pt2
  • 778d00d handle PEP 696 generics without bounds
  • 24ce381 Merge pull request #1278 from PyCQA/pep696
  • 30627b3 add support for PEP 696 generic defaults
  • b852994 Merge pull request #1275 from PyCQA/pre-commit-ci-update-config
  • 5f7b5d2 [pre-commit.ci] pre-commit autoupdate
  • 368d9dc Merge pull request #1272 from PyCQA/pre-commit-ci-update-config
  • bf4c16d [pre-commit.ci] pre-commit autoupdate
  • 887b89d Merge pull request #1268 from PyCQA/pre-commit-ci-update-config
  • Additional commits viewable in compare view

Updates pydantic from 2.10.6 to 2.11.1

Release notes

Sourced from pydantic's releases.

v2.11.1 2025-03-28

What's Changed

Fixes

Full Changelog: pydantic/pydantic@v2.11.0...v2.11.1

v2.11.0 2025-03-27

What's Changed

Packaging

New Features

Changes

... (truncated)

Changelog

Sourced from pydantic's changelog.

v2.11.1 (2025-03-28)

GitHub release

What's Changed

Fixes

  • Do not override 'definitions-ref' schemas containing serialization schemas or metadata by @​Viicos in #11644

v2.11.0 (2025-03-27)

GitHub release

What's Changed

Pydantic v2.11 is a version strongly focused on build time performance of Pydantic models (and core schema generation in general). See the blog post for more details.

Packaging

New Features

Fixes

  • Allow generic typed dictionaries to be used for unpacked variadic keyword parameters by @​Viicos in #11571
  • Fix runtime error when computing model string representation involving cached properties and self-referenced models by @​Viicos in #11579
  • Preserve other steps when using the ellipsis in the pipeline API by @​Viicos in #11626
  • Fix deferred discriminator application logic by @​Viicos in #11591

New Contributors

v2.11.0b2 (2025-03-17)

GitHub release

What's Changed

Packaging

... (truncated)

Commits

Updates pydantic-core from 2.27.2 to 2.33.0

Release notes

Sourced from pydantic-core's releases.

v2.33.0 2025-03-26

What's Changed

Full Changelog: pydantic/pydantic-core@v2.32.0...v2.33.0

v2.32.0 2025-03-14

What's Changed

Full Changelog: pydantic/pydantic-core@v2.31.1...v2.32.0

v2.31.1 2025-03-06

What's Changed

Full Changelog: pydantic/pydantic-core@v2.31.0...v2.31.1

v2.31.0 2025-03-05

What's Changed

Packaging

Performance

Fixes

Full Changelog: pydantic/pydantic-core@v2.30.0...v2.31.0

v2.30.0 2025-02-25

What's Changed

... (truncated)

Commits

Updates pyflakes from 3.2.0 to 3.3.2

Changelog

Sourced from pyflakes's changelog.

3.3.2 (2025-03-31)

  • Fix crash with global / nonlocal in class bodies (regressed in 3.3.0)

3.3.1 (2025-03-30)

  • Allow assignment expressions to redefine annotations (regressed in 3.3.0)

3.3.0 (2025-03-29)

  • Add __debuggerskip__ as a special local
  • Allow assignment expressions to redefine outer names
  • Drop support for EOL python 3.8
  • Add new error for unused global / nonlocal names
Commits

Updates python-dotenv from 1.0.1 to 1.1.0

Release notes

Sourced from python-dotenv's releases.

v1.1.0

What's Changed

New Contributors

…pdates

Bumps the python-packages group with 12 updates in the / directory:

| Package | From | To |
| --- | --- | --- |
| [litellm](https://github.com/BerriAI/litellm) | `1.63.14` | `1.65.0` |
| [flake8](https://github.com/pycqa/flake8) | `7.1.2` | `7.2.0` |
| [fsspec](https://github.com/fsspec/filesystem_spec) | `2025.3.0` | `2025.3.2` |
| [huggingface-hub](https://github.com/huggingface/huggingface_hub) | `0.29.3` | `0.30.1` |
| [openai](https://github.com/openai/openai-python) | `1.68.2` | `1.70.0` |
| [propcache](https://github.com/aio-libs/propcache) | `0.3.0` | `0.3.1` |
| [pydantic](https://github.com/pydantic/pydantic) | `2.10.6` | `2.11.1` |
| [python-dotenv](https://github.com/theskumar/python-dotenv) | `1.0.1` | `1.1.0` |
| [pytz](https://github.com/stub42/pytz) | `2025.1` | `2025.2` |
| [rpds-py](https://github.com/crate-py/rpds) | `0.23.1` | `0.24.0` |
| [tzdata](https://github.com/python/tzdata) | `2025.1` | `2025.2` |
| [virtualenv](https://github.com/pypa/virtualenv) | `20.29.3` | `20.30.0` |



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

Updates `flake8` from 7.1.2 to 7.2.0
- [Commits](PyCQA/flake8@7.1.2...7.2.0)

Updates `fsspec` from 2025.3.0 to 2025.3.2
- [Commits](fsspec/filesystem_spec@2025.3.0...2025.3.2)

Updates `huggingface-hub` from 0.29.3 to 0.30.1
- [Release notes](https://github.com/huggingface/huggingface_hub/releases)
- [Commits](huggingface/huggingface_hub@v0.29.3...v0.30.1)

Updates `openai` from 1.68.2 to 1.70.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.68.2...v1.70.0)

Updates `propcache` from 0.3.0 to 0.3.1
- [Release notes](https://github.com/aio-libs/propcache/releases)
- [Changelog](https://github.com/aio-libs/propcache/blob/master/CHANGES.rst)
- [Commits](aio-libs/propcache@v0.3.0...v0.3.1)

Updates `pycodestyle` from 2.12.1 to 2.13.0
- [Release notes](https://github.com/PyCQA/pycodestyle/releases)
- [Changelog](https://github.com/PyCQA/pycodestyle/blob/main/CHANGES.txt)
- [Commits](PyCQA/pycodestyle@2.12.1...2.13.0)

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

Updates `pydantic-core` from 2.27.2 to 2.33.0
- [Release notes](https://github.com/pydantic/pydantic-core/releases)
- [Commits](pydantic/pydantic-core@v2.27.2...v2.33.0)

Updates `pyflakes` from 3.2.0 to 3.3.2
- [Changelog](https://github.com/PyCQA/pyflakes/blob/main/NEWS.rst)
- [Commits](PyCQA/pyflakes@3.2.0...3.3.2)

Updates `python-dotenv` from 1.0.1 to 1.1.0
- [Release notes](https://github.com/theskumar/python-dotenv/releases)
- [Changelog](https://github.com/theskumar/python-dotenv/blob/main/CHANGELOG.md)
- [Commits](theskumar/python-dotenv@v1.0.1...v1.1.0)

Updates `pytz` from 2025.1 to 2025.2
- [Release notes](https://github.com/stub42/pytz/releases)
- [Commits](stub42/pytz@release_2025.1...release_2025.2)

Updates `rpds-py` from 0.23.1 to 0.24.0
- [Release notes](https://github.com/crate-py/rpds/releases)
- [Commits](crate-py/rpds@v0.23.1...v0.24.0)

Updates `tzdata` from 2025.1 to 2025.2
- [Release notes](https://github.com/python/tzdata/releases)
- [Changelog](https://github.com/python/tzdata/blob/master/NEWS.md)
- [Commits](python/tzdata@2025.1...2025.2)

Updates `virtualenv` from 20.29.3 to 20.30.0
- [Release notes](https://github.com/pypa/virtualenv/releases)
- [Changelog](https://github.com/pypa/virtualenv/blob/main/docs/changelog.rst)
- [Commits](pypa/virtualenv@20.29.3...20.30.0)

---
updated-dependencies:
- dependency-name: litellm
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: python-packages
- dependency-name: flake8
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: python-packages
- dependency-name: fsspec
  dependency-type: indirect
  update-type: version-update:semver-patch
  dependency-group: python-packages
- dependency-name: huggingface-hub
  dependency-type: indirect
  update-type: version-update:semver-minor
  dependency-group: python-packages
- dependency-name: openai
  dependency-type: indirect
  update-type: version-update:semver-minor
  dependency-group: python-packages
- dependency-name: propcache
  dependency-type: indirect
  update-type: version-update:semver-patch
  dependency-group: python-packages
- dependency-name: pycodestyle
  dependency-type: indirect
  update-type: version-update:semver-minor
  dependency-group: python-packages
- dependency-name: pydantic
  dependency-type: indirect
  update-type: version-update:semver-minor
  dependency-group: python-packages
- dependency-name: pydantic-core
  dependency-type: indirect
  update-type: version-update:semver-minor
  dependency-group: python-packages
- dependency-name: pyflakes
  dependency-type: indirect
  update-type: version-update:semver-minor
  dependency-group: python-packages
- dependency-name: python-dotenv
  dependency-type: indirect
  update-type: version-update:semver-minor
  dependency-group: python-packages
- dependency-name: pytz
  dependency-type: indirect
  update-type: version-update:semver-minor
  dependency-group: python-packages
- dependency-name: rpds-py
  dependency-type: indirect
  update-type: version-update:semver-minor
  dependency-group: python-packages
- dependency-name: tzdata
  dependency-type: indirect
  update-type: version-update:semver-minor
  dependency-group: python-packages
- dependency-name: virtualenv
  dependency-type: indirect
  update-type: version-update:semver-minor
  dependency-group: python-packages
...

Signed-off-by: dependabot[bot] <[email protected]>
@dependabot dependabot bot added the dependencies Dependency-related PR from dependabot label Mar 31, 2025
Copy link
Contributor Author

dependabot bot commented on behalf of github Apr 7, 2025

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

@dependabot dependabot bot closed this Apr 7, 2025
@dependabot dependabot bot deleted the dependabot/pip/python-packages-14f2946214 branch April 7, 2025 19:47
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
dependencies Dependency-related PR from dependabot
Projects
None yet
Development

Successfully merging this pull request may close these issues.

0 participants