We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
According to stevesimmons/uuid7#1 the currently used uuid7 implementation is broken.
I added test, it does not work as the most recent draft requires it to work: https://datatracker.ietf.org/doc/draft-ietf-uuidrev-rfc4122bis/14/
The text was updated successfully, but these errors were encountered:
This repo seems to implement the most recent draft: https://github.com/oittaa/uuid6-python
Here is the link to the standard library issue about adding uuidv7 : python/cpython#102461
Sorry, something went wrong.
The uuid6 package is already on conda-forge, which makes it easier for #31
Successfully merging a pull request may close this issue.
According to stevesimmons/uuid7#1 the currently used uuid7 implementation is broken.
I added test, it does not work as the most recent draft requires it to work:
https://datatracker.ietf.org/doc/draft-ietf-uuidrev-rfc4122bis/14/
The text was updated successfully, but these errors were encountered: