Skip to content

fix: declare jsonschema as a direct dependency - #5

Merged
Ariasu123 merged 1 commit into
mainfrom
fix/declare-jsonschema
Aug 18, 2026
Merged

fix: declare jsonschema as a direct dependency#5
Ariasu123 merged 1 commit into
mainfrom
fix/declare-jsonschema

Conversation

@Ariasu123

Copy link
Copy Markdown
Owner

Closes #2

pion/mcp/client.py imports jsonschema directly; declare it in pyproject.toml instead of relying on the transitive dependency via mcp.

pion.mcp.client imports jsonschema directly, but it was only available
as a transitive dependency of mcp. Closes #2.
@Ariasu123
Ariasu123 merged commit c4d0547 into main Aug 18, 2026
3 checks passed
@Ariasu123
Ariasu123 deleted the fix/declare-jsonschema branch August 18, 2026 02:02
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

pion.mcp.client imports jsonschema but it's not a declared dependency

1 participant