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

This commit is contained in:
João Moura
2024-02-21 16:48:13 -03:00
committed by GitHub
parent 5e2e7fb639
commit 2b2263acaa

View File

@@ -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"