uuid6-python
uuid6-python copied to clipboard
New time-based UUID formats which are suited for use as a database key
Bumps [mypy](https://github.com/python/mypy) from 1.8.0 to 1.10.0. Changelog Sourced from mypy's changelog. Mypy Release Notes Next release Mypy 1.10 We’ve just uploaded mypy 1.10 to the Python Package Index (PyPI). Mypy...
Bumps [coverage[toml]](https://github.com/nedbat/coveragepy) from 7.4.0 to 7.5.0. Release notes Sourced from coverage[toml]'s releases. 7.5.0 Added initial support for function and class reporting in the HTML report. There are now three index...
Hi, and thanks for this package! I'm proposing an update for the `uuid6`, `uuid7` and `uuid8` functions, where you could optionally specify the timestamp that gets used when generating the...
Bumps [pypa/gh-action-pypi-publish](https://github.com/pypa/gh-action-pypi-publish) from 1.8.11 to 1.8.14. Release notes Sourced from pypa/gh-action-pypi-publish's releases. v1.8.14 🛠️ Internal Dependencies Nothing changed feature-wise. The only notable update is that the underlying container runtime now...
Bumps [pyperf](https://github.com/psf/pyperf) from 2.6.2 to 2.6.3. Release notes Sourced from pyperf's releases. 2.6.3 What's Changed Fix mem_max_rss measurement on macOS by @mdboom in psf/pyperf#173 gh-174: Support free-threading CPython by disabling...
I'm trying to publish another package on conda-forge ([PyLECO](https://github.com/conda-forge/staged-recipes/pull/26052), issue: https://github.com/conda-forge/staged-recipes/pull/26052) which depends on your package. The build pipeline failed as the metadata of your package showed the version "0.0.0.dev0",...
Hello :) first of all, thank you very much for your work and providing this package as open source. We have incorporated it and are happily using it in a...
Bumps [coverage[toml]](https://github.com/nedbat/coveragepy) from 7.6.12 to 7.7.0. Release notes Sourced from coverage[toml]'s releases. 7.7.0 Version 7.7.0 — 2025-03-16 The Coverage object has a new method, Coverage.branch_stats() for getting simple branch information...
``` Traceback (most recent call last): File "/Users/haisen/IdeaProjects/23_LiNing/sccp_utils/uuid6.py", line 4, in import uuid6 File "/Users/haisen/IdeaProjects/23_LiNing/sccp_utils/uuid6.py", line 6, in my_uuid = uuid6.uuid6() TypeError: 'module' object is not callable ``` 
Hello, I'm packaging this library with Nix as a dependency for pulpcore, which specifies ``` "uuid6>=2023.5.2,