Skip to content

chore(deps): bump the go group across 1 directory with 7 updates - #59

Open
dependabot[bot] wants to merge 1 commit into
mainfrom
dependabot/go_modules/go-579148dd3a
Open

chore(deps): bump the go group across 1 directory with 7 updates#59
dependabot[bot] wants to merge 1 commit into
mainfrom
dependabot/go_modules/go-579148dd3a

Conversation

@dependabot

@dependabot dependabot Bot commented on behalf of github Jul 8, 2026

Copy link
Copy Markdown
Contributor

Bumps the go group with 6 updates in the / directory:

Package From To
github.com/anthropics/anthropic-sdk-go 1.38.0 1.56.0
github.com/go-chi/chi/v5 5.2.5 5.3.1
github.com/go-chi/httprate 0.15.0 0.16.0
github.com/jackc/pgx/v5 5.9.2 5.10.0
github.com/openai/openai-go/v3 3.33.0 3.41.1
github.com/pressly/goose/v3 3.27.1 3.27.2

Updates github.com/anthropics/anthropic-sdk-go from 1.38.0 to 1.56.0

Release notes

Sourced from github.com/anthropics/anthropic-sdk-go's releases.

v1.56.0

1.56.0 (2026-07-02)

Full Changelog: v1.55.1...v1.56.0

Features

  • api: add agent-memory-2026-07-22 beta header (5bcfda4)

v1.55.1

1.55.1 (2026-07-01)

Full Changelog: v1.55.0...v1.55.1

Chores

  • api: remove some nonfunctional types from the SDKs (9bd3d09)

v1.55.0

1.55.0 (2026-06-30)

Full Changelog: v1.54.0...v1.55.0

Features

  • api: add support for Managed Agents event delta streaming, agent overrides, reverse pagination, vault credential injection scoping, and agent and deployment webhook events (021ef45)

v1.54.0

1.54.0 (2026-06-30)

Full Changelog: v1.53.0...v1.54.0

Features

  • api: add support for claude-sonnet-5 (232cfe6)

