Neoteroi / BlackSheep

Fast ASGI web framework for Python
https://www.neoteroi.dev/blacksheep/
MIT License
1.8k stars 75 forks source link

Please release v2-dev onto PyPI #403

Closed aabmets closed 11 months ago

aabmets commented 11 months ago

I know that v2 is currently in the alpha stage, but I would like to already start building a new app on the v2 of Blacksheep. By the time we need to go to production with our app, the library will have already reached the stable stage. I could just copy-paste the main branch source code into my site-packages, but that is just inconvenient. When pydantic was in the pre-release stage with their v2, they made their unstable library available on PyPI, which enabled people to experiment with the changes and simplify giving feedback on any errors that they found. I would propose that doing the same for Blacksheep would be a good idea.

RobertoPrevato commented 11 months ago

Hi @aabmets BlackSheep version 2 alpha is released to PyPi, please check the "Release history" section.

image

you can install the latest alpha with pip install blacksheep==2.0a9.

By the way, these days I am working on updating the documentation. I will make v2 stable as soon as I publish its documentation, and I don´t plan any more breaking changes.

aabmets commented 11 months ago

Thanks!