mmoise00 commited on
Commit
f6d0241
·
1 Parent(s): 1ab424d

pin supported python version to 3.11.x

Browse files
Files changed (2) hide show
  1. .python-version +1 -1
  2. pyproject.toml +1 -1
.python-version CHANGED
@@ -1 +1 @@
1
- 3.14
 
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",