chore(deps): update pyjwt requirement from >=2.12.0 to >=2.12.1#39
Conversation
LabelsThe following labels could not be found: Please fix the above issues or remove invalid values from |
|
Re-triggering after GOVIND_GITHUB_TOKEN was added to the Dependabot secrets namespace on cueapi-core. The auto-merge job in feature-to-main.yml has been failing since 2026-05-04 because Dep-triggered runs only see the Dependabot-namespace secrets, not Actions-namespace. Now fixed; close+reopen forces the workflow to re-run with the new secret in scope. (Automated by cue-pm-pr-watcher per Mike's directive.) |
|
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. |
mikemolinet
left a comment
There was a problem hiding this comment.
Auto-approving Dependabot batch — CI checks (test + sdk-integration) are the binding gate; this satisfies branch-protection's review requirement so native auto-merge can complete the cycle. (Approval by cue-pm-pr-watcher under Mike's directive 2026-05-06.)
|
@dependabot recreate |
4f12497 to
0003f04
Compare
|
@dependabot recreate |
cc7531c to
0be7331
Compare
Updates the requirements on [pyjwt](https://github.com/jpadilla/pyjwt) to permit the latest version. - [Release notes](https://github.com/jpadilla/pyjwt/releases) - [Changelog](https://github.com/jpadilla/pyjwt/blob/master/CHANGELOG.rst) - [Commits](jpadilla/pyjwt@2.12.0...2.12.1) --- updated-dependencies: - dependency-name: pyjwt dependency-version: 2.12.1 dependency-type: direct:production ... Signed-off-by: dependabot[bot] <support@github.com>
0be7331 to
800a678
Compare
) Parity port of cueapi/cueapi#798 (merged 23:39:13Z) — fixes Phase 1 body_received echoing Pydantic envelope dump instead of design-lock flat STRING. cueapi-python SDK auto-verify (cueapi-python #39) and caller-side sha256(sent_body) match now work as designed. Files modified: - app/utils/verify_echo.py — helper signature changed from parsed_body: Any to body_text: Optional[str] - app/routers/messages.py — passes body.body string (spec lock) - app/routers/cues.py — passes body_text=None (OSS FireRequest carries only send_at datetime; no string user-content field). Hosted's payload_override.message extraction is hosted-only. - tests/test_verify_echo.py — 25 tests asserting STRING type + caller- side sha256(sent_body.encode()) == response.body_received_sha256 - parity-manifest: bumped last_synced + appended hotfix deviation notes 25/25 OSS tests pass locally. Co-Authored-By: Claude Opus 4.7 (1M context) <noreply@anthropic.com>
) (#88) Parity port of cueapi/cueapi#798 (merged 23:39:13Z) — fixes Phase 1 body_received echoing Pydantic envelope dump instead of design-lock flat STRING. cueapi-python SDK auto-verify (cueapi-python #39) and caller-side sha256(sent_body) match now work as designed. Files modified: - app/utils/verify_echo.py — helper signature changed from parsed_body: Any to body_text: Optional[str] - app/routers/messages.py — passes body.body string (spec lock) - app/routers/cues.py — passes body_text=None (OSS FireRequest carries only send_at datetime; no string user-content field). Hosted's payload_override.message extraction is hosted-only. - tests/test_verify_echo.py — 25 tests asserting STRING type + caller- side sha256(sent_body.encode()) == response.body_received_sha256 - parity-manifest: bumped last_synced + appended hotfix deviation notes 25/25 OSS tests pass locally. Co-authored-by: Claude Opus 4.7 (1M context) <noreply@anthropic.com>
Updates the requirements on pyjwt to permit the latest version.
Release notes
Sourced from pyjwt's releases.
Changelog
Sourced from pyjwt's changelog.
... (truncated)
Commits
a4e1a3dAdd typing_extensions dependency for Python < 3.11 (#1151)