Bump pydantic from 2.13.3 to 2.13.4#110
Closed
dependabot[bot] wants to merge 1 commit into
Closed
Conversation
Bumps [pydantic](https://github.com/pydantic/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: pydantic dependency-version: 2.13.4 dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] <support@github.com>
kishore7snehil
added a commit
that referenced
this pull request
Jun 25, 2026
…gation/impersonation (#122) * feat: validate CTE actor token pairing and surface act claim for delegation * fix(cte): harden act-claim extraction against decode and issuer failures The act-claim enrichment in custom_token_exchange ran _verify_and_decode_jwt with no error handling, so a present-but-undecodable id_token turned an already-issued exchange into a generic TOKEN_EXCHANGE_FAILED. It also skipped the normalized issuer check the login path applies before trusting claims. Wrap the enrichment so any decode/verify failure leaves act=None instead of failing the exchange, and apply the issuer check before reading the claim. Rewrite the opaque-token test (it never exercised the decode path) and add coverage for the undecodable-id_token and issuer-mismatch cases. * fix(cte): validate subject_token_type and actor_token, clarify act sourcing Add local empty/whitespace guards for subject_token_type and actor_token so they fail with a clear INVALID_TOKEN_FORMAT instead of a generic round-trip error from the token endpoint, matching the existing subject_token check. Add tests for both cases. Document that response.act is read from the id_token and that Auth0 writes the same act onto the access token (verified against the platform token dialects), noting the access token may be opaque. Add a comment on the login path noting act reaches the session user via UserClaims. Rename the refresh test to reflect that it pins the state-merge behavior the refresh path uses. * chore(deps): bump idna, pyjwt, pydantic, and ruff in poetry.lock Refresh the lock for the open dependabot pip bumps in one go: idna 3.13 to 3.18, pyjwt 2.12.1 to 2.13.0, pydantic 2.13.3 to 2.13.4 (pydantic-core 2.46.4), and ruff 0.15.11 to 0.15.19. All within the existing pyproject constraints; full suite passes. Supersedes #110, #113, #118, #119. * ci: bump actions/checkout to v7 and actions/cache to v6 Update GitHub Actions pins across the workflows: actions/checkout v6 to v7 (publish, test, codeql) and actions/cache v5 to v6 (test). Supersedes #121, #123.
Contributor
Author
|
OK, I won't notify you again about this release, but will get in touch when a new version is available. If you'd rather skip all updates until the next major or minor version, let me know by commenting If you change your mind, just re-open this PR and I'll resolve any conflicts on it. |
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 pydantic from 2.13.3 to 2.13.4.
Release 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.185You 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)