Spaces:
Runtime error
Runtime error
chore: decrease Python version to fix HF Space
Browse files- pyproject.toml +1 -1
pyproject.toml
CHANGED
@@ -13,7 +13,7 @@ dependencies = [
|
|
13 |
"pydantic-settings>=2.2.1",
|
14 |
]
|
15 |
readme = "README.md"
|
16 |
-
requires-python = ">= 3.
|
17 |
|
18 |
[build-system]
|
19 |
requires = ["hatchling"]
|
|
|
13 |
"pydantic-settings>=2.2.1",
|
14 |
]
|
15 |
readme = "README.md"
|
16 |
+
requires-python = ">= 3.11"
|
17 |
|
18 |
[build-system]
|
19 |
requires = ["hatchling"]
|