-
Notifications
You must be signed in to change notification settings - Fork 339
The Flask/Blueprint API moved to the Scaffold base class #309
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
Conversation
Changed in: pallets/flask@b146a13 Fixes: python-restx#308 Signed-off-by: Jürgen Löhel <[email protected]>
Signed-off-by: Jürgen Löhel <[email protected]>
Codecov Report
@@ Coverage Diff @@
## master #309 +/- ##
==========================================
- Coverage 96.88% 96.24% -0.64%
==========================================
Files 20 20
Lines 2727 2689 -38
==========================================
- Hits 2642 2588 -54
- Misses 85 101 +16
Continue to review full report at Codecov.
|
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.
Approved. waiting on passing tests.
Hm...this errors need looked into. At the same time, I don't think they're specifically related to this PR. I'll have to dig in a little bit and see what's happening here... |
@j5awry hi! There is also new related issue - pallets/werkzeug#2115 |
@andreykurilin Thanks! I was just getting up to check on all this, and hit re-run to see if it was ephemeral. I'm leaning towards setting flask-restx to
at least until those stabilize a bit. |
@j5awry I'd do the same as well. |
related PR is up to pin versions: Once tests pass there, confirming issues here are dependency related, i'll pull this in as well, then cut a release. |
Changed in: pallets/flask@b146a13
Fixes: #308
Signed-off-by: Jürgen Löhel [email protected]