chore(deps): Bump github.com/inference-gateway/sdk from 1.16.2 to 1.16.3#509
Merged
edenreich merged 3 commits intoMay 13, 2026
Merged
Conversation
Bumps [github.com/inference-gateway/sdk](https://github.com/inference-gateway/sdk) from 1.16.2 to 1.16.3. - [Release notes](https://github.com/inference-gateway/sdk/releases) - [Changelog](https://github.com/inference-gateway/sdk/blob/main/CHANGELOG.md) - [Commits](inference-gateway/sdk@v1.16.2...v1.16.3) --- updated-dependencies: - dependency-name: github.com/inference-gateway/sdk dependency-version: 1.16.3 dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] <support@github.com>
Contributor
|
@claude Can you complete the upgrade by adjusting the code syntax, mainly Id -> ID and some other instances. |
Contributor
|
Claude finished @edenreich's task in 14m 34s —— View job SDK 1.16.3 Upgrade – Code Syntax Adjustments
SummarySDK v1.16.3 renamed several generated fields to follow Go naming conventions (initialisms in upper-case):
Updated 25 files spanning Verification
Commit pushed: |
SDK v1.16.3 renamed several generated fields to follow Go naming conventions (initialisms in upper-case): - ChatCompletionMessageToolCall.Id -> .ID - ChatCompletionMessageToolCallChunk.Id -> .ID - Message.ToolCallId -> .ToolCallID - Model.Id -> .ID Update all call sites and struct literals across cmd, internal/agent, internal/handlers, internal/services and their tests so the project compiles, vets, and tests cleanly against the new SDK. internal/services/mcp_sse_transport.go is intentionally untouched: its `Id` field belongs to `transport.BaseJSONRPCRequest` from the MCP transport package, not the inference-gateway SDK. Co-authored-by: Eden Reich <edenreich@users.noreply.github.com>
…ateway/sdk-1.16.3
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Bumps github.com/inference-gateway/sdk from 1.16.2 to 1.16.3.
Release notes
Sourced from github.com/inference-gateway/sdk's releases.
Changelog
Sourced from github.com/inference-gateway/sdk's changelog.
Commits
8098d1bchore(release): 🔖 1.16.3 [skip ci]c491916refactor: Align generated code with Go naming conventions (#52)80fb78edocs: Update CLAUDE.md74ab9f6chore: Remove devcontainers3b9cc6cbuild(deps): Bump github.com/oapi-codegen/runtime from 1.1.2 to 1.4.0 (#51)d0211ebbuild(deps): Bump github.com/stretchr/testify from 1.10.0 to 1.11.1 (#50)4367734build(deps): Bump github.com/go-resty/resty/v2 from 2.16.3 to 2.17.2 (#49)14e8d3dbuild(deps): Bump anthropics/claude-code-action from 1.0.114 to 1.0.121 (#48)68a3228build(deps): Bump actions/setup-node from 4 to 6 (#47)8c9b678build(deps): Bump actions/checkout from 4.2.2 to 6.0.2 (#46)Dependabot will resolve any conflicts with this PR as long as you don't alter it yourself. You can also trigger a rebase manually by commenting
@dependabot rebase.Dependabot commands and options
You can trigger Dependabot actions by commenting on this PR:
@dependabot rebasewill rebase this PR@dependabot recreatewill recreate this PR, overwriting any edits that have been made to it@dependabot show <dependency name> ignore conditionswill show all of the ignore conditions of the specified dependency@dependabot ignore this major versionwill close this PR and stop Dependabot creating any more for this major version (unless you reopen the PR or upgrade to it yourself)@dependabot ignore this minor versionwill close this PR and stop Dependabot creating any more for this minor version (unless you reopen the PR or upgrade to it yourself)@dependabot ignore this dependencywill close this PR and stop Dependabot creating any more for this dependency (unless you reopen the PR or upgrade to it yourself)