Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 0 additions & 4 deletions connectrpc-otel/pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -63,10 +63,6 @@ dev = [
# a transitive dependency, so we go ahead and leave it out.
"connectrpc>=0.8.0",

"opentelemetry-instrumentation-asgi==0.61b0",
"opentelemetry-instrumentation-wsgi==0.61b0",
"opentelemetry-sdk==1.40.0",

"connect-python-example",
"pytest",
]
Expand Down
11 changes: 11 additions & 0 deletions pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -57,6 +57,17 @@ dev = [
"uvicorn==0.42.0",
"zstandard==0.25.0",

# dev dependencies only used in subprojects. Optimal structure would include these
# in the subproject itself, but then `uv sync` does not install them from the
# workspace root. We strategically keep them here instead so the entire workspace
# is ready for editing in an IDE with a simple sync command.
# If the below issue is resolved, we can move them back to subprojects and configure
# our default sync setting as --all-packages.
# https://github.com/astral-sh/uv/issues/5737
"opentelemetry-instrumentation-asgi==0.61b0",
"opentelemetry-instrumentation-wsgi==0.61b0",
"opentelemetry-sdk==1.40.0",

# Versions locked in constraint-dependencies
"pytest",
"pytest-asyncio",
Expand Down
12 changes: 6 additions & 6 deletions uv.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

Loading