Skip to content

Avoid dependency on modern python #450

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

Merged
merged 2 commits into from
Dec 23, 2022
Merged

Conversation

mattiaverga
Copy link
Contributor

Avoid depend on backports.cached_property when the same function is available in functools.

@codecov
Copy link

codecov bot commented Dec 22, 2022

Codecov Report

Merging #450 (242ace5) into master (5495c73) will increase coverage by 0.00%.
The diff coverage is 100.00%.

@@           Coverage Diff           @@
##           master     #450   +/-   ##
=======================================
  Coverage   93.36%   93.37%           
=======================================
  Files         103      103           
  Lines        2486     2489    +3     
  Branches      219      220    +1     
=======================================
+ Hits         2321     2324    +3     
  Misses        124      124           
  Partials       41       41           
Impacted Files Coverage Δ
openapi_core/unmarshalling/schemas/factories.py 97.36% <100.00%> (+0.10%) ⬆️

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

Copy link
Collaborator

@p1c2u p1c2u left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

It exists in 3.8 also

Copy link
Collaborator

@p1c2u p1c2u left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

LGTM

@p1c2u p1c2u merged commit 8049b64 into python-openapi:master Dec 23, 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 this pull request may close these issues.

3 participants