You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
When building my app on Heroku, installing svglib with pip 25.1.1 gives the following warning:
DEPRECATION: Building 'svglib' using the legacy setup.py bdist_wheel mechanism, which will be removed in a future version. pip 25.3 will enforce this behaviour change. A possible replacement is to use the standardized build interface by setting the --use-pep517 option, (possibly combined with --no-build-isolation), or adding a pyproject.toml file to the source tree of 'svglib'. Discussion can be found at pypa/pip#6334
It looks like this might already be covered by pull request #378?
The text was updated successfully, but these errors were encountered:
When building my app on Heroku, installing
svglib
with pip 25.1.1 gives the following warning:It looks like this might already be covered by pull request #378?
The text was updated successfully, but these errors were encountered: