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
pytokens pulls in mypy 2.0.0 (released 2026-05-06) as a build time
dependency, which requires rustc>=1.91. The build image ships rustc
1.90, so pytokens fails to build because mypy is pulled in unconstrained
by its mypyc self-compilation step.
Wire constraints.txt into the python3-modules genrule via PIP_CONSTRAINT
so that build envs honor it.
CMK-34707
Change-Id: Ibcb1b1cf8dc711aa679c879d852165e6ed5c0dbf
0 commit comments