test async

This commit is contained in:
Matteo Rosati
2026-02-17 16:04:18 +01:00
parent 7b7bff6c8c
commit 719919920f
4 changed files with 74 additions and 281 deletions

View File

@@ -5,9 +5,7 @@ description = "Add your description here"
readme = "README.md"
requires-python = ">=3.13"
dependencies = [
"fastapi>=0.127.0",
"google-cloud-discoveryengine>=0.17.0",
"ipython>=9.8.0",
"langchain>=1.2.10",
"langchain-community>=0.4.1",
"langchain-core>=1.2.13",
@@ -15,8 +13,8 @@ dependencies = [
"langchain-google-genai>=4.2.0",
"langchain-google-vertexai>=3.2.0",
"langchain-openai>=1.1.9",
"nuitka>=4.0.1",
"python-dotenv>=1.2.1",
"uvicorn>=0.40.0",
]
[dependency-groups]