Proposed change
In a recent attempt to use dependabot and frozen dependencies with traefik-proxy, @manics and @minrk presented very great points on how to find package incompatibilities the "right way" for python libraries (like traefik-proxy).
The discussion about this is here.
Available options
A short summary of the possible options to find package incompatibilities (from the discussion mentioned about):
Who would use this feature?
Developers would use this to find out when a certain dependency new release becomes incompatible with traefik-proxy and fix it, rather than reacting to it.
(Optional): Suggest a solution
Proposed change
In a recent attempt to use dependabot and frozen dependencies with
traefik-proxy, @manics and @minrk presented very great points on how to find package incompatibilities the "right way" for python libraries (liketraefik-proxy).The discussion about this is here.
Available options
A short summary of the possible options to find package incompatibilities (from the discussion mentioned about):
Who would use this feature?
Developers would use this to find out when a certain dependency new release becomes incompatible with
traefik-proxyand fix it, rather than reacting to it.(Optional): Suggest a solution