Skip to content

Commit 6b84b27

Browse files
committed
lockfiles updated
1 parent 7a2f4dc commit 6b84b27

File tree

3 files changed

+2071
-25
lines changed

3 files changed

+2071
-25
lines changed

instrumentation-genai/opentelemetry-instrumentation-vertexai/examples/langgraph-chatbot-demo/run_streamlit.py

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,11 +1,12 @@
11
# /// script
22
# requires-python = ">=3.13"
33
# dependencies = [
4-
# "langgraph-chatbot-demo",
4+
# "langgraph-chatbot-demo",
55
# ]
66
#
77
# [tool.uv.sources]
8-
# langgraph-chatbot-demo = { path = "." }
8+
# langgraph-chatbot-demo = { git = "https://github.com/aabmass/opentelemetry-python-contrib.git", subdirectory = "instrumentation-genai/opentelemetry-instrumentation-vertexai/examples/langgraph-chatbot-demo", branch = "vertex-langgraph" }
9+
#
910
# ///
1011

1112
import os

0 commit comments

Comments
 (0)