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

Fix json backwards compat hack. #757

Merged
merged 1 commit into from Feb 21, 2023
Merged

Fix json backwards compat hack. #757

merged 1 commit into from Feb 21, 2023

Conversation

jwag956
Copy link
Member

@jwag956 jwag956 commented Feb 21, 2023

Allow the _json_encoder hack for Flask 2.2.x rather than just 2.2.2.

SQLAlchemy_utils now supports 2.x so allow that in our tests.

@codecov
Copy link

codecov bot commented Feb 21, 2023

Codecov Report

Base: 98.07% // Head: 98.07% // No change to project coverage 👍

Coverage data is based on head (0aeb545) compared to base (f9b4435).
Patch coverage: 100.00% of modified lines in pull request are covered.

Additional details and impacted files
@@           Coverage Diff           @@
##           master     #757   +/-   ##
=======================================
  Coverage   98.07%   98.07%           
=======================================
  Files          34       34           
  Lines        4472     4472           
=======================================
  Hits         4386     4386           
  Misses         86       86           
Impacted Files Coverage Δ
flask_security/json.py 100.00% <100.00%> (ø)

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

☔ View full report at Codecov.
📢 Do you have feedback about the report comment? Let us know in this issue.

Allow the _json_encoder hack for Flask 2.2.x rather than just 2.2.2.

SQLAlchemy_utils now supports 2.x so allow that in our tests.
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