Bug Fixes

  • agenttoolset: allow absolute paths that resolve inside workdir (#93) (3735258)

v1.53.0

1.53.0 (2026-06-29)

Full Changelog: v1.52.0...v1.53.0

Features

  • api: add support for 20260318 web fetch and support tools (6396455)

... (truncated)

Changelog

Sourced from github.com/anthropics/anthropic-sdk-go's changelog.

1.56.0 (2026-07-02)

Full Changelog: v1.55.1...v1.56.0

Features

  • api: add agent-memory-2026-07-22 beta header (5bcfda4)

1.55.1 (2026-07-01)

Full Changelog: v1.55.0...v1.55.1

Chores

  • api: remove some nonfunctional types from the SDKs (9bd3d09)

1.55.0 (2026-06-30)

Full Changelog: v1.54.0...v1.55.0

Features

  • api: add support for Managed Agents event delta streaming, agent overrides, reverse pagination, vault credential injection scoping, and agent and deployment webhook events (021ef45)

1.54.0 (2026-06-30)

Full Changelog: v1.53.0...v1.54.0

Features

  • api: add support for claude-sonnet-5 (232cfe6)

Bug Fixes

  • agenttoolset: allow absolute paths that resolve inside workdir (#93) (3735258)

1.53.0 (2026-06-29)

Full Changelog: v1.52.0...v1.53.0

Features

  • api: add support for 20260318 web fetch and support tools (6396455)

Chores

  • api: accept user profile ID's when counting tokens (d31ba27)
  • docs: updates to descriptions and example values (cb00f34)

... (truncated)

Commits
  • b0e07bb release: 1.56.0
  • bd037f0 feat(api): add agent-memory-2026-07-22 beta header
  • 20fc675 release: 1.55.1
  • 5334242 chore(api): remove some nonfunctional types from the SDKs
  • e9e55c1 release: 1.55.0
  • 4cedec3 feat(api): add support for Managed Agents event delta streaming, agent overri...
  • 0d53ec3 codegen metadata
  • 1ac9b88 release: 1.54.0
  • 1012ad4 feat(api): add support for claude-sonnet-5
  • 7ae106c fix(agenttoolset): allow absolute paths that resolve inside workdir (#93)
  • Additional commits viewable in compare view

Updates github.com/go-chi/chi/v5 from 5.2.5 to 5.3.1

Release notes

Sourced from github.com/go-chi/chi/v5's releases.

v5.3.1

What's Changed

New Contributors

Full Changelog: go-chi/chi@v5.3.0...v5.3.1

v5.3.0

What's Changed

New Contributors

SECURITY: middleware.ClientIP, a replacement for middleware.RealIP

@​VojtechVitek submitted PR #967, which introduces middleware.ClientIP — a replacement for middleware.RealIP that closes the three open spoofing advisories:

It also addresses issues outlined at:

... (truncated)

Commits
  • 8b258c7 ci: pin GitHub Actions to full commit SHAs (#1116)
  • caf87e6 feat(mux): support http QUERY method ietf rfc10008 (#1132)
  • 7fcb8a2 middleware: document printPrettyStack and harden NoColor panic test (#1131)
  • 878fe71 Fix defaultLogEntry.Panic not respecting NoColor setting (#1050)
  • d7b767b feat(middleware): add text/xml and application/xml to default compressible ty...
  • 3b50c7c Tidy build directives (#1113)
  • 2b9fca2 Honor Discard() in httpFancyWriter.ReadFrom (#1110)
  • 3b17157 feat: middleware.ClientIP, a replacement for middleware.RealIP (#967)
  • 818fdcf fix: set Request.Pattern from RoutePattern() (#1097)
  • f975af0 Fix typo in Route doc comment (#1073)
  • Additional commits viewable in compare view

Updates github.com/go-chi/httprate from 0.15.0 to 0.16.0

Release notes

Sourced from github.com/go-chi/httprate's releases.

v0.16.0

What's Changed

New Contributors

Full Changelog: go-chi/httprate@v0.15.0...v0.16.0

Commits
  • 741b4a5 Deprecate spoofable RealIP rate-limiting; add LimitBy + KeyFromContext and mo...
  • 81255de perf: use zero-alloc xxh3.HashString on the local counter hot path (#60)
  • 0c2093a test: replace golang.org/x/sync/errgroup with sync.WaitGroup (#59)
  • 89e5cca local counter: align windows to reset at sub-millisecond counter start (#58)
  • be2ba84 replace fmt with strconv to reduce allocations (#55)
  • See full diff in compare view

Updates github.com/jackc/pgx/v5 from 5.9.2 to 5.10.0

Changelog

Sourced from github.com/jackc/pgx/v5's changelog.

5.10.0 (June 3, 2026)

This release includes a significant amount of hardening against malicious or compromised PostgreSQL servers, contributed by Sean Chittenden at CrowdStrike, Inc. This work bounds binary decoders against attacker-controlled message sizes, caps server-supplied SCRAM iteration counts, adds require_auth to restrict which authentication methods a server may use (mitigating downgrade attacks under sslmode=prefer), and ensures cancellation requests are sent over TLS when the original connection used TLS.

Features

  • Add require_auth to restrict accepted server authentication methods (Sean Chittenden at CrowdStrike, Inc.)
  • Add ParseConfigOptions.ConnStringAllowedKeys to restrict allowed connection string keys (Sean Chittenden at CrowdStrike, Inc.)
  • Add StructArgs and StrictStructArgs for @-named queries (Tubelight30)
  • Add ErrConnClosed sentinel error and unwrap it from connLockError (Charlie Tonneslan)
  • pgxpool: check if connection is expired before acquire (arthurdotwork)

Security Hardening

  • Encrypt CancelRequest connection when the primary connection used TLS (Sean Chittenden at CrowdStrike, Inc.)
  • Cap server-supplied SCRAM iteration count (Sean Chittenden at CrowdStrike, Inc.)
  • Default Frontend max message body length to ~1 GiB (Sean Chittenden at CrowdStrike, Inc.)
  • Bound hstore binary decode against malicious server input (Sean Chittenden at CrowdStrike, Inc.)
  • Bound array binary decode element length against remaining message bytes (Sean Chittenden at CrowdStrike, Inc.)
  • Bound array element count against remaining message bytes (Sean Chittenden at CrowdStrike, Inc.)
  • Bound range, multirange, and tsvector binary decoders (Sean Chittenden at CrowdStrike, Inc.)
  • Document secure connection configuration (Sean Chittenden at CrowdStrike, Inc.)
  • Fix panic on malformed geometric text; return an error instead (MaIII)

Fixes

  • Fix scanning "char" (OID 18) into *string in binary format (luongs3)
  • Fix handling of typed-nil driver.Valuer in array and composite codecs (Donncha Fahy)
  • Fix CopyData.Data hex decoding in UnmarshalJSON (Charlie Tonneslan)
  • Fix data race when context is cancelled during connect
  • Fix parseKeywordValueSettings rejecting trailing whitespace (alliasgher)
  • pgconn: preserve full error chain in normalizeTimeoutError (Charlie Tonneslan)
  • pgconn: use a fresh context for the fallback connection in connectPreferred (Charlie Tonneslan)
  • pgxpool: fix MaxLifetimeDestroyCount and ping order for acquire-time expiry check
  • Add missing error check of rows.Err to load types (Jen Altavilla)
Commits
  • 7293fb1 Update changelog for v5.10.0
  • 1ade285 pgconn: document secure connection configuration
  • b4d6d4d pgtype: bound range, multirange, and tsvector binary decoders
  • 0639b37 pgconn: add ParseConfigOptions.ConnStringAllowedKeys
  • b28e65b pgtype: bound array element count against remaining message bytes
  • cd1f389 pgtype: bound array binary decode element length against remaining bytes
  • ff27b5b pgtype: bound hstore binary decode against malicious server input
  • a6002e1 pgproto3: default Frontend max message body length to ~1 GiB
  • 44f6173 pgconn: cap server-supplied SCRAM iteration count
  • 1a976f7 pgconn: add require_auth to restrict accepted server auth methods
  • Additional commits viewable in compare view

Updates github.com/openai/openai-go/v3 from 3.33.0 to 3.41.1

Release notes

Sourced from github.com/openai/openai-go/v3's releases.

v3.41.1

3.41.1 (2026-07-06)

Full Changelog: v3.41.0...v3.41.1

Documentation

v3.41.0

3.41.0 (2026-06-17)

Full Changelog: v3.40.0...v3.41.0

Features

  • api: update OpenAPI spec or Stainless config (868891f)

v3.40.0

3.40.0 (2026-06-16)

Full Changelog: v3.39.0...v3.40.0

Features

  • api: admin spend_alerts (26992e5)
  • api: manual updates (28f7e09)
  • api: update OpenAPI spec or Stainless config (57c307e)

v3.39.0

3.39.0 (2026-06-03)

Full Changelog: v3.38.0...v3.39.0

Features

  • api: responses.moderation and chat_completions.moderation (7a2dac0)

v3.38.0

3.38.0 (2026-06-01)

Full Changelog: v3.37.0...v3.38.0

Features

  • api: manual updates (d7dac81)
  • api: workload identity in audit logs, additional_tools item in responses, fix ActionSearch.query to be optional. (4c3981c)

v3.37.0

3.37.0 (2026-05-21)

... (truncated)

Changelog

Sourced from github.com/openai/openai-go/v3's changelog.

3.41.1 (2026-07-06)

Full Changelog: v3.41.0...v3.41.1

Documentation

3.41.0 (2026-06-17)

Full Changelog: v3.40.0...v3.41.0

Features

  • api: update OpenAPI spec or Stainless config (868891f)

3.40.0 (2026-06-16)

Full Changelog: v3.39.0...v3.40.0

Features

  • api: admin spend_alerts (26992e5)
  • api: manual updates (28f7e09)
  • api: update OpenAPI spec or Stainless config (57c307e)

3.39.0 (2026-06-03)

Full Changelog: v3.38.0...v3.39.0

Features

  • api: responses.moderation and chat_completions.moderation (7a2dac0)

3.38.0 (2026-06-01)

Full Changelog: v3.37.0...v3.38.0

Features

  • api: manual updates (d7dac81)
  • api: workload identity in audit logs, additional_tools item in responses, fix ActionSearch.query to be optional. (4c3981c)

3.37.0 (2026-05-21)

Full Changelog: v3.36.0...v3.37.0

Features

... (truncated)

Commits
  • d814520 release: 3.41.1
  • 48e6e9f Prevent OpenAI credentials from being sent to Azure endpoints (#698)
  • 9fc5189 ci: Harden GitHub Actions workflows (#690)
  • a8bd01a docs: fix Azure API versioning link (#649)
  • 0960859 ci: declare contents:read on create-releases and detect-breaking-changes (#665)
  • 83efaf1 release: 3.41.0
  • dd78ead feat(api): update OpenAPI spec or Stainless config
  • 8b6b6a7 release: 3.40.0
  • 12da0a2 codegen metadata
  • 746dcf5 feat(api): manual updates
  • Additional commits viewable in compare view

Updates github.com/pressly/goose/v3 from 3.27.1 to 3.27.2

Release notes

Sourced from github.com/pressly/goose/v3's releases.

v3.27.2

Changed

  • Upgrade golang.org/x/crypto and golang.org/x/net to address security advisories (CVE fixes)
  • Various dependency upgrades
Changelog

Sourced from github.com/pressly/goose/v3's changelog.

[v3.27.2] - 2026-06-30

Changed

  • Upgrade golang.org/x/crypto and golang.org/x/net to address security advisories (CVE fixes)
  • Various dependency upgrades
Commits
  • b0f7076 release: v3.27.2
  • 6669df2 build(deps): bump github.com/opencontainers/runc from 1.3.3 to 1.3.6 in /inte...
  • f61f5b9 build(deps): bump the gomod group across 1 directory with 4 updates (#1086)
  • 90d5b3a build(deps): bump actions/checkout from 6 to 7 (#1081)
  • cef6bb7 build(deps): bump golang crypto and net to FIX CVEs (#1083)
  • f2c327a build(deps): bump the gomod group across 1 directory with 7 updates (#1079)
  • d0bee40 Docs: mention MariaDB support (#1071)
  • See full diff in compare view

Updates golang.org/x/crypto from 0.50.0 to 0.52.0

Commits
  • a1c0d99 go.mod: update golang.org/x dependencies
  • 3c7c869 ssh: fix deadlock on unexpected channel responses
  • 533fb3f ssh: fix source-address critical option bypass
  • abbc44d ssh: fix incorrect operator order
  • e052873 ssh: fix infinite loop on large channel writes due to integer overflow
  • b61cf85 ssh: enforce user presence verification for security keys
  • 9c2cd33 ssh: enforce strict limits on DSA key parameters
  • 8907318 ssh: reject RSA keys with excessively large moduli
  • ffd87b4 ssh: fix panic when authority callbacks are nil
  • 4e7a738 ssh: fix deadlock on unexpected global responses
  • Additional commits viewable in compare view

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 the go group with 6 updates in the / directory:

| Package | From | To |
| --- | --- | --- |
| [github.com/anthropics/anthropic-sdk-go](https://github.com/anthropics/anthropic-sdk-go) | `1.38.0` | `1.56.0` |
| [github.com/go-chi/chi/v5](https://github.com/go-chi/chi) | `5.2.5` | `5.3.1` |
| [github.com/go-chi/httprate](https://github.com/go-chi/httprate) | `0.15.0` | `0.16.0` |
| [github.com/jackc/pgx/v5](https://github.com/jackc/pgx) | `5.9.2` | `5.10.0` |
| [github.com/openai/openai-go/v3](https://github.com/openai/openai-go) | `3.33.0` | `3.41.1` |
| [github.com/pressly/goose/v3](https://github.com/pressly/goose) | `3.27.1` | `3.27.2` |



Updates `github.com/anthropics/anthropic-sdk-go` from 1.38.0 to 1.56.0
- [Release notes](https://github.com/anthropics/anthropic-sdk-go/releases)
- [Changelog](https://github.com/anthropics/anthropic-sdk-go/blob/main/CHANGELOG.md)
- [Commits](anthropics/anthropic-sdk-go@v1.38.0...v1.56.0)

Updates `github.com/go-chi/chi/v5` from 5.2.5 to 5.3.1
- [Release notes](https://github.com/go-chi/chi/releases)
- [Changelog](https://github.com/go-chi/chi/blob/master/CHANGELOG.md)
- [Commits](go-chi/chi@v5.2.5...v5.3.1)

Updates `github.com/go-chi/httprate` from 0.15.0 to 0.16.0
- [Release notes](https://github.com/go-chi/httprate/releases)
- [Commits](go-chi/httprate@v0.15.0...v0.16.0)

Updates `github.com/jackc/pgx/v5` from 5.9.2 to 5.10.0
- [Changelog](https://github.com/jackc/pgx/blob/master/CHANGELOG.md)
- [Commits](jackc/pgx@v5.9.2...v5.10.0)

Updates `github.com/openai/openai-go/v3` from 3.33.0 to 3.41.1
- [Release notes](https://github.com/openai/openai-go/releases)
- [Changelog](https://github.com/openai/openai-go/blob/main/CHANGELOG.md)
- [Commits](openai/openai-go@v3.33.0...v3.41.1)

Updates `github.com/pressly/goose/v3` from 3.27.1 to 3.27.2
- [Release notes](https://github.com/pressly/goose/releases)
- [Changelog](https://github.com/pressly/goose/blob/main/CHANGELOG.md)
- [Commits](pressly/goose@v3.27.1...v3.27.2)

Updates `golang.org/x/crypto` from 0.50.0 to 0.52.0
- [Commits](golang/crypto@v0.50.0...v0.52.0)

---
updated-dependencies:
- dependency-name: github.com/anthropics/anthropic-sdk-go
  dependency-version: 1.56.0
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: go
- dependency-name: github.com/go-chi/chi/v5
  dependency-version: 5.3.1
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: go
- dependency-name: github.com/go-chi/httprate
  dependency-version: 0.16.0
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: go
- dependency-name: github.com/jackc/pgx/v5
  dependency-version: 5.10.0
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: go
- dependency-name: github.com/openai/openai-go/v3
  dependency-version: 3.41.1
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: go
- dependency-name: github.com/pressly/goose/v3
  dependency-version: 3.27.2
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: go
- dependency-name: golang.org/x/crypto
  dependency-version: 0.52.0
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: go
...

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 Jul 8, 2026
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