Skip to content

build(deps): bump github.com/aws/aws-sdk-go-v2 in / - #869

Open
dependabot[bot] wants to merge 1 commit into
mainfrom
dependabot/go_modules/go_modules-9c7d2fa2db
Open

build(deps): bump github.com/aws/aws-sdk-go-v2 in /#869
dependabot[bot] wants to merge 1 commit into
mainfrom
dependabot/go_modules/go_modules-9c7d2fa2db

Conversation

@dependabot

@dependabot dependabot Bot commented on behalf of github Aug 31, 2026

Copy link
Copy Markdown
Contributor

Bumps github.com/aws/aws-sdk-go-v2 in / from 1.43.6 to 1.43.7.

Updates github.com/aws/aws-sdk-go-v2 from 1.43.6 to 1.43.7

Commits

@dependabot dependabot Bot added dependencies Pull requests that update a dependency file go Pull requests that update go code labels Aug 31, 2026
@dependabot
dependabot Bot requested a review from a team as a code owner August 31, 2026 09:16
@dependabot dependabot Bot added dependencies Pull requests that update a dependency file go Pull requests that update go code labels Aug 31, 2026
@openai-sdks

openai-sdks Bot commented Aug 31, 2026

Copy link
Copy Markdown
Contributor

OkTest Summary

237/237 SDK tests passed in 10.399s for Go SDK PR #869.

Test results — 42 files
Test Result Time
tests/chat-completions-complex-body.test.ts ✅ Passed 223ms
tests/chat-completions-create.test.ts ✅ Passed 258ms
tests/chat-completions-stream.test.ts ✅ Passed 118ms
tests/files-content-binary.test.ts ✅ Passed 133ms
tests/files-create-multipart.test.ts ✅ Passed 120ms
tests/files-list-pagination.test.ts ✅ Passed 155ms
tests/initialize-config.test.ts ✅ Passed 262ms
tests/instance-isolation.test.ts ✅ Passed 204ms
tests/models-list.test.ts ✅ Passed 167ms
tests/responses-background-lifecycle.test.ts ✅ Passed 238ms
tests/responses-body-method-errors.test.ts ✅ Passed 479ms
tests/responses-cancel-timeout.test.ts ✅ Passed 259ms
tests/responses-cancel.test.ts ✅ Passed 318ms
tests/responses-compact-retries.test.ts ✅ Passed 299ms
tests/responses-compact.test.ts ✅ Passed 265ms
tests/responses-create-advanced-stream.test.ts ✅ Passed 218ms
tests/responses-create-advanced.test.ts ✅ Passed 278ms
tests/responses-create-disconnect.test.ts ✅ Passed 1.043s
tests/responses-create-errors.test.ts ✅ Passed 295ms
tests/responses-create-malformed-api-responses.test.ts ✅ Passed 165ms
tests/responses-create-retries.test.ts ✅ Passed 307ms
tests/responses-create-stream-failures.test.ts ✅ Passed 124ms
tests/responses-create-stream-timeout.test.ts ✅ Passed 212ms
tests/responses-create-stream-wire.test.ts ✅ Passed 2.358s
tests/responses-create-stream.test.ts ✅ Passed 159ms
tests/responses-create-terminal-states.test.ts ✅ Passed 390ms
tests/responses-create-timeout.test.ts ✅ Passed 240ms
tests/responses-create.test.ts ✅ Passed 330ms
tests/responses-delete.test.ts ✅ Passed 293ms
tests/responses-input-items-errors.test.ts ✅ Passed 176ms
tests/responses-input-items-list.test.ts ✅ Passed 169ms
tests/responses-input-items-options.test.ts ✅ Passed 180ms
tests/responses-input-tokens-count-timeout.test.ts ✅ Passed 336ms
tests/responses-input-tokens-count.test.ts ✅ Passed 325ms
tests/responses-malformed-inputs.test.ts ✅ Passed 1.983s
tests/responses-not-found-errors.test.ts ✅ Passed 362ms
tests/responses-parse.test.ts ✅ Passed 245ms
tests/responses-retrieve-retries.test.ts ✅ Passed 379ms
tests/responses-retrieve.test.ts ✅ Passed 313ms
tests/responses-stored-method-errors.test.ts ✅ Passed 783ms
tests/retry-behavior.test.ts ✅ Passed 3.051s
tests/sdk-error-shape.test.ts ✅ Passed 433ms

