build(deps): bump the python-packages group with 7 updates#145
Merged
Conversation
Bumps the python-packages group with 7 updates: | Package | From | To | | --- | --- | --- | | [fsspec](https://github.com/fsspec/filesystem_spec) | `2025.3.2` | `2025.5.1` | | [pydantic](https://github.com/pydantic/pydantic) | `2.11.4` | `2.11.5` | | [typer](https://github.com/fastapi/typer) | `0.15.3` | `0.16.0` | | [s3fs](https://github.com/fsspec/s3fs) | `2025.3.2` | `2025.5.1` | | [gcsfs](https://github.com/fsspec/gcsfs) | `2025.3.2` | `2025.5.1` | | [llama-index-core](https://github.com/run-llama/llama_index) | `0.12.34.post1` | `0.12.39` | | llama-index-llms-openai | `0.3.38` | `0.4.0` | Updates `fsspec` from 2025.3.2 to 2025.5.1 - [Commits](fsspec/filesystem_spec@2025.3.2...2025.5.1) Updates `pydantic` from 2.11.4 to 2.11.5 - [Release notes](https://github.com/pydantic/pydantic/releases) - [Changelog](https://github.com/pydantic/pydantic/blob/main/HISTORY.md) - [Commits](pydantic/pydantic@v2.11.4...v2.11.5) Updates `typer` from 0.15.3 to 0.16.0 - [Release notes](https://github.com/fastapi/typer/releases) - [Changelog](https://github.com/fastapi/typer/blob/master/docs/release-notes.md) - [Commits](fastapi/typer@0.15.3...0.16.0) Updates `s3fs` from 2025.3.2 to 2025.5.1 - [Changelog](https://github.com/fsspec/s3fs/blob/main/release-procedure.md) - [Commits](fsspec/s3fs@2025.3.2...2025.5.1) Updates `gcsfs` from 2025.3.2 to 2025.5.1 - [Commits](fsspec/gcsfs@2025.3.2...2025.5.1) Updates `llama-index-core` from 0.12.34.post1 to 0.12.39 - [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.34.post1...v0.12.39) Updates `llama-index-llms-openai` from 0.3.38 to 0.4.0 --- updated-dependencies: - dependency-name: fsspec dependency-version: 2025.5.1 dependency-type: direct:production update-type: version-update:semver-minor dependency-group: python-packages - dependency-name: pydantic dependency-version: 2.11.5 dependency-type: direct:production update-type: version-update:semver-patch dependency-group: python-packages - dependency-name: typer dependency-version: 0.16.0 dependency-type: direct:production update-type: version-update:semver-minor dependency-group: python-packages - dependency-name: s3fs dependency-version: 2025.5.1 dependency-type: direct:production update-type: version-update:semver-minor dependency-group: python-packages - dependency-name: gcsfs dependency-version: 2025.5.1 dependency-type: direct:production update-type: version-update:semver-minor dependency-group: python-packages - dependency-name: llama-index-core dependency-version: 0.12.39 dependency-type: direct:production update-type: version-update:semver-patch dependency-group: python-packages - dependency-name: llama-index-llms-openai dependency-version: 0.4.0 dependency-type: direct:production update-type: version-update:semver-minor dependency-group: python-packages ... Signed-off-by: dependabot[bot] <support@github.com>
Codecov ReportAll modified and coverable lines are covered by tests ✅ 📢 Thoughts on this report? Let us know! |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Bumps the python-packages group with 7 updates:
2025.3.22025.5.12.11.42.11.50.15.30.16.02025.3.22025.5.12025.3.22025.5.10.12.34.post10.12.390.3.380.4.0Updates
fsspecfrom 2025.3.2 to 2025.5.1Commits
66340a1changelog (#1850)3e4fdcefeat(gist): fsspec file system for GitHub gists (resolves #888) (#1791)ac7031bDocfix (#1848)2c618c6Make "**" literal in glob docstring (#1847)6feca29changelog (#1844)897e0cedocs: protocols for gcsfs in api.rst (#1840)b0c88ecAdd support for rm_file in GitHubFileSystem implementation (#1839)cec29baStore sizes in CachingFileSystem for performance (#1833)b60dac4Rename ruff ruleset: TCH → TC (#1837)e8b1c8bDBFS - list fixes: "details" in error and empty lists (#1834)Updates
pydanticfrom 2.11.4 to 2.11.5Release notes
Sourced from pydantic's releases.
Changelog
Sourced from pydantic's changelog.
Commits
5e6d1dcPrepare release v2.11.51b63218Do not duplicate metadata on model rebuild (#11902)5aefad8Do not delete mock validator/serializer inmodel_rebuild()8fbe658Check ifFieldInfois complete after applying type variable map12b371aUpdate documentation about@dataclass_transformsupport3a6aef4Fix missing link in documentation0506b9cFix light/dark mode documentation toggle58078c8Fix typo in documentationUpdates
typerfrom 0.15.3 to 0.16.0Release notes
Sourced from typer's releases.
Changelog
Sourced from typer's changelog.
Commits
9138340🔖 Release version 0.16.032c74b9📝 Update release notes40747a1📝 Update release notes74e0923⬆️ Add compatibility with Click 8.2 (#1222)3ce5032📝 Update release notes4fe4822✅ Refactor tests for compatibility with Click 8.2 (#1230)ca2559a📝 Update release notes17aaacc🔧 Remove Google Analytics (#1229)38cbb1f🔖 Release version 0.15.4e46db8f📝 Update release notesUpdates
s3fsfrom 2025.3.2 to 2025.5.1Commits
2f3c76dchangelog (#968)e960296changelog (#963)4eb5d03Update requirements.txt (#958)937ca9cReplace call to list_objects_v2 with head_bucket (#961)Updates
gcsfsfrom 2025.3.2 to 2025.5.1Commits
818b563changelog (#689)805295aUse correct timezone conversion for credentials expiry timestamp (#688)1543ab4Fix timezone comparison (#683)cb034dcchangelog (#681)dd32e23Create warning for appending mode 'a' operations (#675)c3ce6dfAvoid deprecatedutcnow(#680)9830667Add support for specifying Cloud KMS keys when creating files (#679)16b536fYet another fix for isdir (#676)0087735add userProject to batch deletion query (#673)Updates
llama-index-corefrom 0.12.34.post1 to 0.12.39Release notes
Sourced from llama-index-core's releases.
... (truncated)
Changelog
Sourced from llama-index-core's changelog.
... (truncated)
Commits
a829c95v0.12.39 (#18913)6906afcrouge/stale deps again (#18912)02d2448Fix stale/rouge deps (#18911)f11fbc2update llama deploy docs script (#18910)b829405feat: add non persisted composite retrieval (#18908)aa63555Adding Resource to perform dependency injection in Workflows (#18884)a1fd6fdOpenai version bump (#18907)b9a3dd5Multi language analyzer supported in Milvus (#18901)206caefbump openai-like to match openai version (#18906)ecd64bbSupport ollama 0.5.0, update ollama docs (#18904)Updates
llama-index-llms-openaifrom 0.3.38 to 0.4.0Dependabot 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 rebasewill rebase this PR@dependabot recreatewill recreate this PR, overwriting any edits that have been made to it@dependabot mergewill merge this PR after your CI passes on it@dependabot squash and mergewill squash and merge this PR after your CI passes on it@dependabot cancel mergewill cancel a previously requested merge and block automerging@dependabot reopenwill reopen this PR if it is closed@dependabot closewill close this PR and stop Dependabot recreating it. You can achieve the same result by closing it manually@dependabot show <dependency name> ignore conditionswill show all of the ignore conditions of the specified dependency@dependabot ignore <dependency name> major versionwill 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 versionwill 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