Skip to content

Commit d17bb2a

Browse files
author
koval
committed
Fix pdm
1 parent 91b8f47 commit d17bb2a

2 files changed

Lines changed: 4 additions & 4 deletions

File tree

pdm.lock

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

pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ dependencies = [
1111
"email-validator>=1.3.1",
1212
"pydantic>=2.3.0",
1313
]
14-
requires-python = ">3.8"
14+
requires-python = ">=3.8.1"
1515
readme = "README.md"
1616
license = {text = "MIT"}
1717
classifiers = [

0 commit comments

Comments
 (0)