Skip to content

Commit 927dcd1

Browse files
Allow python-ulid 3.0 (#222)
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
1 parent 58db4b0 commit 927dcd1

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -47,7 +47,7 @@ all = [
4747
'pycountry>=23',
4848
'semver>=3.0.2',
4949
'python-ulid>=1,<2; python_version<"3.9"',
50-
'python-ulid>=1,<3; python_version>="3.9"',
50+
'python-ulid>=1,<4; python_version>="3.9"',
5151
'pendulum>=3.0.0,<4.0.0',
5252
'pytz>=2024.1',
5353
'semver~=3.0.2',

0 commit comments

Comments
 (0)