You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Update dependencies and improve project configuration
- Updated Python version requirement to >=3.10,<4 in pyproject.toml
- Added support for Python 3.14 in classifiers
- Updated uuid6 dependency version to >=2024.7.10,<2026.0.0
- Removed flake8 and isort from dev dependencies, added ruff for linting
- Configured ruff with specific linting rules and line length
- Refactored imports in typeid.py to use uuid from the standard library
0 commit comments