Skip to content

Commit

Permalink
Allow python-ulid 3.0 (#222)
Browse files Browse the repository at this point in the history
The API change in this major release is that a `TypeError` is raised
instead of a `ValueError` if a constructor is called with the wrong
type.

https://github.com/mdomke/python-ulid/releases/tag/3.0.0
  • Loading branch information
musicinmybrain authored Oct 12, 2024
1 parent 58db4b0 commit 927dcd1
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -47,7 +47,7 @@ all = [
'pycountry>=23',
'semver>=3.0.2',
'python-ulid>=1,<2; python_version<"3.9"',
'python-ulid>=1,<3; python_version>="3.9"',
'python-ulid>=1,<4; python_version>="3.9"',
'pendulum>=3.0.0,<4.0.0',
'pytz>=2024.1',
'semver~=3.0.2',
Expand Down

0 comments on commit 927dcd1

Please sign in to comment.