Chore(deps): Bump typing-extensions from 4.15.0 to 4.16.0 - #1217
Chore(deps): Bump typing-extensions from 4.15.0 to 4.16.0#1217dependabot[bot] wants to merge 1 commit into
Conversation
Bumps [typing-extensions](https://github.com/python/typing_extensions) from 4.15.0 to 4.16.0. - [Release notes](https://github.com/python/typing_extensions/releases) - [Changelog](https://github.com/python/typing_extensions/blob/main/CHANGELOG.md) - [Commits](python/typing_extensions@4.15.0...4.16.0) --- updated-dependencies: - dependency-name: typing-extensions dependency-version: 4.16.0 dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] <support@github.com>
foxpatch-aleph
left a comment
There was a problem hiding this comment.
Routine minor version bump of typing-extensions from 4.15.0 to 4.16.0. The codebase only uses the stable TypeAlias and Literal features from typing_extensions, which are unaffected by this release. The 4.16.0 changelog contains bug fixes, CPython backports, and deprecations around the sentinel feature (not used here). No code changes are needed and the bump is safe to merge.
foxpatch-aleph
left a comment
There was a problem hiding this comment.
This PR bumps typing-extensions from 4.15.0 to 4.16.0, a minor version upgrade to a foundational typing backport library. The codebase only imports TypeAlias from typing_extensions (in src/aleph/types/db_session.py and a generated protobuf .pyi stub), which is a stable, unchanged feature. None of the behavioral changes in 4.16.0 (Sentinel rename, @deprecated behavior, TypeVarTuple/ParamSpec parameter additions, Concatenate/Unpack isinstance fix) touch any APIs used here. The change is a single-line pin update in pyproject.toml with no risk to correctness, security, or compatibility.
Bumps typing-extensions from 4.15.0 to 4.16.0.
Release notes
Sourced from typing-extensions's releases.
... (truncated)
Changelog
Sourced from typing-extensions's changelog.
Commits
f29cd28Prepare relase 4.16.0 (#774)4317461Bump version to 4.16.0rc2.dev (#772)4f71098Prepare release 4.16.0rc2 (#771)37ed08aRemove use ofasyncio.coroutines.iscoroutinefunction()(#769)8dcc559ImproveTypedDictdocumentation (#770)224f8d5Post-release followups for 3.16.0rc1 (#767)777de3ePrepare release 4.16.0rc1 (#766)890be90Type variable tuple variance (#741)0e05458Pin SQLAlchemy third-party tests to pytest==9.0.3 (#765)d277746docs: add version compatibility table (#733)You can trigger a rebase of this PR 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 this major versionwill close this PR and stop Dependabot creating any more for this major version (unless you reopen the PR or upgrade to it yourself)@dependabot ignore this minor versionwill close this PR and stop Dependabot creating any more for this minor version (unless you reopen the PR or upgrade to it yourself)@dependabot ignore this dependencywill close this PR and stop Dependabot creating any more for this dependency (unless you reopen the PR or upgrade to it yourself)