From 877e6805564e4ea59687edc473a0aa1de2b489d5 Mon Sep 17 00:00:00 2001 From: Abraham Lazaro Martinez Date: Thu, 24 Apr 2025 18:26:36 +0000 Subject: [PATCH] fix: point to main --- py/samples/google-genai-hello/pyproject.toml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/py/samples/google-genai-hello/pyproject.toml b/py/samples/google-genai-hello/pyproject.toml index 86f32a51f..ef0d0348e 100644 --- a/py/samples/google-genai-hello/pyproject.toml +++ b/py/samples/google-genai-hello/pyproject.toml @@ -17,9 +17,9 @@ classifiers = [ "Topic :: Software Development :: Libraries", ] dependencies = [ - "genkit@git+https://github.com/firebase/genkit/tree/feature/otel-gcp-v1/py/packages/genkit.git", + "genkit@git+https://github.com/firebase/genkit/tree/main/py/packages/genkit.git", "genkit-plugin-google-genai", - "genkit-plugin-google-cloud@git+https://github.com/firebase/genkit/tree/feature/otel-gcp-v1/py/plugins/google-cloud.git", + "genkit-plugin-google-cloud@git+https://github.com/firebase/genkit/tree/main/py/plugins/google-cloud.git", "pydantic>=2.10.5", "structlog>=25.2.0", ]