Skip to content

Commit 17a2038

Browse files
committed
Update pyproject and poetry
Signed-off-by: Yam Marcovitz <[email protected]>
1 parent b7721f8 commit 17a2038

File tree

2 files changed

+10
-3
lines changed

2 files changed

+10
-3
lines changed

poetry.lock

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

pyproject.toml

Lines changed: 9 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -35,7 +35,7 @@ networkx = { extras = ["default"], version = "^3.3" }
3535
openai = "^1.45.0"
3636
openapi3-parser = "1.1.21"
3737
opentelemetry-exporter-otlp-proto-grpc = "1.27.0"
38-
parlant-client = "^3.0.0"
38+
parlant-client = "^3.0.1"
3939
python = "^3.10"
4040
python-dateutil = "^2.8.2"
4141
python-dotenv = "^1.0.1"
@@ -102,7 +102,14 @@ deepseek = ["torch", "transformers"]
102102

103103
gemini = ["google-genai", "google-api-core", "torch"]
104104

105-
vertex = ["google-genai", "google-api-core", "google-auth", "torch", "anthropic", "transformers"]
105+
vertex = [
106+
"google-genai",
107+
"google-api-core",
108+
"google-auth",
109+
"torch",
110+
"anthropic",
111+
"transformers",
112+
]
106113

107114
ollama = ["ollama"]
108115

0 commit comments

Comments
 (0)