Skip to content

Commit 70f8dc1

Browse files
authored
Define minimum required compatible versions for dependencies (#49)
1 parent bed350a commit 70f8dc1

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

pyproject.toml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -5,10 +5,10 @@ authors = [
55
{name = "Manfred Dennerlein Rodelo", email = "manfred@dennerlein.name"},
66
]
77
dependencies = [
8-
"ecdsa",
9-
"httpx",
10-
"ms_cv",
11-
"pydantic==2.*",
8+
"ecdsa>=0.19",
9+
"httpx>=0.25.1",
10+
"ms_cv>=0.1.1",
11+
"pydantic>=2.12",
1212
]
1313
requires-python = ">=3.11"
1414
readme = "README.md"

0 commit comments

Comments
 (0)