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
Hi, as shown in the following full dependency graph of historical, historical requires marshmallow (the latest version), while the installed version of swag-client(0.4.3) requires marshmallow>=2.13.5,<3.0.0.
According to Pip's “first found wins” installation strategy, marshmallow 2.19.5 is the actually installed version.
Although the first found package version marshmallow 2.19.5 just satisfies the later dependency constraint (marshmallow>=2.13.5,<3.0.0), it will lead to a build failure once developers release a newer version of marshmallow.
Hi, as shown in the following full dependency graph of historical, historical requires marshmallow (the latest version), while the installed version of swag-client(0.4.3) requires marshmallow>=2.13.5,<3.0.0.
According to Pip's “first found wins” installation strategy, marshmallow 2.19.5 is the actually installed version.
Although the first found package version marshmallow 2.19.5 just satisfies the later dependency constraint (marshmallow>=2.13.5,<3.0.0), it will lead to a build failure once developers release a newer version of marshmallow.
Dependency tree--------
Thanks for your attention.
Best,
Neolith