You've already forked DataMate
feat(dependencies): update greenlet to version 3.3.0 and adjust Python version compatibility (#145)
This commit is contained in:
@@ -29,9 +29,15 @@ dependencies = [
|
||||
"langchain-openai (>=1.1.0,<2.0.0)",
|
||||
"openai (>=2.8.1,<3.0.0)",
|
||||
"jsonschema (>=4.25.1,<5.0.0)",
|
||||
"greenlet (>=3.3.0,<4.0.0)",
|
||||
]
|
||||
|
||||
|
||||
[build-system]
|
||||
requires = ["poetry-core>=2.0.0,<3.0.0"]
|
||||
build-backend = "poetry.core.masonry.api"
|
||||
|
||||
[tool.poetry]
|
||||
packages = [
|
||||
{ include = "app" }
|
||||
]
|
||||
|
||||
Reference in New Issue
Block a user