Skip to content

NO-JIRA: Pin PyJWT to fix JWT issuer type error#76

Merged
openshift-merge-bot[bot] merged 1 commit into
openshift-eng:mainfrom
RadekManak:incident-rebasebot
Feb 5, 2026
Merged

NO-JIRA: Pin PyJWT to fix JWT issuer type error#76
openshift-merge-bot[bot] merged 1 commit into
openshift-eng:mainfrom
RadekManak:incident-rebasebot

Conversation

@RadekManak
Copy link
Copy Markdown
Contributor

@RadekManak RadekManak commented Feb 5, 2026

PyJWT 2.11.0 added strict validation requiring the 'iss' claim to be a
string. github3.py passes integer app_id to 'iss', causing:
TypeError: Issuer (iss) must be a string.

The fix exists in github3.py main branch (commit b7cf611) but hasn't
been released. Pin PyJWT <2.11.0 as workaround.

@openshift-ci-robot openshift-ci-robot added the jira/valid-reference Indicates that this PR references a valid Jira ticket of any type. label Feb 5, 2026
@openshift-ci-robot
Copy link
Copy Markdown

@RadekManak: This pull request explicitly references no jira issue.

Details

In response to this:

PyJWT 2.11.0 added strict validation requiring the 'iss' claim to be a string. github3.py passes integer app_id to 'iss', causing:
TypeError: Issuer (iss) must be a string.

The fix exists in github3.py main branch (commit b7cf611) but hasn't been released. Pin to github3.py <4.0.0 and PyJWT <2.11.0 as workaround.

Instructions for interacting with me using PR comments are available here. If you have questions or suggestions related to my behavior, please file an issue against the openshift-eng/jira-lifecycle-plugin repository.

@openshift-ci openshift-ci Bot requested review from damdo and racheljpg February 5, 2026 14:14
@openshift-ci
Copy link
Copy Markdown
Contributor

openshift-ci Bot commented Feb 5, 2026

[APPROVALNOTIFIER] This PR is APPROVED

This pull-request has been approved by: RadekManak

The full list of commands accepted by this bot can be found here.

The pull request process is described here

Details Needs approval from an approver in each of these files:

Approvers can indicate their approval by writing /approve in a comment
Approvers can cancel approval by writing /approve cancel in a comment

@openshift-ci openshift-ci Bot added the approved Indicates a PR has been approved by an approver from all required OWNERS files. label Feb 5, 2026
PyJWT 2.11.0 added strict validation requiring the 'iss' claim to be a
string. github3.py passes integer app_id to 'iss', causing:
  TypeError: Issuer (iss) must be a string.

The fix exists in github3.py main branch (commit b7cf611) but hasn't
been released. Pin PyJWT <2.11.0 as workaround.
@RadekManak
Copy link
Copy Markdown
Contributor Author

/retitle NO-JIRA: Pin PyJWT to fix JWT issuer type error

@openshift-ci openshift-ci Bot changed the title NO-JIRA: Pin github3.py and PyJWT to fix JWT issuer type error NO-JIRA: Pin PyJWT to fix JWT issuer type error Feb 5, 2026
@elfosardo
Copy link
Copy Markdown

/lgtm

@openshift-ci openshift-ci Bot added the lgtm Indicates that a PR is ready to be merged. label Feb 5, 2026
@openshift-merge-bot openshift-merge-bot Bot merged commit 6f0004b into openshift-eng:main Feb 5, 2026
4 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

approved Indicates a PR has been approved by an approver from all required OWNERS files. jira/valid-reference Indicates that this PR references a valid Jira ticket of any type. lgtm Indicates that a PR is ready to be merged.

Projects

None yet

Development

Successfully merging this pull request may close these issues.

3 participants