Skip to content

Commit 2b0e028

Browse files
Allow python-ulid 2.x on Python 3.9 and later (#131)
Fixes #130.
1 parent 18cfbde commit 2b0e028

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

pyproject.toml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -47,7 +47,8 @@ dynamic = ['version']
4747
all = [
4848
'phonenumbers>=8,<9',
4949
'pycountry>=23,<24',
50-
'python-ulid>=1,<2',
50+
'python-ulid>=1,<2; python_version<"3.9"',
51+
'python-ulid>=1,<3; python_version>="3.9"',
5152
'pendulum>=3.0.0,<4.0.0'
5253
]
5354

0 commit comments

Comments
 (0)