Skip to content

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

Open
dependabot[bot] wants to merge 1 commit into
mainfrom
dependabot/go_modules/go_modules-62f589a83a
Open

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

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/config in / from 1.32.37 to 1.32.38.

Updates github.com/aws/aws-sdk-go-v2/config from 1.32.37 to 1.32.38

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:17
@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 7.468s for Go SDK PR #870.

Test results — 42 files
Test Result Time
tests/chat-completions-complex-body.test.ts ✅ Passed 100ms
tests/chat-completions-create.test.ts ✅ Passed 137ms
tests/chat-completions-stream.test.ts ✅ Passed 86ms
tests/files-content-binary.test.ts ✅ Passed 92ms
tests/files-create-multipart.test.ts ✅ Passed 114ms
tests/files-list-pagination.test.ts ✅ Passed 106ms
tests/initialize-config.test.ts ✅ Passed 112ms
tests/instance-isolation.test.ts ✅ Passed 97ms
tests/models-list.test.ts ✅ Passed 163ms
tests/responses-background-lifecycle.test.ts ✅ Passed 88ms
tests/responses-body-method-errors.test.ts ✅ Passed 233ms
tests/responses-cancel-timeout.test.ts ✅ Passed 223ms
tests/responses-cancel.test.ts ✅ Passed 147ms
tests/responses-compact-retries.test.ts ✅ Passed 199ms
tests/responses-compact.test.ts ✅ Passed 122ms
tests/responses-create-advanced-stream.test.ts ✅ Passed 89ms
tests/responses-create-advanced.test.ts ✅ Passed 144ms
tests/responses-create-disconnect.test.ts ✅ Passed 1.091s
tests/responses-create-errors.test.ts ✅ Passed 156ms
tests/responses-create-malformed-api-responses.test.ts ✅ Passed 94ms
tests/responses-create-retries.test.ts ✅ Passed 279ms
tests/responses-create-stream-failures.test.ts ✅ Passed 101ms
tests/responses-create-stream-timeout.test.ts ✅ Passed 186ms
tests/responses-create-stream-wire.test.ts ✅ Passed 1.996s
tests/responses-create-stream.test.ts ✅ Passed 104ms
tests/responses-create-terminal-states.test.ts ✅ Passed 162ms
tests/responses-create-timeout.test.ts ✅ Passed 188ms
tests/responses-create.test.ts ✅ Passed 143ms
tests/responses-delete.test.ts ✅ Passed 133ms
tests/responses-input-items-errors.test.ts ✅ Passed 124ms
tests/responses-input-items-list.test.ts ✅ Passed 141ms
tests/responses-input-items-options.test.ts ✅ Passed 106ms
tests/responses-input-tokens-count-timeout.test.ts ✅ Passed 194ms
tests/responses-input-tokens-count.test.ts ✅ Passed 152ms
tests/responses-malformed-inputs.test.ts ✅ Passed 1.555s
tests/responses-not-found-errors.test.ts ✅ Passed 183ms
tests/responses-parse.test.ts ✅ Passed 111ms
tests/responses-retrieve-retries.test.ts ✅ Passed 160ms
tests/responses-retrieve.test.ts ✅ Passed 141ms
tests/responses-stored-method-errors.test.ts ✅ Passed 377ms
tests/retry-behavior.test.ts ✅ Passed 3.059s
tests/sdk-error-shape.test.ts ✅ Passed 252ms

View OkTest run #33542128728

SDK merge (37acd32ba037) · head (7291a52a8eae) · 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 8de344439ca17291a52a8eae. 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 33542195359 --repo openai/openai-go \
  --name castiron-custom-code-33542195359-1 --dir /tmp/castiron-custom-code-33542195359-1
git apply --stat /tmp/castiron-custom-code-33542195359-1/custom-code.patch
cat /tmp/castiron-custom-code-33542195359-1/custom-code.patch

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

git fetch --no-tags origin 8de344439ca10236fc958a468bfbd5807737a15f 7291a52a8eaeebe3137cbcbc937fa7e8071ce9d1
python3 scripts/castiron/custom_code_report.py report \
  --base 8de344439ca10236fc958a468bfbd5807737a15f \
  --head 7291a52a8eaeebe3137cbcbc937fa7e8071ce9d1 --fetch --require-head-hash --public \
  --out /tmp/castiron-custom-code-7291a52a8eae
cat /tmp/castiron-custom-code-7291a52a8eae/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: edb2620842

ℹ️ 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/aws/aws-sdk-go-v2 v1.43.6
github.com/aws/aws-sdk-go-v2/config v1.32.37
github.com/aws/aws-sdk-go-v2 v1.43.7
github.com/aws/aws-sdk-go-v2/config v1.32.38

@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 Update the external consumer's AWS checksums

This dependency bump updates 28 AWS checksum entries in the root and examples modules, but internal/testdata/consumer/go.sum still contains the prior versions even though that module replaces the SDK with the root checkout. Consequently, the required consumer go mod tidy -diff check will report changes, blocking the Check go.mod is tidy CI job; regenerate and commit the consumer module's checksums with the other modules.

AGENTS.md reference: AGENTS.md:L168-L177

Useful? React with 👍 / 👎.

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


Updates `github.com/aws/aws-sdk-go-v2/config` from 1.32.37 to 1.32.38
- [Release notes](https://github.com/aws/aws-sdk-go-v2/releases)
- [Commits](aws/aws-sdk-go-v2@config/v1.32.37...config/v1.32.38)

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

Signed-off-by: dependabot[bot] <support@github.com>
@dependabot
dependabot Bot force-pushed the dependabot/go_modules/go_modules-62f589a83a branch from edb2620 to 7291a52 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