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

Password format unmarshaller #615

Open
wants to merge 1 commit into
base: master
Choose a base branch
from

Conversation

p1c2u
Copy link
Collaborator

@p1c2u p1c2u commented Jul 10, 2023

Uses SecretStr from pydantic package

Relates to #609

@p1c2u p1c2u force-pushed the feature/password-format-unmarshaller branch from 0f09c9d to 2fef9ca Compare August 17, 2023 12:06
@p1c2u p1c2u force-pushed the feature/password-format-unmarshaller branch from 2fef9ca to 240780a Compare August 17, 2023 12:14
@codecov
Copy link

codecov bot commented Aug 17, 2023

Codecov Report

Merging #615 (240780a) into master (5a02484) will increase coverage by 0.01%.
The diff coverage is 100.00%.

@@            Coverage Diff             @@
##           master     #615      +/-   ##
==========================================
+ Coverage   90.86%   90.88%   +0.01%     
==========================================
  Files         123      123              
  Lines        3461     3465       +4     
  Branches      422      422              
==========================================
+ Hits         3145     3149       +4     
  Misses        265      265              
  Partials       51       51              
Files Changed Coverage Δ
openapi_core/unmarshalling/schemas/__init__.py 100.00% <100.00%> (ø)
openapi_core/unmarshalling/schemas/util.py 76.19% <100.00%> (+3.96%) ⬆️

@p1c2u
Copy link
Collaborator Author

p1c2u commented Aug 17, 2023

Maybe this could be good as extra format unmarshaller example for documentation but not necessarily enabled by default.

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.

None yet

1 participant