drf_orjson_renderer
drf_orjson_renderer copied to clipboard
Remove upper limit on pinned django version, only keep Django>=3.2
Instead of creating a periodic pull request for each minor Django version, perhaps only pinning the lower limit is a better tradeoff.
Related PRs
- https://github.com/brianjbuck/drf_orjson_renderer/pull/16
- https://github.com/brianjbuck/drf_orjson_renderer/pull/14
@brianjbuck Let me know if you think we should add a test with various django versions? Or atleast include the "latest" one on pypi. This might help get ahead of the problem of broken compatibility in the future, in case some interface changes.
Hey @brianjbuck , this seems like a very safe change to merge in, and will let people use your awesome library in Django 4.x without having without having to override the version resolver in tools like pip
and poetry
when will it be merged?
+1 @brianjbuck :pray:
@brianjbuck Can you merge this?