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
The failure is not caused by Context Compiler logic. It happens because the workflow installs unpinned litellm, which currently resolves to a release path that is not ready for Python 3.14.
Inspect the test (3.14) job from GitHub Actions run 29555668230.
The failing step is Install mypy demo dependencies.
The logged failure shows PyO3 rejecting Python 3.14 while building/installing LiteLLM:
configured Python interpreter version: 3.14
PyO3 maximum supported version: 3.13
Expected behavior
The CI matrix should complete successfully on Python 3.14 without depending on an unpinned optional demo dependency path that is not yet 3.14-compatible.
Description
test (3.14)CI job while installing the demo-onlylitellmdependency.litellm, which currently resolves to a release path that is not ready for Python 3.14.PYO3_USE_ABI3_FORWARD_COMPATIBILITY=1on that install step.Reproduction
grammar-boundary.test (3.14)job from GitHub Actions run29555668230.Install mypy demo dependencies.3.143.13Expected behavior