-
-
Notifications
You must be signed in to change notification settings - Fork 219
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
New release pending? / Python >= 3.11 need a compiler when installing #522
Comments
Apologies that I've missed to inspect that other report submitted by @michela more closely. It is probably the identical issue. |
Hi again, given that the code base already includes relevant fixes, fixing downstream issues would just be another release away. Let me also tag you, @kennethreitz, as well as @taoufik07, @tomchristie, and @BNMetrics, to humbly ask if anyone of you could make a difference satisfying downstream users? Thanks a stack in advance! With kind regards, |
Hi there, can we humbly ask if someone would be able to support downstream users by running a corresponding release? Please let us know if you need any support on this matter, we may be able to lend a hand. With kind regards, |
We just discovered Dyne, a fork of Responder by @tabotkevin. |
Dyne is amazing! I am very excited about it. Responder, this project, needs some love and I’m gonna try to give it to it soon. Any help would be appreciated :-) |
Hi Kenneth, thanks for your quick reply. Would it be an option to converge Responder users to Dyne, in order to continue contributing there, or does Responder offer anything that is not in Dyne yet, given that it would need additional maintenance efforts? |
Hello @amotl, I am glad you love Dyne. I am committed to making it the greatest async web framework. |
I see. Comparing their dependencies (Responder vs. Dyne), I can see Dyne is a bit heavier, pulling in packages like Pydantic and SQLAlchemy. In this spirit, and as @tabotkevin responded above (thanks!), Dyne's future will be a full-fledged async web framework, while Responder, after receiving a few cycles of maintenance, can stay what it is and intended to be: A lean and minimal HTTP responder framework? 1 Footnotes
|
@amotl as of now, everything in Responder is still available in Dyne, but Dyne has added support for authentication (Basic, Token, and Digest), request validation, and response serialization (with Marshmallow and Pydantic). It also includes automatic endpoint documentation with OpenAPI and GraphQL support for both Strawberry and Graphene. Essentially, Dyne is a continuous extension of Responder. |
I was about to switch Vasuki's minimal HTTP interface over to Dyne, but I am hesitant now, because the additional bells and whistles (and dependencies) of Dyne are just not needed for Vasuki, that's why I loved Responder after discovering it the other day (thanks, @kennethreitz!). @tabotkevin: I can see where Dyne is going, and I am absolutely eager to try it on another project next time where I will need to use a more complete web framework. Over at cratedb-toolkit, on which I am currently working, I was obviously starting to use fastapi, but I am not married to it, and curious to try out new web frameworks as long as they are not using a router based on Werkzeug, which I don't fancy much. So, good luck with the next development iterations on Dyne, I am looking forward to use it! 1 Footnotes
|
@amotl do you want to help bring the repository up to date? |
Thanks a stack. I can't promise to be able to submit significant functional contributions, but if you would like to add me as a member to the project 1 to occasionally give it a hand in maintenance, like dependency and Python version updates (Python 3.13 is out!), running corresponding maintenance releases, and potentially improving and maintaining a CI/GHA configuration, feel free to do so. Footnotes
|
@amotl Right now, Dyne is using some dependencies, like SQLAlchemy and Strawberry, as dev dependencies. I plan to fix that in the next update. Currently, the only core dependencies are Marshmallow and Pydantic. Dyne's core will remain very lean, and additional features will be introduced through extensions. |
@amotl added as a collab! |
✨ 🍰 ✨ getting tests to pass is primary goal, as well as updating starlette and python compatibility. |
Thanks Kenneth. Let's enumerate and discuss all steps over at...? |
@amotl The only core dependencies are Marshmallow and Pydantic. The rest, such as SQLAlchemy, are dev dependencies, which I plan to address in an upcoming update. Dyne's core will remain very lean, and additional features will be introduced through extensions." |
Dear Kenneth,
first things first: Thanks a stack for conceiving and maintaining this excellent package. We are using it for wrapping a HTTP API around Vasuki's core functions for quite a while, and absolutely love it.
Now, we are running into a problem, and hope you will be able to help.
With kind regards,
Andreas.
Problem
References
responder
package from PyPI, version 2 daq-tools/vasuki#28-- https://github.com/daq-tools/vasuki/actions/runs/9038214344/job/24838867426?pr=28#step:5:218
^^ This is probably coming from an outdated version constraint in responder 2.0.7, which has been fixed already in the development head variant.
The text was updated successfully, but these errors were encountered: