- Notifications
You must be signed in to change notification settings - Fork1k
fix: a2a docs dependency#2216
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to ourterms of service andprivacy statement. We’ll occasionally send you account related emails.
Already on GitHub?Sign in to your account
Uh oh!
There was an error while loading.Please reload this page.
Conversation
Fix a2a docs dependency which was missing a workspace entry.
@@ -64,6 +64,7 @@ Changelog = "https://github.com/pydantic/pydantic-ai/releases" | |||
pai = "pydantic_ai._cli:cli_exit" # TODO remove this when clai has been out for a while | |||
[tool.uv.sources] | |||
pydantic-ai = { workspace = true } |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others.Learn more.
Why would this be needed, and what is the relationship with a2a?
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others.Learn more.
The extraction of the a2a addedpydantic-ai[a2a]
to thedocs
dependecy-group
, without this users dependency resolution will fail with:
× Failed to download and build `pydantic-ai-slim @ │ git+https://github.com/stevenh/pydantic-ai@feat/ag-ui-adapter-toolset#subdirectory=pydantic_ai_slim` ├─▶ Failed to parse entry in group `docs`: `pydantic-ai` ╰─▶ `pydantic-ai` is included as a workspace member, but is missing an entry in `tool.uv.sources` (e.g., `pydantic-ai = { workspace = true }`)
Thanks :) |
c94cc03
intopydantic:mainUh oh!
There was an error while loading.Please reload this page.
Fix a2a docs dependency which was missing a workspace entry.