View OkTest run #33542079415

SDK merge (e864f3b2fcbe) · head (e5bff4493755) · base (8de344439ca1) · OkTest (2b1bdfd25e98)

@github-actions

github-actions Bot commented Aug 31, 2026

Copy link
Copy Markdown
Contributor

Castiron custom code

✅ No new custom-code files detected.

16 mixed files remain; 0 existing customizations changed.

Compared 8de344439ca1e5bff4493755. Generated baselines verified.

16 existing customizations unchanged
  • api.md
  • betaresponse.go
  • betathreadmessage.go
  • chatcompletion.go
  • client.go
  • finetuningcheckpointpermission.go
  • responses/response.go
  • scripts/castiron/README.md
  • scripts/castiron/custom_code_report.py
  • scripts/castiron/test_custom_code_report.py
  • shared/shared.go
  • vectorstorefile.go
  • vectorstorefile_test.go
  • vectorstorefilebatch.go
  • video.go
  • webhooks/webhook.go

A changed generated baseline means this report cannot reliably identify which handwritten lines changed.

Inspect the custom-code diff

Download the exact patch produced by this run (requires repository access):

gh run download 33542617322 --repo openai/openai-go \
  --name castiron-custom-code-33542617322-1 --dir /tmp/castiron-custom-code-33542617322-1
git apply --stat /tmp/castiron-custom-code-33542617322-1/custom-code.patch
cat /tmp/castiron-custom-code-33542617322-1/custom-code.patch

Or reproduce it from an SDK checkout containing the vendored reporter:

git fetch --no-tags origin 8de344439ca10236fc958a468bfbd5807737a15f e5bff4493755b8ac1db86b0c5a41825e644b4cdc
python3 scripts/castiron/custom_code_report.py report \
  --base 8de344439ca10236fc958a468bfbd5807737a15f \
  --head e5bff4493755b8ac1db86b0c5a41825e644b4cdc --fetch --require-head-hash --public \
  --out /tmp/castiron-custom-code-e5bff4493755
cat /tmp/castiron-custom-code-e5bff4493755/custom-code.patch

This is the current full custom patch for mixed files, not an attribution of only the handwritten lines changed by this PR.

Full report and patch

@chatgpt-codex-connector chatgpt-codex-connector Bot left a comment

Copy link
Copy Markdown

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: 1af0aa6e57

ℹ️ 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 go.mod
github.com/Azure/azure-sdk-for-go/sdk/azcore v1.23.0
github.com/Azure/azure-sdk-for-go/sdk/azidentity v1.14.0
github.com/aws/aws-sdk-go-v2 v1.43.6
github.com/aws/aws-sdk-go-v2 v1.43.7

@chatgpt-codex-connector chatgpt-codex-connector Bot Aug 31, 2026

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 Refresh the external-consumer checksums

Because internal/testdata/consumer replaces the SDK module with the repository root, this version bump also changes its resolved AWS dependency, but its go.sum still records v1.43.6. The CI ./scripts/check-go-mod step runs go mod tidy -diff in that module and will reject this tree; update the consumer checksum file to v1.43.7 alongside the root and examples files.

AGENTS.md reference: AGENTS.md:L42-L46

Useful? React with 👍 / 👎.

Bumps [github.com/aws/aws-sdk-go-v2](https://github.com/aws/aws-sdk-go-v2) in `/` from 1.43.6 to 1.43.7.


Updates `github.com/aws/aws-sdk-go-v2` from 1.43.6 to 1.43.7
- [Release notes](https://github.com/aws/aws-sdk-go-v2/releases)
- [Commits](aws/aws-sdk-go-v2@v1.43.6...v1.43.7)

---
updated-dependencies:
- dependency-name: github.com/aws/aws-sdk-go-v2
  dependency-version: 1.43.7
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: go-dependencies/github.com/aws/aws-sdk-go-v2
...

Signed-off-by: dependabot[bot] <support@github.com>
@dependabot
dependabot Bot force-pushed the dependabot/go_modules/go_modules-9c7d2fa2db branch from 1af0aa6 to e5bff44 Compare September 1, 2026 18:10
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

dependencies Pull requests that update a dependency file go Pull requests that update go code

Projects

None yet

Development

Successfully merging this pull request may close these issues.

0 participants