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
My team has pinned the newest current version glom==23.5.0 and its transitive dep face==20.1.1 (the version just before current newest version face==22.0.0).
This means we could upgrade to face==22.0.0 but only if we also downgraded to glom<23.1.0, which sounds like not the intended progression of upgrades and probably a terrible idea. 😉
Decided it was worth opening an issue to see if this is an oversight or if there's a plan about this already.
I assume for now my team should just tell dependabot to stop trying to upgrade face until glom releases a version that can use the latest face?
The text was updated successfully, but these errors were encountered:
Oof, yeah. I think the stricter version was put in there because something wasn't playing nice. We should really resolve that and get the newest versions all tested and playing nicely together. Thanks for the heads up!
Nearest I can tell, this was because I dropped py2 support in face before glom, and I hurriedly added that pin without making a note to remove it once glom dropped py2 support as well. Hopefully all's well that ends well, 🤞 no py3->py4 issues anytime soon :)
My team has pinned the newest current version
glom==23.5.0
and its transitive depface==20.1.1
(the version just before current newest versionface==22.0.0
).glom
has requiredface<22.0.0
sinceglom==23.1.0
(d4f4028#diff-4d7c51b1efe9043e44439a949dfd92e5827321b34082903477fd04876edb7552L4)This means we could upgrade to
face==22.0.0
but only if we also downgraded toglom<23.1.0
, which sounds like not the intended progression of upgrades and probably a terrible idea. 😉Decided it was worth opening an issue to see if this is an oversight or if there's a plan about this already.
I assume for now my team should just tell dependabot to stop trying to upgrade
face
untilglom
releases a version that can use the latestface
?The text was updated successfully, but these errors were encountered: