Bump the python-dependencies group across 1 directory with 6 updates#1046
Open
dependabot[bot] wants to merge 1 commit into
Open
Bump the python-dependencies group across 1 directory with 6 updates#1046dependabot[bot] wants to merge 1 commit into
dependabot[bot] wants to merge 1 commit into
Conversation
Updates the requirements on [clarifai-grpc](https://github.com/Clarifai/clarifai-python-grpc), [pydantic-core](https://github.com/pydantic/pydantic), [openai](https://github.com/openai/openai-python), [ruff](https://github.com/astral-sh/ruff), [pypdf](https://github.com/py-pdf/pypdf) and [pydantic](https://github.com/pydantic/pydantic) to permit the latest version. Updates `clarifai-grpc` to 12.4.2 - [Release notes](https://github.com/Clarifai/clarifai-python-grpc/releases) - [Commits](Clarifai/clarifai-python-grpc@12.4.0...12.4.2) Updates `pydantic-core` to 2.46.4 - [Release notes](https://github.com/pydantic/pydantic/releases) - [Changelog](https://github.com/pydantic/pydantic/blob/main/HISTORY.md) - [Commits](pydantic/pydantic@core-v2.46.3...core-v2.46.4) Updates `openai` to 2.37.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@v2.34.0...v2.37.0) Updates `ruff` from 0.15.12 to 0.15.13 - [Release notes](https://github.com/astral-sh/ruff/releases) - [Changelog](https://github.com/astral-sh/ruff/blob/main/CHANGELOG.md) - [Commits](astral-sh/ruff@0.15.12...0.15.13) Updates `pypdf` from 6.10.2 to 6.12.0 - [Release notes](https://github.com/py-pdf/pypdf/releases) - [Changelog](https://github.com/py-pdf/pypdf/blob/main/CHANGELOG.md) - [Commits](py-pdf/pypdf@6.10.2...6.12.0) Updates `pydantic` from 2.13.3 to 2.13.4 - [Release notes](https://github.com/pydantic/pydantic/releases) - [Changelog](https://github.com/pydantic/pydantic/blob/v2.13.4/HISTORY.md) - [Commits](pydantic/pydantic@v2.13.3...v2.13.4) --- updated-dependencies: - dependency-name: clarifai-grpc dependency-version: 12.4.2 dependency-type: direct:production dependency-group: python-dependencies - dependency-name: pydantic-core dependency-version: 2.46.4 dependency-type: direct:production dependency-group: python-dependencies - dependency-name: openai dependency-version: 2.37.0 dependency-type: direct:production dependency-group: python-dependencies - dependency-name: ruff dependency-version: 0.15.13 dependency-type: direct:production update-type: version-update:semver-patch dependency-group: python-dependencies - dependency-name: pypdf dependency-version: 6.12.0 dependency-type: direct:production update-type: version-update:semver-minor dependency-group: python-dependencies - dependency-name: pydantic dependency-version: 2.13.4 dependency-type: direct:production update-type: version-update:semver-patch dependency-group: python-dependencies ... Signed-off-by: dependabot[bot] <support@github.com>
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.
Warning
Dependabot will stop supporting
python v3.9!Please upgrade to one of the following versions:
v3.9,v3.10,v3.11,v3.12,v3.13, orv3.14.Updates the requirements on clarifai-grpc, pydantic-core, openai, ruff, pypdf and pydantic to permit the latest version.
Updates
clarifai-grpcto 12.4.2Commits
ff8b53eGRPC clients version 12.4.23381f17GRPC clients version 12.4.1Updates
pydantic-coreto 2.46.4Changelog
Sourced from pydantic-core's changelog.
... (truncated)
Commits
cf67d4bFix lintingf0d8a21Prepare release v2.13.45e3fe1dCheck for pydantic tag pattern in CI7f9edccDocument tagging conventionsb46a0c9Adaptpydantic-corelinker flags on macOS50629c8Update to PyPy 7.3.228522ebbPreserveRootModelcore metadataa37f3afAdaptMISSINGsentinel test to work with unreleasedtyping_extensionsver...909259aRemove Logfire example in documentation2c4174cBump libc from 0.2.155 to 0.2.185Updates
openaito 2.37.0Release notes
Sourced from openai's releases.
Changelog
Sourced from openai's changelog.
... (truncated)
Commits
658be64Merge pull request #3213 from openai/release-please--branches--main--changes-...8a7cac3release: 2.37.09b4bf8eMerge pull request #1903 from stainless-sdks/dev/jtian/remove-unnecessary-paramsc39ea8dfeat: Remove unnecessary client_id when using workload identity provider for ...7e527bcfeat(internal/types): support eagerly validating pydantic iterators625827cfeat(api): add service_tier parameter to responses compact methodc85ebd9fix(client): add missing f-string prefix in file type error message38d75d7Merge pull request #3205 from openai/release-please--branches--main--changes-...ff683ffrelease: 2.36.08fe0ab8feat(api): realtime 2Updates
rufffrom 0.15.12 to 0.15.13Release notes
Sourced from ruff's releases.
... (truncated)
Changelog
Sourced from ruff's changelog.
... (truncated)
Commits
2afb467Bump 0.15.13 (#25157)3008796[ty] classify TypeVar semantic tokens as type parameters (#24891)79470e3[isort] Avoid constructingglob::Patterns for literal known modules (#25123)2522549Remove shellcheck from prek (#25154)7db7170[ty] Support TypedDict key completions in incomplete, anonymous contexts (#25...bb3dd53[ty] Run full iteration analysis on narrowed typevars (#25143)828cdb7[ty] Isolate file-watching test environment (#25151)89e1d86[ty] Preserve TypedDict keys through dict unpacking (#24523)86f3064[ty] Avoid accessingargs[0]forstatic_assert(#25149)ed819f9[ty] Treat custom enum__new__values as dynamic (#25136)Updates
pypdffrom 6.10.2 to 6.12.0Release notes
Sourced from pypdf's releases.
Changelog
Sourced from pypdf's changelog.
Commits
08eb143REL: 6.12.0507d7c9SEC: Disallow cross-reference streams with zero-only width values (#3791)9d27470SEC: Avoid excessive whitespace in layout mode text extraction (#3790)0a8e699DOC: Block encrypting writer in incremental mode (#3789)541ebd4DEV: Update idna from version 3.10 to 3.15de405a8DEV: Update idna from version 3.10 to 3.15a2b90f9ROB: AppearanceStream: Also honor user-set font name when not flattening anno...22bd60fMAINT: Tiny change of comments (#3787)2995392ENH: Implement SASLprep (RFC 4013) for AES-256 password normalization (#3780)e044789TST: Disable PyPy update checks after image updateUpdates
pydanticfrom 2.13.3 to 2.13.4Release notes
Sourced from pydantic's releases.
Changelog
Sourced from pydantic's changelog.
Commits
cf67d4bFix lintingf0d8a21Prepare release v2.13.45e3fe1dCheck for pydantic tag pattern in CI7f9edccDocument tagging conventionsb46a0c9Adaptpydantic-corelinker flags on macOS50629c8Update to PyPy 7.3.228522ebbPreserveRootModelcore metadataa37f3afAdaptMISSINGsentinel test to work with unreleasedtyping_extensionsver...909259aRemove Logfire example in documentation2c4174cBump libc from 0.2.155 to 0.2.185Dependabot 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 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