feat(dependencies): update greenlet to version 3.3.0 and adjust Python version compatibility (#145)

This commit is contained in:
Dallas98
2025-12-10 10:17:48 +08:00
committed by GitHub
parent d9ce140c1f
commit 6ccbc8a02f
3 changed files with 88 additions and 78 deletions

View File

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