Przeglądaj źródła

Updating python version to including <=3.13 (#1278)

João Moura 1 rok temu
rodzic
commit
2b2263acaa
1 zmienionych plików z 1 dodań i 1 usunięć
  1. 1 1
      pyproject.toml

+ 1 - 1
pyproject.toml

@@ -91,7 +91,7 @@ exclude = '''
 color = true
 
 [tool.poetry.dependencies]
-python = ">=3.9,<3.12"
+python = ">=3.9,<=3.13"
 python-dotenv = "^1.0.0"
 langchain = "^0.1.4"
 requests = "^2.31.0"