-
Notifications
You must be signed in to change notification settings - Fork 0
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
Update to responder 3.0.0.dev0
, and support Python 3.13
#28
Conversation
Codecov ReportAll modified and coverable lines are covered by tests ✅
Additional details and impacted files@@ Coverage Diff @@
## main #28 +/- ##
===========================================
+ Coverage 69.12% 82.56% +13.44%
===========================================
Files 12 12
Lines 217 218 +1
===========================================
+ Hits 150 180 +30
+ Misses 67 38 -29
Flags with carried forward coverage won't be shown. Click here to find out more. ☔ View full report in Codecov by Sentry. |
Coming from kennethreitz/responder#522, we discovered a potential successor project to Responder: Dyne is a fork of Responder with batteries included, self-documenting OpenAPI endpoints, focused on extensibility, simplicity, usability, and elegance. |
responder
package from PyPI, version 2responder 3.0.0
02e40d3
to
9dee011
Compare
We spent a few cycles of maintenance on the
/cc @kennethreitz |
7ad1ca6
to
44f01f3
Compare
responder 3.0.0
responder 3.0.0
, and support Python 3.13
44f01f3
to
d39734d
Compare
responder 3.0.0
, and support Python 3.13responder 3.0.0.dev0
, and support Python 3.13
Responder has been refurbished and will work on Python 3.8 - 3.13 now.