SDK 1.11.16 Release#521
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".
| spec.name = "vellum_ai" | ||
| spec.version = "1.11.14" | ||
| spec.version = "0.3.3" | ||
| spec.licenses = ["MIT"] |
There was a problem hiding this comment.
Avoid downgrading released gem version
The gemspec now sets spec.version to 0.3.3, but the previous release was 1.11.14; publishing this regeneration under a lower semver means bundler users will continue to resolve 1.11.x as the newest version, so they will never receive the regenerated SDK and the X-Fern-SDK-Version header added in this commit will not match the installed package. Version numbers should move forward from 1.11.14 instead of dropping to 0.3.3.
Useful? React with 👍 / 👎.
This PR regenerates code to match the latest API Definition.