Skip to content

Conversation

@fern-api
Copy link
Contributor

@fern-api fern-api bot commented Dec 6, 2025

This PR regenerates code to match the latest API Definition.

@fern-api fern-api bot force-pushed the fern-bot/2025-12-06T22-08Z branch from 1c9d3be to b6e7c77 Compare December 6, 2025 22:08
Copy link

@chatgpt-codex-connector chatgpt-codex-connector bot left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

💡 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".

Comment on lines -1 to -5
# This file was auto-generated by Fern from our API Definition.

# isort: skip_file

from .ad_hoc_execute_prompt_event import AdHocExecutePromptEvent

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

P0 Badge Removing vellum.client.types without updating imports breaks runtime

This commit deletes the entire vellum.client.types package, but many modules in the repo (e.g. src/vellum/prompts/blocks/compilation.py, src/vellum/workflows/nodes/displayable/bases/utils.py, and numerous tests) still import from vellum.client.types.*. Because vellum.client is now just the client.py module, any of those imports will raise ModuleNotFoundError: No module named 'vellum.client.types' before code can run. Either keep the package (or a shim) or migrate all imports to the new vellum.types path to avoid a hard runtime failure.

Useful? React with 👍 / 👎.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant