-
-
Notifications
You must be signed in to change notification settings - Fork 6.8k
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 openapi document with dependencies override (#5451) #5452
base: master
Are you sure you want to change the base?
Conversation
📝 Docs preview for commit aed607d at: https://6339f3a6e3f39c274895ddee--fastapi.netlify.app |
aed607d
to
acf37ee
Compare
📝 Docs preview for commit acf37ee at: https://6339f80a0dfefb27382a1ac6--fastapi.netlify.app |
Codecov ReportAll modified and coverable lines are covered by tests ✅
Additional details and impacted files@@ Coverage Diff @@
## master #5452 +/- ##
=========================================
Coverage 100.00% 100.00%
=========================================
Files 540 542 +2
Lines 13969 14003 +34
=========================================
+ Hits 13969 14003 +34 ☔ View full report in Codecov by Sentry. |
📝 Docs preview for commit e5396cd at: https://633b40fa63c4ac2ee3f06d9d--fastapi.netlify.app |
e5396cd
to
4ad2bc3
Compare
📝 Docs preview for commit 4ad2bc3 at: https://633b422f18b80c30ba4d1c06--fastapi.netlify.app |
4ad2bc3
to
ee235fb
Compare
📝 Docs preview for commit ee235fb at: https://633b441611b92d32862315ee--fastapi.netlify.app |
ee235fb
to
39fb6b4
Compare
📝 Docs preview for commit 39fb6b4 at: https://633b45949cb90d34d468a0a3--fastapi.netlify.app |
📝 Docs preview for commit 3f7a29c at: https://633c175b5c3f4076c7a5e89e--fastapi.netlify.app |
3f7a29c
to
7ba81c5
Compare
This PR also includes a commit to pin the version of trio since the last version 0.22.0 breaks tests. A fix is proposed here #5456 |
7ba81c5
to
e31a2c3
Compare
📝 Docs preview for commit e31a2c3 at: https://633c19e333bbe9797f5dda49--fastapi.netlify.app |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
🚀
@tiangolo No news about this one? IMO this changes makes a lot of sense but the way I fixed the code is may be not appropriate since that's the first time I dig into it. |
📝 Docs preview for commit db3212f at: https://639cda9b2c118d005f47f6ee--fastapi.netlify.app |
db3212f
to
b915ccf
Compare
📝 Docs preview for commit b915ccf at: https://640b02dc77012078081ced3e--fastapi.netlify.app |
b915ccf
to
3b7895b
Compare
@tiangolo I rebased this branch on 0.96.0. I hope it will find a path to be included into a next release. |
📝 Docs preview for commit 3b7895b at: https://64833db8a9aabd1989f2d478--fastapi.netlify.app |
3b7895b
to
cb8573b
Compare
rebased on 0.97 |
📝 Docs preview for commit cb8573b at: https://64940968de6ac3007e21b274--fastapi.netlify.app |
682a1a4
to
5a062f3
Compare
rebased on 0.98 |
38efd0c
to
973a53e
Compare
I'll adapt the code to work on the 1.X version |
9a1fadd
to
344e322
Compare
344e322
to
7f11e98
Compare
61fdc10
to
eb35b5f
Compare
6280f4f
to
9ae3c2e
Compare
rebased on 0.110.0 |
9ae3c2e
to
dc1b214
Compare
75389c4
to
8413c75
Compare
rebased on 0.115.0 @tiangolo Any chance to get this reviewed or better merged? It's very useful. Thank you. |
@tiangolo I'm also interested! Could you please have a look? Thanks |
refs #5451