-
Notifications
You must be signed in to change notification settings - Fork 439
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
1.16.1 depends on packaging, but does not install it #412
Comments
need to install packaging
|
The fix is implemented in commit e6219ab, one commit after the 1.16.1 release. Would it be possible to release a new bugfix version including this fix ? Anyways it will be fixed in the next release. |
@axnsan12 Can you please release 1.16.2 to fix this? |
@axnsan12 ping |
please release version without packaging issue |
It would be really nice to include #428 in 0.16.2 as well as that fixes a recent regression in type hint support. |
It would be very nice to merge it and release new version |
`drf_yasg` needs `packaging` as per open issue: axnsan12/drf-yasg#412
Hey everyone, sorry for going dark for such a long period. I'll get to cleaning up issues and releasing any needed bug fixes soon. |
No worries! Thanks for working on this! |
* Feature: Swagger API Docs - Installs drf_yasg - Adds /api-docs url to view swaggerui * Add packaging to Pipfile `drf_yasg` needs `packaging` as per open issue: axnsan12/drf-yasg#412 * Remove commented config
The text was updated successfully, but these errors were encountered: