We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 8c2f13a commit be2548aCopy full SHA for be2548a
pyproject.toml
@@ -19,7 +19,7 @@ classifiers = [
19
]
20
dependencies = [
21
"ebdamame>=0.5.1",
22
- "rebdhuhn>=0.17.2",
+ "rebdhuhn>=0.17.3",
23
"cattrs",
24
"click",
25
"pydantic-settings"
requirements.txt
@@ -48,7 +48,7 @@ python-docx==1.1.2
48
# via ebdamame
49
python-dotenv==1.1.0
50
# via pydantic-settings
51
-rebdhuhn==0.17.2
+rebdhuhn==0.17.3
52
# via
53
# ebd-toolchain (pyproject.toml)
54
# ebdamame
unittests/test_myclass.py
0 commit comments