Spaces:
Sleeping
Sleeping
lucianotonet
commited on
Commit
·
868beb1
1
Parent(s):
76c5c48
Set Python version to 3.11.6
Browse files- pyproject.toml +1 -1
pyproject.toml
CHANGED
@@ -9,7 +9,7 @@ packages = [
|
|
9 |
]
|
10 |
|
11 |
[tool.poetry.dependencies]
|
12 |
-
python = "3.11.
|
13 |
uvicorn = "^0.23.2"
|
14 |
langserve = {extras = ["server"], version = ">=0.0.30"}
|
15 |
pydantic = "<2"
|
|
|
9 |
]
|
10 |
|
11 |
[tool.poetry.dependencies]
|
12 |
+
python = "3.11.6"
|
13 |
uvicorn = "^0.23.2"
|
14 |
langserve = {extras = ["server"], version = ">=0.0.30"}
|
15 |
pydantic = "<2"
|