Skip to content

Commit a4a4793

Browse files
committed
Add example into uv workspace
1 parent 891c152 commit a4a4793

File tree

6 files changed

+2418
-5238
lines changed

6 files changed

+2418
-5238
lines changed

instrumentation-genai/opentelemetry-instrumentation-vertexai/examples/langgraph-chatbot-demo/pyproject.toml

Lines changed: 10 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -11,22 +11,23 @@ dependencies = [
1111
"langchain-core>=0.3.31",
1212
"langchain-google-vertexai>=2.0.7",
1313
"langgraph>0.2.27",
14-
"opentelemetry-distro>=0.50b0",
14+
"opentelemetry-distro",
1515
"opentelemetry-exporter-gcp-logging>=1.9.0a0",
1616
"opentelemetry-exporter-gcp-trace>=1.8.0",
1717
"opentelemetry-exporter-otlp-proto-grpc>=1.29.0",
18-
"opentelemetry-instrumentation-aiohttp-client>=0.50b0",
19-
"opentelemetry-instrumentation-httpx>=0.50b0",
20-
"opentelemetry-instrumentation-requests>=0.50b0",
21-
"opentelemetry-instrumentation-sqlite3>=0.51b0",
22-
"opentelemetry-instrumentation-urllib>=0.50b0",
23-
"opentelemetry-instrumentation-urllib3>=0.50b0",
18+
"opentelemetry-instrumentation-aiohttp-client",
19+
"opentelemetry-instrumentation-httpx",
20+
"opentelemetry-instrumentation-requests",
21+
"opentelemetry-instrumentation-sqlite3",
22+
"opentelemetry-instrumentation-urllib",
23+
"opentelemetry-instrumentation-urllib3",
2424
"opentelemetry-instrumentation-vertexai",
25+
"opentelemetry-instrumentation>=0.51b0",
2526
"streamlit>=1.41.1",
2627
]
2728

28-
[tool.uv.sources]
29-
opentelemetry-instrumentation-vertexai = { path = "../../" }
29+
# [tool.uv.sources]
30+
opentelemetry-instrumentation-vertexai = { workspace = true }
3031

3132
[dependency-groups]
3233
dev = ["ipython>=8.18.1", "ruff>=0.9.2"]

0 commit comments

Comments
 (0)