The provided API is exactly as Python's builtin UUID class. The supported UUID versions are v1, v3, v4, v5, and v7. It is supported on Python 3.8, 3.9, 3.10, 3.11, 3. ...
Python 3.14 added support for UUID versions 6, 7, and 8 via uuid6(), uuid7(), and uuid8() respectively, as specified in RFC 9562. Implementations SHOULD utilize UUID version 7 over UUID version 1 and ...