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
fix(deps): Pin svglib to 1.5.1 due to pycairo installation failure (#1550)
The latest svglib release (1.6.0) has introduced a new dependency on pycairo, which requires system-level libraries to install correctly. This change causes the installation of easy-thumbnails[svg] to fail in environments where these libraries are not present.
This commit pins svglib to version 1.5.1 as a temporary workaround until the upstream issue is resolved.
Ref: deeplook/svglib#421
0 commit comments