Skip to content

Conversation

@fern-api
Copy link
Contributor

@fern-api fern-api bot commented Jan 23, 2026

This PR regenerates code to match the latest API Definition.

@vellum-automation vellum-automation bot changed the title 🌿 Fern Regeneration -- January 23, 2026 [PR PREVIEW - DO NOT MERGE] 🌿 Fern Regeneration -- January 23, 2026 Jan 23, 2026
@vellum-automation vellum-automation bot added the preview This PR was autogenerated for preview purposes only label Jan 23, 2026
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.

Reviewed commit: 7037b5d7d5

ℹ️ 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 4 to 5
import typing

Choose a reason for hiding this comment

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

P1 Badge Preserve vellum.client.* imports or add shims

src/vellum/client.py replaces the old vellum/client/__init__.py, so vellum.client is now a module rather than a package. Any vellum.client.types or vellum.client.core imports (e.g., src/vellum/evaluations/resources.py:10-11 and src/vellum/workflows/nodes/displayable/bases/inline_prompt_node/node.py:37-55) will now fail with ModuleNotFoundError: 'vellum.client' is not a package, breaking workflows/evaluations at import time. Consider restoring the package layout or adding compatibility shims that re-export core/types under vellum.client.

Useful? React with 👍 / 👎.

Comment on lines 10 to 13
- name: Set up python
uses: actions/setup-python@v4
with:
python-version: 3.9
python-version: 3.8

Choose a reason for hiding this comment

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

P2 Badge Align CI Python version with package requirement

The CI workflow now pins python-version: 3.8, but pyproject.toml still declares python = "^3.9" (line 38). Poetry enforces that constraint, so poetry install will fail under 3.8 and the compile/test/publish jobs will stop before running. Either bump CI to 3.9+ or relax the project Python requirement.

Useful? React with 👍 / 👎.

@vellum-automation vellum-automation bot deleted the fern-bot/2026-01-23T13-00Z branch January 23, 2026 16:02
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

preview This PR was autogenerated for preview purposes only

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant