Dependency resolution fails when installing drf-orjson-renderer with the latest Django version (4.0.6). The pinned version is too specific. I would suggest changing it from ` "django>=3.2,<=4.0"` to `"django>=3.2,<4.1"` and re-releasing to PyPi.