Thanks to visit codestin.com
Credit goes to github.com

Skip to content

🐛 Fix include/exclude for dicts in jsonable_encoder#2016

Merged
tiangolo merged 6 commits into
fastapi:masterfrom
Rubikoid:jsonable_encoder-dict-fix
Jul 4, 2021
Merged

🐛 Fix include/exclude for dicts in jsonable_encoder#2016
tiangolo merged 6 commits into
fastapi:masterfrom
Rubikoid:jsonable_encoder-dict-fix

Conversation

@Rubikoid

@Rubikoid Rubikoid commented Sep 5, 2020

Copy link
Copy Markdown
Contributor

Related to #2007

@codecov

codecov Bot commented Sep 5, 2020

Copy link
Copy Markdown

Codecov Report

Merging #2016 (865c9f7) into master (00a8420) will not change coverage.
The diff coverage is n/a.

Impacted file tree graph

@@             Coverage Diff             @@
##            master     #2016     +/-   ##
===========================================
  Coverage   100.00%   100.00%             
===========================================
  Files          226       254     +28     
  Lines         6783      7860   +1077     
===========================================
+ Hits          6783      7860   +1077     
Impacted Files Coverage Δ
tests/main.py 100.00% <0.00%> (ø)
fastapi/utils.py 100.00% <0.00%> (ø)
fastapi/params.py 100.00% <0.00%> (ø)
fastapi/routing.py 100.00% <0.00%> (ø)
fastapi/encoders.py 100.00% <0.00%> (ø)
fastapi/requests.py 100.00% <0.00%> (ø)
fastapi/responses.py 100.00% <0.00%> (ø)
fastapi/exceptions.py 100.00% <0.00%> (ø)
fastapi/concurrency.py 100.00% <0.00%> (ø)
fastapi/applications.py 100.00% <0.00%> (ø)
... and 76 more

Continue to review full report at Codecov.

Legend - Click here to learn more
Δ = absolute <relative> (impact), ø = not affected, ? = missing data
Powered by Codecov. Last update 5fa3e23...865c9f7. Read the comment docs.

@github-actions

github-actions Bot commented Sep 5, 2020

Copy link
Copy Markdown
Contributor

📝 Docs preview for commit 5d08e5e at: https://5f53d53c98946679c3b6e62c--fastapi.netlify.app

@Rubikoid Rubikoid force-pushed the jsonable_encoder-dict-fix branch from 5303b94 to 5d08e5e Compare December 5, 2020 00:37
@tiangolo tiangolo changed the title Fix include/exclude for dicts in jsonable_encoder 🐛 Fix include/exclude for dicts in jsonable_encoder Jul 4, 2021
@github-actions

github-actions Bot commented Jul 4, 2021

Copy link
Copy Markdown
Contributor

📝 Docs preview for commit 865c9f7 at: https://60e203420d8a1391b469afb7--fastapi.netlify.app

@tiangolo

tiangolo commented Jul 4, 2021

Copy link
Copy Markdown
Member

Good catch, thank you @Rubikoid! 🍰 🤓

I updated the tests a bit to verify combined and nested use cases.

This is now available in FastAPI 0.66.0. 🚀

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