Name | Modified | Size | Downloads / Week |
---|---|---|---|
Parent folder | |||
README.md | 2023-01-28 | 1.7 kB | |
v0.8.6 - Python 3.11 Support.tar.gz | 2023-01-28 | 198.0 kB | |
v0.8.6 - Python 3.11 Support.zip | 2023-01-28 | 233.3 kB | |
Totals: 3 Items | 432.9 kB | 0 |
🎉 Highlights
With the release of v0.8.6 fastapi-crudrouter now officially supports both Python 3.11 and has dropped official support for Python 3.6 . Keep an eye of for the next release (v.0.9) which will contain support for async SQLAlchemy (https://github.com/awtkns/fastapi-crudrouter/issues/122).
Big thanks to all contributors that made this possible!
✨ Features
- Correcting several documentation typos by @joshrosenblum in https://github.com/awtkns/fastapi-crudrouter/pull/145
- Add asyncpg as a dev dependency by @awtkns in https://github.com/awtkns/fastapi-crudrouter/pull/147
- Update readme badges by @awtkns in https://github.com/awtkns/fastapi-crudrouter/pull/177
- Update maintainer email by @awtkns in https://github.com/awtkns/fastapi-crudrouter/pull/175
- Update badges by @awtkns in https://github.com/awtkns/fastapi-crudrouter/pull/181
- Python 3.11 Support by @awtkns in https://github.com/awtkns/fastapi-crudrouter/pull/176
🐛 Bugs
- Fix deployment pipeline by @awtkns in https://github.com/awtkns/fastapi-crudrouter/pull/180
- Fix docker-compose reference in contributing documentation by @daxxog in https://github.com/awtkns/fastapi-crudrouter/pull/170
💛 New Contributors
- @joshrosenblum made their first contribution in https://github.com/awtkns/fastapi-crudrouter/pull/145
- @dclimber made their first contribution in https://github.com/awtkns/fastapi-crudrouter/pull/158
- @daxxog made their first contribution in https://github.com/awtkns/fastapi-crudrouter/pull/170
Full Changelog: https://github.com/awtkns/fastapi-crudrouter/compare/v0.8.5...v0.8.6