Updating python version to including <=3.13 (#1278)
This commit is contained in:
@@ -91,7 +91,7 @@ exclude = '''
|
|||||||
color = true
|
color = true
|
||||||
|
|
||||||
[tool.poetry.dependencies]
|
[tool.poetry.dependencies]
|
||||||
python = ">=3.9,<3.12"
|
python = ">=3.9,<=3.13"
|
||||||
python-dotenv = "^1.0.0"
|
python-dotenv = "^1.0.0"
|
||||||
langchain = "^0.1.4"
|
langchain = "^0.1.4"
|
||||||
requests = "^2.31.0"
|
requests = "^2.31.0"
|
||||||
|
|||||||
Reference in New Issue
Block a user