Integrating this package into an existing project is pretty hard due to the dependency limitations. E.g. Fastapi gets effectively downgraded to match this packages dependencies. Please read this section regarding poetry.lock usage in libraries: https://python-poetry.org/docs/basic-usage/#as-a-library-developer
I currently do not see a reason for this dependency pinning.
Also reduced the docker image size, by adding some sensible best practices without overhauling everything.
Integrating this package into an existing project is pretty hard due to the dependency limitations. E.g. Fastapi gets effectively downgraded to match this packages dependencies. Please read this section regarding
poetry.lock
usage in libraries: https://python-poetry.org/docs/basic-usage/#as-a-library-developerI currently do not see a reason for this dependency pinning.
Also reduced the docker image size, by adding some sensible best practices without overhauling everything.