Skip to content

🌿 Fern Regeneration -- December 6, 2025#3316

Open
fern-api[bot] wants to merge 1 commit intomainfrom
fern-bot/2025-12-06T22-14Z
Open

🌿 Fern Regeneration -- December 6, 2025#3316
fern-api[bot] wants to merge 1 commit intomainfrom
fern-bot/2025-12-06T22-14Z

Conversation

@fern-api
Copy link
Copy Markdown
Contributor

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

This PR regenerates code to match the latest API Definition.

Copy link
Copy Markdown

@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 thread src/vellum/client.py
@@ -4,7 +4,6 @@
import typing
Copy link
Copy Markdown

Choose a reason for hiding this comment

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

P1 Badge Package removal breaks vellum.client.types imports

The commit replaces the vellum.client package with a single module (client.py) but many modules/examples still import submodules via vellum.client.types.* (e.g., tests/workflows/basic_tool_calling_node/tests/test_workflow.py). Because client.py is a plain module with no __path__ or types attribute, Python will now raise ImportError: 'vellum.client' is not a package for those imports, causing import-time failures wherever the old path is used.

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.

0 participants