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.

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

Gem::Specification.new do | spec |
spec.name = "vellum_ai"
spec.version = "1.11.11"
spec.version = "0.3.3"

Choose a reason for hiding this comment

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

P1 Badge Reverting gem version to 0.3.3 prevents clients upgrading

The gemspec now sets spec.version to 0.3.3 even though the repo has already published the SDK at 1.11.x; releasing from this commit would create a gem numerically older than the current 1.11.11, so Bundler/Rubygems would continue to pick the existing release and the regenerated API changes (and telemetry headers) would never reach users. Please bump the version forward rather than backwards before shipping.

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