Skip to content

Commit 05a15d0

Browse files
hf-kkleinKonstantin
andauthored
chore: bump efoli min version (to support EdifactFormatVersion.FV2604) (#183)
Co-authored-by: Konstantin <[email protected]>
1 parent f6e3783 commit 05a15d0

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@ classifiers = [
1919
]
2020
dependencies = [
2121
"pydantic>=2",
22-
"efoli>=2.0.0"
22+
"efoli>=2.1.0"
2323
]
2424
dynamic = ["readme", "version"]
2525

requirements.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@
66
#
77
annotated-types==0.7.0
88
# via pydantic
9-
efoli==2.0.0
9+
efoli==2.1.0
1010
# via fundamend (pyproject.toml)
1111
pydantic==2.11.3
1212
# via fundamend (pyproject.toml)

0 commit comments

Comments
 (0)