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

use non-deprecated way of changing JSON encoder #36

Merged
merged 1 commit into from
Dec 24, 2022
Merged

Conversation

briantist
Copy link
Owner

There were warnings about using app.json_encoder in Flask (it will be removed in 2.3).

This PR updates the way of doing that to the new supported way.

@briantist briantist self-assigned this Dec 24, 2022
@codecov
Copy link

codecov bot commented Dec 24, 2022

Codecov Report

Base: 52.83% // Head: 52.94% // Increases project coverage by +0.10% 🎉

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

Additional details and impacted files
@@            Coverage Diff             @@
##             main      #36      +/-   ##
==========================================
+ Coverage   52.83%   52.94%   +0.10%     
==========================================
  Files          22       22              
  Lines         899      901       +2     
==========================================
+ Hits          475      477       +2     
  Misses        424      424              
Impacted Files Coverage Δ
galactory/__init__.py 44.59% <100.00%> (+1.53%) ⬆️

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.

@briantist briantist merged commit fac2e53 into main Dec 24, 2022
@briantist briantist deleted the flask/json-ops branch December 24, 2022 19:11
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.

1 participant