Spaces:
Runtime error
Runtime error
pin supported python version to 3.11.x
Browse files- .python-version +1 -1
- pyproject.toml +1 -1
.python-version
CHANGED
|
@@ -1 +1 @@
|
|
| 1 |
-
3.
|
|
|
|
| 1 |
+
3.11.9
|
pyproject.toml
CHANGED
|
@@ -7,7 +7,7 @@ name = "askchomsky"
|
|
| 7 |
version = "0.1.0"
|
| 8 |
description = "AskChomsky RAG backend and tools"
|
| 9 |
readme = "README.md"
|
| 10 |
-
requires-python = ">=3.11"
|
| 11 |
dependencies = [
|
| 12 |
"fastapi>=0.115.0",
|
| 13 |
"uvicorn[standard]>=0.30.0",
|
|
|
|
| 7 |
version = "0.1.0"
|
| 8 |
description = "AskChomsky RAG backend and tools"
|
| 9 |
readme = "README.md"
|
| 10 |
+
requires-python = ">=3.11,<3.14"
|
| 11 |
dependencies = [
|
| 12 |
"fastapi>=0.115.0",
|
| 13 |
"uvicorn[standard]>=0.30.0",
|