Skip to content

Conversation

@anoto-moniz
Copy link
Collaborator

@anoto-moniz anoto-moniz commented Feb 6, 2026

Modeled after gemd-python's TOML.

PR Type:

  • Breaking change (fix or feature that would cause existing functionality to change)
  • Bug fix (non-breaking change which fixes an issue)
  • New feature (non-breaking change which adds functionality)
  • Maintenance (non-breaking change to assist developers)

Adherence to team decisions

  • I have added tests for 100% coverage
  • I have written Numpy-style docstrings for every method and class.
  • I have communicated the downstream consequences of the PR to others.
  • I have bumped the version in __version__.py

token = jwt.encode(
payload={'exp': expiration.timestamp()},
key='garbage'
key='Actually_Triangle_Perhaps_Finally'
Copy link
Collaborator Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

The updated pyjwt was warning about this key being too short.

sphinx==7.1.2
sphinx-rtd-theme==2.0.0
sphinxcontrib-apidoc==0.4.0
sphinx==8.1.3
Copy link
Collaborator Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Sphinx 9.0 requires 3.12+.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant