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
5 changes: 4 additions & 1 deletion itk/pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -18,4 +18,7 @@ dependencies = [
package = false

[tool.uv.sources]
a2a-sdk = { path = ".." }
# Resolved from the workspace root (../pyproject.toml declares this dir a
# member), so the whole repo shares one uv.lock instead of this agent
# keeping a second lock that drifts when a root dependency changes.
a2a-sdk = { workspace = true }
Loading
Loading