[PR PREVIEW - DO NOT MERGE] 🌿 Fern Regeneration -- December 7, 2025#3322
[PR PREVIEW - DO NOT MERGE] 🌿 Fern Regeneration -- December 7, 2025#3322fern-api[bot] wants to merge 2 commits intomainfrom
Conversation
There was a problem hiding this comment.
💡 Codex Review
Here are some automated review suggestions for this pull request.
ℹ️ 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 file was auto-generated by Fern from our API Definition. | ||
|
|
||
| from vellum.client.types import * | ||
| # isort: skip_file | ||
|
|
||
| from .ad_hoc_execute_prompt_event import AdHocExecutePromptEvent |
There was a problem hiding this comment.
Restore compatibility for vellum.client.types imports
The types package is now hosted solely under vellum.types (this file used to be a thin re-export of vellum.client.types), but the repo still loads dozens of modules from the old path (e.g., src/vellum/workflows/nodes/displayable/tool_calling_node/node.py lines 4–6 and many workflow/tests under tests/workflows/**). Because src/vellum/client/types was removed, any of those imports will now raise ModuleNotFoundError as soon as the workflows or tests are imported. Please keep a compatibility shim for vellum.client.types or update the remaining imports before cutting the old package.
Useful? React with 👍 / 👎.
This PR regenerates code to match the latest API Definition.