Skip to content

build(deps): bump github.com/Azure/azure-sdk-for-go/sdk/azidentity in / - #903

Open
dependabot[bot] wants to merge 1 commit into
mainfrom
dependabot/go_modules/go_modules-514a14c65d
Open

build(deps): bump github.com/Azure/azure-sdk-for-go/sdk/azidentity in /#903
dependabot[bot] wants to merge 1 commit into
mainfrom
dependabot/go_modules/go_modules-514a14c65d

Conversation

@dependabot

@dependabot dependabot Bot commented on behalf of github Sep 7, 2026

Copy link
Copy Markdown
Contributor

Bumps github.com/Azure/azure-sdk-for-[go/sdk/azidentity](https://github.com/Azure/azure-sdk-for-go in / from 1.14.0 to 1.14.1.

Updates github.com/Azure/azure-sdk-for-go/sdk/azidentity from 1.14.0 to 1.14.1

Release notes

Sourced from github.com/Azure/azure-sdk-for-[go/sdk/azidentity's](https://www.golinks.io/sdk/azidentity's?trackSource=github) releases.

sdk/azidentity/v1.14.1

1.14.1 (2026-08-27)

Other Changes

  • Upgraded dependencies
Commits
  • 920e79a Prep azidentity for release (#27473)
  • d86ae78 Prep azcore for release (#27471)
  • 33dd768 [azwebpubsub] Fix GenerateClientAccessURL on the TokenCredential path (#27422)
  • a27ca57 Upgrade TypeSpec Go emitter dependencies (#27466)
  • af75eb0 [AutoPR sdk-resourcemanager/purestorageblock/armpurestorageblock]-generated-f...
  • 8dcff8c [AutoPR sdk-resourcemanager/redisenterprise/armredisenterprise]-generated-fro...
  • e4569f1 [AutoPR sdk-resourcemanager/chaos/armchaos]-generated-from-SDK Generation - G...
  • 7069bf8 [AutoPR sdk-resourcemanager/horizondb/armhorizondb]-generated-from-SDK Genera...
  • 5ceffce Bump gh-aw to v0.86.2 for mgmt review workflow (#27460)
  • 663b6ce Enhance azblob perf tests with OAuth, parallel setup, and profiling (#27324)
  • Additional commits viewable in compare view

Dependabot compatibility score

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 rebase will rebase this PR
  • @dependabot recreate will recreate this PR, overwriting any edits that have been made to it
  • @dependabot show <dependency name> ignore conditions will show all of the ignore conditions of the specified dependency
  • @dependabot ignore <dependency name> major version will close this group update PR and stop Dependabot creating any more for the specific dependency's major version (unless you unignore this specific dependency's major version or upgrade to it yourself)
  • @dependabot ignore <dependency name> minor version will close this group update PR and stop Dependabot creating any more for the specific dependency's minor version (unless you unignore this specific dependency's minor version or upgrade to it yourself)
  • @dependabot ignore <dependency name> will close this group update PR and stop Dependabot creating any more for the specific dependency (unless you unignore this specific dependency or upgrade to it yourself)
  • @dependabot unignore <dependency name> will remove all of the ignore conditions of the specified dependency
  • @dependabot unignore <dependency name> <ignore condition> will remove the ignore condition of the specified dependency and ignore conditions

Bumps [github.com/Azure/azure-sdk-for-go/sdk/azidentity](https://github.com/Azure/azure-sdk-for-go) in `/` from 1.14.0 to 1.14.1.


Updates `github.com/Azure/azure-sdk-for-go/sdk/azidentity` from 1.14.0 to 1.14.1
- [Release notes](https://github.com/Azure/azure-sdk-for-go/releases)
- [Commits](Azure/azure-sdk-for-go@sdk/azcore/v1.14.0...sdk/azidentity/v1.14.1)

---
updated-dependencies:
- dependency-name: github.com/Azure/azure-sdk-for-go/sdk/azidentity
  dependency-version: 1.14.1
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: go_modules
...

Signed-off-by: dependabot[bot] <support@github.com>
@dependabot dependabot Bot added dependencies Pull requests that update a dependency file go Pull requests that update go code labels Sep 7, 2026
@dependabot
dependabot Bot requested a review from a team as a code owner September 7, 2026 09:13
@dependabot dependabot Bot added dependencies Pull requests that update a dependency file go Pull requests that update go code labels Sep 7, 2026
@github-actions

github-actions Bot commented Sep 7, 2026

Copy link
Copy Markdown
Contributor

Castiron custom code

✅ No new custom-code files detected.

16 mixed files remain; 0 existing customizations changed.

Compared 52e95a9745824f438329243d. 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 34104909909 --repo openai/openai-go \
  --name castiron-custom-code-34104909909-1 --dir /tmp/castiron-custom-code-34104909909-1
git apply --stat /tmp/castiron-custom-code-34104909909-1/custom-code.patch
cat /tmp/castiron-custom-code-34104909909-1/custom-code.patch

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

git fetch --no-tags origin 52e95a974582ebd8d3b23f349e1bcdbbb899c0ac 4f438329243de7dd02cf09f755030144019653e4
python3 scripts/castiron/custom_code_report.py report \
  --base 52e95a974582ebd8d3b23f349e1bcdbbb899c0ac \
  --head 4f438329243de7dd02cf09f755030144019653e4 --fetch --require-head-hash --public \
  --out /tmp/castiron-custom-code-4f438329243d
cat /tmp/castiron-custom-code-4f438329243d/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

@openai-sdks

openai-sdks Bot commented Sep 7, 2026

Copy link
Copy Markdown
Contributor

OkTest Summary

236/236 SDK tests passed in 11.293s for Go SDK PR #903.

Test results — 42 files
Test Result Time
tests/chat-completions-complex-body.test.ts ✅ Passed 209ms
tests/chat-completions-create.test.ts ✅ Passed 332ms
tests/chat-completions-stream.test.ts ✅ Passed 136ms
tests/files-content-binary.test.ts ✅ Passed 236ms
tests/files-create-multipart.test.ts ✅ Passed 163ms
tests/files-list-pagination.test.ts ✅ Passed 155ms
tests/initialize-config.test.ts ✅ Passed 274ms
tests/instance-isolation.test.ts ✅ Passed 357ms
tests/models-list.test.ts ✅ Passed 230ms
tests/responses-background-lifecycle.test.ts ✅ Passed 287ms
tests/responses-body-method-errors.test.ts ✅ Passed 592ms
tests/responses-cancel-timeout.test.ts ✅ Passed 276ms
tests/responses-cancel.test.ts ✅ Passed 367ms
tests/responses-compact-retries.test.ts ✅ Passed 336ms
tests/responses-compact.test.ts ✅ Passed 331ms
tests/responses-create-advanced-stream.test.ts ✅ Passed 195ms
tests/responses-create-advanced.test.ts ✅ Passed 314ms
tests/responses-create-disconnect.test.ts ✅ Passed 995ms
tests/responses-create-errors.test.ts ✅ Passed 299ms
tests/responses-create-malformed-api-responses.test.ts ✅ Passed 242ms
tests/responses-create-retries.test.ts ✅ Passed 341ms
tests/responses-create-stream-failures.test.ts ✅ Passed 144ms
tests/responses-create-stream-timeout.test.ts ✅ Passed 225ms
tests/responses-create-stream-wire.test.ts ✅ Passed 2.549s
tests/responses-create-stream.test.ts ✅ Passed 158ms
tests/responses-create-terminal-states.test.ts ✅ Passed 359ms
tests/responses-create-timeout.test.ts ✅ Passed 272ms
tests/responses-create.test.ts ✅ Passed 318ms
tests/responses-delete.test.ts ✅ Passed 328ms
tests/responses-input-items-errors.test.ts ✅ Passed 162ms
tests/responses-input-items-list.test.ts ✅ Passed 196ms
tests/responses-input-items-options.test.ts ✅ Passed 300ms
tests/responses-input-tokens-count-timeout.test.ts ✅ Passed 434ms
tests/responses-input-tokens-count.test.ts ✅ Passed 333ms
tests/responses-malformed-inputs.test.ts ✅ Passed 2.131s
tests/responses-not-found-errors.test.ts ✅ Passed 362ms
tests/responses-parse.test.ts ✅ Passed 243ms
tests/responses-retrieve-retries.test.ts ✅ Passed 394ms
tests/responses-retrieve.test.ts ✅ Passed 282ms
tests/responses-stored-method-errors.test.ts ✅ Passed 648ms
tests/retry-behavior.test.ts ✅ Passed 3.291s
tests/sdk-error-shape.test.ts ✅ Passed 391ms

View OkTest run #34104849151

SDK merge (9c5a85d24b18) · head (4f438329243d) · base (52e95a974582) · OkTest (08ec4299e769)

@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: 4f43832924

ℹ️ 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
require (
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/Azure/azure-sdk-for-go/sdk/azcore v1.23.1

@chatgpt-codex-connector chatgpt-codex-connector Bot Sep 7, 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 examples module with the Azure dependency graph

The root now selects azcore v1.23.1, but the examples module—which replaces the SDK with ../ and imports openai-go/v3/azure—still requires azcore v1.23.0 and retains the previous transitive checksums. Consequently, the CI invocation of (cd examples && go mod tidy -diff) in scripts/check-go-mod:10-11 will report changes and fail. Regenerate and commit examples/go.mod and examples/go.sum with this update.

AGENTS.md reference: AGENTS.md:L160-L164

Useful? React with 👍 / 👎.

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