mirror of
https://github.com/CopilotKit/CopilotKit.git
synced 2026-09-14 16:26:20 +08:00
46079baf32
Plain `poetry lock` (no --regenerate) was resolving pydantic-core 2.33.2, which has no cp314 wheel and forces a Rust source build that fails on PyO3 0.24 (capped at 3.13). Floor pin steers the resolver to 2.46.3 which ships cp314 wheels, so contributor PRs that bump deps and re-lock keep CI green on 3.14.
565 KiB
565 KiB