I'm integrating Vapi into our Python codebase and ran into a dependency conflict with the latest vapi-server-sdk (1.11.0). The SDK pins pydantic-core
=2.13.3, which requires pydantic-core==2.46.3. As a workaround, I've pinned to1.9.0, which doesn't have that constraint.
A couple of questions:
1. What's the reason behind the pydantic-core<2.44.0 cap? Is there a known incompatibility we should be aware of?
2. Are there plans to relax this constraint in upcoming releases?