From 228f62af7572d08009fe452a52de864109260aa9 Mon Sep 17 00:00:00 2001 From: Po-Chuan Hsieh Date: Tue, 15 Oct 2024 01:46:12 +0800 Subject: [PATCH] Allow build with python-ulid 3.0.0 This is a followup of 927dcd1069545bb9d2e06012f79a4a87a0c398a7. --- pyproject.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pyproject.toml b/pyproject.toml index e5e61a2..d16bc23 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -58,7 +58,7 @@ pycountry = ['pycountry>=23'] semver = ['semver>=3.0.2'] python_ulid = [ '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 = ['pendulum>=3.0.0,<4.0.0']