Skip to content
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 our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Redundant runtime dependency on PyYAML #179

Closed
stanislavlevin opened this issue Sep 30, 2022 · 0 comments · Fixed by #180
Closed

Redundant runtime dependency on PyYAML #179

stanislavlevin opened this issue Sep 30, 2022 · 0 comments · Fixed by #180

Comments

@stanislavlevin
Copy link
Contributor

PyYAML is no longer runtime dependency (7bca8cd and 7cbc3f6).
openapi-spec-validator requires jsonschema-spec that in turn wants PyYAML = ">=5.1".

stanislavlevin added a commit to stanislavlevin/openapi-spec-validator that referenced this issue Sep 30, 2022
PyYAML is no longer runtime dependency (7bca8cd and 7cbc3f6).
`openapi-spec-validator` requires `jsonschema-spec` that in turn
wants PyYAML = ">=5.1".

Fixes: python-openapi#179

Signed-off-by: Stanislav Levin <slev@altlinux.org>
@p1c2u p1c2u closed this as completed in #180 Oct 7, 2022
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 a pull request may close this issue.

1 participant