Skip to content

Commit 5a21d9e

Browse files
authored
✨ Allow build with python-ulid 3.0.0 (#225)
This is a followup of 927dcd1.
1 parent cbeb653 commit 5a21d9e

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
@@ -58,7 +58,7 @@ pycountry = ['pycountry>=23']
5858
semver = ['semver>=3.0.2']
5959
python_ulid = [
6060
'python-ulid>=1,<2; python_version<"3.9"',
61-
'python-ulid>=1,<3; python_version>="3.9"',
61+
'python-ulid>=1,<4; python_version>="3.9"',
6262
]
6363
pendulum = ['pendulum>=3.0.0,<4.0.0']
6464

0 commit comments

Comments
 (0)