DeanWay / fastapi-versioning

api versioning for fastapi web applications
MIT License
632 stars 61 forks source link

Maintained Fork Inquiry #73

Open TheJumpyWizard opened 1 year ago

TheJumpyWizard commented 1 year ago

Are there a good number of people interested in this still? Could potentially fork this and address some of the issues here based off how many people would want that. I see it hasn't been maintained in over a year.

akliang commented 1 year ago

I would say given the number of forks (53) and PRs (7) and the fact that the latest 3 PRs were only ~4 months ago, you'd have a pretty reasonable chance of success by forking it. Not sure about the pypi packaging though...

TheJumpyWizard commented 1 year ago

@akliang yeah the pypi packaging issue is tough would need the key from current maintainer

alexschimpf commented 1 year ago

@TheJumpyWizard @akliang I created my own package based on fastapi_versioning. It fixes most of the bugs noted on here and adds some additional features. https://github.com/alexschimpf/fastapi-versionizer https://pypi.org/project/fastapi-versionizer/

Some notable differences:

If ya'll have any feedback, let me know. Happy to make changes or add new features.