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

Drop no longer used runtime dependency on PyYAML #180

Merged
merged 1 commit into from Oct 7, 2022

Conversation

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".

Fixes: #179

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>
@codecov
Copy link

codecov bot commented Oct 7, 2022

Codecov Report

Merging #180 (a393460) into master (fb65952) will decrease coverage by 0.28%.
The diff coverage is n/a.

@@            Coverage Diff             @@
##           master     #180      +/-   ##
==========================================
- Coverage   91.66%   91.37%   -0.29%     
==========================================
  Files          13       11       -2     
  Lines         420      406      -14     
  Branches       70       69       -1     
==========================================
- Hits          385      371      -14     
  Misses         24       24              
  Partials       11       11              
Impacted Files Coverage Δ
openapi_spec_validator/__init__.py
openapi_spec_validator/exceptions.py

Help us with your feedback. Take ten seconds to tell us how you rate us. Have a feature suggestion? Share it here.

@p1c2u p1c2u merged commit 6a7a841 into python-openapi:master Oct 7, 2022
archlinux-github pushed a commit to archlinux/svntogit-community that referenced this pull request Jan 27, 2023
* Drop no longer used runtime dependency on PyYAML
python-openapi/openapi-spec-validator#180

* Use stdlib importlib.resources on python >= 3.9
python-openapi/openapi-spec-validator#174

git-svn-id: file:///srv/repos/svn-community/svn@1388425 9fca08f4-af9d-4005-b8df-a31f2cc04f65
archlinux-github pushed a commit to archlinux/svntogit-community that referenced this pull request Jan 27, 2023
* Drop no longer used runtime dependency on PyYAML
python-openapi/openapi-spec-validator#180

* Use stdlib importlib.resources on python >= 3.9
python-openapi/openapi-spec-validator#174


git-svn-id: file:///srv/repos/svn-community/svn@1388425 9fca08f4-af9d-4005-b8df-a31f2cc04f65
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.

Redundant runtime dependency on PyYAML
2 participants