Skip to content

Commit 01de56b

Browse files
Check pendulum prerelease
1 parent 1d69d64 commit 01de56b

File tree

2 files changed

+143
-2
lines changed

2 files changed

+143
-2
lines changed

poetry.lock

Lines changed: 139 additions & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

pyproject.toml

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -52,7 +52,10 @@ jsonpath-ng = ">=1.5.3"
5252
jsonschema = ">=4.16.0"
5353
memoization = ">=0.3.2,<0.5.0"
5454
packaging = ">=23.1"
55-
pendulum = ">=2.1.0"
55+
pendulum = [
56+
{version = ">=2.1.0,<3", python = "<3.8"},
57+
{version = ">=2.1.0,<4", python = ">=3.8", allow-prereleases = true},
58+
]
5659
PyJWT = "~=2.4"
5760
python-dotenv = ">=0.20,<0.22"
5861
pytz = ">=2022.2.1,<2024.0.0"

0 commit comments

Comments
 (0)