Skip to content

Commit 2589d06

Browse files
committed
Set python-dateutil version constraint to ~=2.8
1 parent c834601 commit 2589d06

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

Pipfile

+1-1
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ name = "pypi"
55

66
[packages]
77
antlr4-python3-runtime = "~=4.10"
8-
python-dateutil = "~=2.9.0"
8+
python-dateutil = "~=2.8"
99

1010
[dev-packages]
1111
pytest = "==7.1.1"

Pipfile.lock

+1-1
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

pyproject.toml

+1-1
Original file line numberDiff line numberDiff line change
@@ -37,7 +37,7 @@ license = { file = "LICENSE.md" }
3737
keywords = ["fhir", "fhirpath"]
3838
dynamic = ["version"]
3939
authors = [{ name = "beda.software", email = "[email protected]" }]
40-
dependencies = ["antlr4-python3-runtime~=4.10", "python-dateutil~=2.8.2"]
40+
dependencies = ["antlr4-python3-runtime~=4.10", "python-dateutil~=2.8"]
4141
classifiers = [
4242
"Development Status :: 5 - Production/Stable",
4343
"Environment :: Web Environment",

0 commit comments

Comments
 (0)