Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
3 changes: 3 additions & 0 deletions pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -26,6 +26,9 @@ classifiers = [
"Programming Language :: Python :: 3.13",
"Topic :: Software Development :: Libraries",
]
dependencies = [
"typing-extensions",
Copy link

Choose a reason for hiding this comment

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

This dependency is very often conditional (on python version), to make use of features that are backported from the typing module in the most recent python version. Is this the case for this project?

Copy link
Author

Choose a reason for hiding this comment

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

Here, in the latest versions of python-ulid, this package is imported somewhere and is not mentioned in the dependencies. Adding this in the package will solve the import issues.

For the sake of features that are backported, this project can mark minimum python version and use features for the recently available versions of python. Removing certain usages of this package inside the project will fix the problem.

]

[project.urls]
Homepage = "https://github.com/mdomke/python-ulid"
Expand Down
10 changes: 8 additions & 2 deletions uv.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.