Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

enhancement: Add marker file to make package PEP-561 aware #56

Merged
merged 3 commits into from
Feb 20, 2025

Conversation

eswolinsky3241
Copy link
Contributor

Description

Include py.typed marker file to make cerbos package PEP-581 aware. This will allow static type checkers like MyPy to verify type safety of code using cerbos.

Fixes ##55

Checklist

  • [ x] The PR title has the correct prefix
  • [ x] PR is linked to the corresponding issue
  • [ x] All commits are signed-off (git commit -s ...) to provide the DCO

@eswolinsky3241 eswolinsky3241 force-pushed the add-pep-561-marker-file branch from 2f844f2 to be32f1c Compare February 20, 2025 11:04
@charithe charithe changed the title fix: Add marker file to make package PEP-561 aware enhancement: Add marker file to make package PEP-561 aware Feb 20, 2025
@charithe
Copy link
Contributor

Please run ./pw changelog to update the changelog file.

Copy link
Contributor Author

@eswolinsky3241 eswolinsky3241 left a comment

Choose a reason for hiding this comment

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

Thanks @charithe, I've run the command and committed the changelog.

Signed-off-by: Ethan Wolinsky <[email protected]>
@eswolinsky3241 eswolinsky3241 force-pushed the add-pep-561-marker-file branch from e6554d8 to 533f9ad Compare February 20, 2025 15:38
@charithe
Copy link
Contributor

Oh something seems to have gone wrong because the changelog contents are wrong. I'll see if I can fix it from my end.

Signed-off-by: Charith Ellawala <[email protected]>
@charithe charithe merged commit eadf878 into cerbos:main Feb 20, 2025
2 checks passed
@eswolinsky3241 eswolinsky3241 deleted the add-pep-561-marker-file branch February 20, 2025 18:49
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.

2 participants