Spaces:
Running
Running
chore: Allow Python 3.10.x
Browse files- pyproject.toml +1 -1
pyproject.toml
CHANGED
@@ -14,7 +14,7 @@ dependencies = [
|
|
14 |
"langchain_openai>=0.1.6",
|
15 |
]
|
16 |
readme = "README.md"
|
17 |
-
requires-python = ">= 3.
|
18 |
|
19 |
[build-system]
|
20 |
requires = ["hatchling"]
|
|
|
14 |
"langchain_openai>=0.1.6",
|
15 |
]
|
16 |
readme = "README.md"
|
17 |
+
requires-python = ">= 3.10"
|
18 |
|
19 |
[build-system]
|
20 |
requires = ["hatchling"]
|