🌿 Fern Regeneration -- December 7, 2025 - #3321
Conversation
There was a problem hiding this comment.
💡 Codex Review
vellum-python-sdks/src/vellum/prompts/blocks/compilation.py
Lines 15 to 19 in aaea35d
This module still imports vellum.client.types.* even though this commit removes the entire src/vellum/client/types package; attempting to import vellum.prompts.blocks.compilation now raises ModuleNotFoundError before any code executes. Please point these imports at the new vellum.types equivalents so prompt compilation can load.
vellum-python-sdks/src/vellum/prompts/blocks/types.py
Lines 5 to 6 in aaea35d
The code still imports UniversalBaseModel from vellum.client.core, but src/vellum/client/core was deleted in this commit, so importing vellum.prompts.blocks.types now fails with ModuleNotFoundError. Switching this to the new vellum.core module is needed for prompt block typing to load at all.
ℹ️ About Codex in GitHub
Codex has been enabled to automatically review pull requests in this repo. Reviews are triggered when you
- Open a pull request for review
- Mark a draft as ready
- Comment "@codex review".
If Codex has suggestions, it will comment; otherwise it will react with 👍.
When you sign up for Codex through ChatGPT, Codex can also answer questions or update the PR, like "@codex address that feedback".
This PR regenerates code to match the latest API Definition.