Skip to content

build(deps): bump the go-dependencies group across 1 directory with 5 updates - #172

Merged
Tgenz1213 merged 1 commit into
mainfrom
dependabot/go_modules/go-dependencies-495255a24d
Sep 15, 2026
Merged

Tgenz1213 merged 1 commit into
mainfrom
dependabot/go_modules/go-dependencies-495255a24d

Conversation

@dependabot

@dependabot dependabot Bot commented on behalf of github Sep 14, 2026 •

Copy link
Copy Markdown
Contributor

Bumps the go-dependencies group with 5 updates in the / directory:

Package From To
github.com/anthropics/anthropic-sdk-go 1.68.0 1.72.0
github.com/jackc/pgx/v5 5.10.0 5.11.0
github.com/ollama/ollama 0.33.2 0.34.0
golang.org/x/sync 0.22.0 0.23.0
google.golang.org/genai 1.70.0 1.71.0

Updates github.com/anthropics/anthropic-sdk-go from 1.68.0 to 1.72.0

Release notes

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

v1.72.0

1.72.0 (2026-09-10)

Full Changelog: v1.71.0...v1.72.0

Features

  • api: add auto mode tool permissions for Managed Agents (f72f8e3)
  • api: add content_too_large web_fetch tool error code (21646a7)
  • api: add the user-profiles-2026-09-04 beta value and external_user_details to user profiles (33a5b11)
  • api: support mounting public GitHub repositories without an authorization_token in Managed Agents sessions (bc1c282)

Chores

  • docs: correct the environment scope field description (e12b6ee)
  • internal: restore package version (960768e)
  • internal: stop stamping the package version into generated files (8455921)
  • tests: restore empty test package marker files (9f6d405)

v1.71.0

1.71.0 (2026-09-04)

Full Changelog: v1.70.1...v1.71.0

Features

  • api: add named types for organization compliance settings state (5ce34ff)

Chores

  • examples: refresh platform model IDs (#327) (4b064a1)
  • tests: reword the skip reason on the path-level query param tests (c0b3d71)

v1.70.1

1.70.1 (2026-09-03)

Full Changelog: v1.70.0...v1.70.1

v1.70.0

1.70.0 (2026-09-02)

Full Changelog: v1.69.0...v1.70.0

Features

  • api: add support for sending a workspace ID on more endpoints (75477bf)

... (truncated)

Changelog

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

1.72.0 (2026-09-10)

Full Changelog: v1.71.0...v1.72.0

Features

  • api: add auto mode tool permissions for Managed Agents (f72f8e3)
  • api: add content_too_large web_fetch tool error code (21646a7)
  • api: add the user-profiles-2026-09-04 beta value and external_user_details to user profiles (33a5b11)
  • api: support mounting public GitHub repositories without an authorization_token in Managed Agents sessions (bc1c282)

Chores

  • docs: correct the environment scope field description (e12b6ee)
  • internal: restore package version (960768e)
  • internal: stop stamping the package version into generated files (8455921)
  • tests: restore empty test package marker files (9f6d405)

1.71.0 (2026-09-04)

Full Changelog: v1.70.1...v1.71.0

Features

  • api: add named types for organization compliance settings state (5ce34ff)

Chores

  • examples: refresh platform model IDs (#327) (4b064a1)
  • tests: reword the skip reason on the path-level query param tests (c0b3d71)

1.70.1 (2026-09-03)

Full Changelog: v1.70.0...v1.70.1

1.70.0 (2026-09-02)

Full Changelog: v1.69.0...v1.70.0

Features

  • api: add support for sending a workspace ID on more endpoints (75477bf)

Bug Fixes

  • client: surface non-JSON error response bodies in error messages (7e89315)

... (truncated)

Commits
  • 03d7ef5 Merge pull request #438 from anthropics/release-please--branches--main--chang...
  • 33e739c release: 1.72.0
  • f72f8e3 feat(api): add auto mode tool permissions for Managed Agents
  • bc1c282 feat(api): support mounting public GitHub repositories without an authorizati...
  • f01703a environments: HandleItem runs on the work item's session token alone when one...
  • 33a5b11 feat(api): add the user-profiles-2026-09-04 beta value and external_user_deta...
  • e12b6ee chore(docs): correct the environment scope field description
  • 21646a7 feat(api): add content_too_large web_fetch tool error code
  • 960768e chore(internal): restore package version
  • 8455921 chore(internal): stop stamping the package version into generated files
  • Additional commits viewable in compare view

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

Release notes

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

v5.11.0

This release adds direct PostgreSQL type scanning through database/sql on Go 1.27, improves compatibility with libpq connection strings and PostgreSQL date/time values, and includes further decoder hardening. See Changes for connection-string and date/time behavior changes that may affect existing applications.

Features

  • stdlib: support Go 1.27's driver.RowsColumnScanner, allowing PostgreSQL types such as arrays and ranges to be scanned directly into Go values without pgtype.Map.SQLScanner. Existing database/sql scalar conversions and sql.Scanner behavior are preserved. The minimum supported Go version remains 1.25.
  • Add Rows.TypeMap to expose the type map used to decode rows, including rows created by RowsFromResultReader that have no underlying Conn. Custom implementations of Rows, including mocks, must add this method.
  • pgconn: add Config.MaxProtocolMessageBodyLen to configure the maximum incoming protocol message body size (carter-ya)
  • pgconn: add ErrReadOnlyConnection, ErrReadWriteConnection, ErrPrimaryConnection, and ErrStandbyConnection sentinel errors for target_session_attrs validation, allowing callers to use errors.Is (Adrian-Stefan Mares)
  • pgxpool: accept pool_ping_timeout in connection strings to configure Config.PingTimeout. The default is zero; zero and negative durations mean no timeout (1991santhu)

Changes

  • Name-based row-to-struct mapping now matches explicit db tags case-insensitively, with exact matches taking precedence so tags can still distinguish quoted column names that differ only by case (AlisinaDevelo)

  • pgconn: resolve the OS user account only when no user is supplied by the connection string, environment, or service file, avoiding unnecessary account lookups and crashes in some restricted container environments. Home-directory defaults for password, service, and TLS files remain available independently of the account lookup. On Unix these now use $HOME rather than the OS account's home directory (Mohamed MAACHE)

  • pgtype: date, timestamp and timestamptz text values are now parsed and written by a hand-written parser and encoder for PostgreSQL's ISO date/time format instead of time.Parse and time.Format. Go's layout language cannot express a variable-width year or the BC era, which is the root of the bugs below. The text scan path is roughly 2.5x faster for timestamp and timestamptz. Bug fixes:

    • timestamp and timestamptz no longer silently move February 29 of a BC leap year to March 1 when encoding. time.Date(-4712, 2, 29, ...) was written as 4713-03-01 BC and is now written as 4713-02-29 BC. This affected ordinary four-digit BC years, not only extended-range ones. date was never affected.
    • timestamp and timestamptz can now scan BC leap days. 4713-02-29 BC previously failed with day out of range. date could already scan them.
    • Years past 9999 can now be scanned. 10000-01-02 03:04:05 previously failed to parse, so timestamp and timestamptz values at the high end of PostgreSQL's range were unreadable over the simple protocol and in any other text-format result.
    • time.Time arguments in the simple protocol now encode BC dates correctly, using the same timestamp encoder.
    • Fractional seconds beyond microsecond precision are rounded the way the server rounds them (round half to even, carrying into the rest of the value) instead of being kept at full precision. PostgreSQL never sends more than six fractional digits, so this only affects values from other sources.

    Behavior changes:

    • date now rejects impossible dates instead of normalizing them. 2024-02-30 returned 2024-03-01 and 2024-13-01 returned 2025-01-01; both are now errors. timestamp and timestamptz already rejected them.
    • All three types now reject values outside PostgreSQL's range for that type, in the binary format as well as the text format. PostgreSQL never sends out-of-range dates, so this only affects corrupt or hand-built input; the range

... (truncated)

Changelog

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

5.11.0 (September 7, 2026)

This release adds direct PostgreSQL type scanning through database/sql on Go 1.27, improves compatibility with libpq connection strings and PostgreSQL date/time values, and includes further decoder hardening. See Changes for connection-string and date/time behavior changes that may affect existing applications.

Features

  • stdlib: support Go 1.27's driver.RowsColumnScanner, allowing PostgreSQL types such as arrays and ranges to be scanned directly into Go values without pgtype.Map.SQLScanner. Existing database/sql scalar conversions and sql.Scanner behavior are preserved. The minimum supported Go version remains 1.25.
  • Add Rows.TypeMap to expose the type map used to decode rows, including rows created by RowsFromResultReader that have no underlying Conn. Custom implementations of Rows, including mocks, must add this method.
  • pgconn: add Config.MaxProtocolMessageBodyLen to configure the maximum incoming protocol message body size (carter-ya)
  • pgconn: add ErrReadOnlyConnection, ErrReadWriteConnection, ErrPrimaryConnection, and ErrStandbyConnection sentinel errors for target_session_attrs validation, allowing callers to use errors.Is (Adrian-Stefan Mares)
  • pgxpool: accept pool_ping_timeout in connection strings to configure Config.PingTimeout. The default is zero; zero and negative durations mean no timeout (1991santhu)

Changes

  • Name-based row-to-struct mapping now matches explicit db tags case-insensitively, with exact matches taking precedence so tags can still distinguish quoted column names that differ only by case (AlisinaDevelo)

  • pgconn: resolve the OS user account only when no user is supplied by the connection string, environment, or service file, avoiding unnecessary account lookups and crashes in some restricted container environments. Home-directory defaults for password, service, and TLS files remain available independently of the account lookup. On Unix these now use $HOME rather than the OS account's home directory (Mohamed MAACHE)

  • pgtype: date, timestamp and timestamptz text values are now parsed and written by a hand-written parser and encoder for PostgreSQL's ISO date/time format instead of time.Parse and time.Format. Go's layout language cannot express a variable-width year or the BC era, which is the root of the bugs below. The text scan path is roughly 2.5x faster for timestamp and timestamptz. Bug fixes:

    • timestamp and timestamptz no longer silently move February 29 of a BC leap year to March 1 when encoding. time.Date(-4712, 2, 29, ...) was written as 4713-03-01 BC and is now written as 4713-02-29 BC. This affected ordinary four-digit BC years, not only extended-range ones. date was never affected.
    • timestamp and timestamptz can now scan BC leap days. 4713-02-29 BC previously failed with day out of range. date could already scan them.
    • Years past 9999 can now be scanned. 10000-01-02 03:04:05 previously failed to parse, so timestamp and timestamptz values at the high end of PostgreSQL's range were unreadable over the simple protocol and in any other text-format result.
    • time.Time arguments in the simple protocol now encode BC dates correctly, using the same timestamp encoder.
    • Fractional seconds beyond microsecond precision are rounded the way the server rounds them (round half to even, carrying into the rest of the value) instead of being kept at full precision. PostgreSQL never sends more than six fractional digits, so this only affects values from other sources.

    Behavior changes:

    • date now rejects impossible dates instead of normalizing them. 2024-02-30 returned 2024-03-01 and 2024-13-01 returned 2025-01-01; both are now errors. timestamp and timestamptz already rejected them.
    • All three types now reject values outside PostgreSQL's range for that type, in the binary format as well as the

... (truncated)

Commits
  • 5e583fa Update changelog for v5.11.0
  • 3927116 Apply gofumpt formatting required by lint
  • eb07165 Quote filesystem paths in development connection strings
  • cf5938f Allow unsigned digit counts in binary numeric encoding
  • 3930cf5 Accept PostgreSQL POSIX timezone offsets in text timestamps
  • 93261be Prefer exact db tag matches when mapping rows to structs
  • e8d8ad1 Merge pull request #2647 from sueun-dev/fix-range-text-quoting-20260906
  • 01d2fd3 Merge pull request #2644 from eliranbz/fix-failed-prepare-deallocation
  • 9b7e3be Merge pull request #2645 from ash2k/move-channel
  • 76d78f5 Merge pull request #2643 from AshSgDe29071999/fix/hstore-pairs-estimate-clamp
  • Additional commits viewable in compare view

Updates github.com/ollama/ollama from 0.33.2 to 0.34.0

Release notes

Sourced from github.com/ollama/ollama's releases.

v0.34.0

Use Ollama models in ChatGPT Desktop

Ollama models can now be used directly in ChatGPT Desktop, so you can keep your existing workflow while running open models. Setup is available from the Ollama app on MacOS.

This release also improves structured output performance on Apple Silicon, adds support for OpenAI-compatible client tool search and response compaction.

Full Changelog: ollama/ollama@v0.33.3...v0.34.0

v0.33.3

What's Changed

  • gemma4 now supports images and audio on MLX engine
  • Report cached prompt tokens
  • Honor GGUF model defined default parameters
  • MLX, MLX-C, llama.cpp update

New Contributors

Full Changelog: ollama/ollama@v0.33.2...v0.33.3

Commits
  • d8ab4b4 openai: support standalone named function outputs (#18348)
  • 3738935 proxy: normalize namespaced commands in Full Access (#18331)
  • 86f7292 openai: accept plaintext-labeled Codex agent messages (#18329)
  • cd1c5a1 openai: finalize responses at the web search limit (#18328)
  • 9160b3c app: add a first-use ChatGPT connection intro (#18321)
  • 3e02fea app: align ChatGPT connection status copy with Claude (#18325)
  • 1b45aa1 server/openai: retry compaction after context overflow (#18324)
  • 34afa1a app: open Codex by default for Ollama launches (#18323)
  • b5d373f fix data races in progress and sched (#18319)
  • 9ef6c19 app: preserve Codex configuration across host changes (#18247)
  • Additional commits viewable in compare view

Updates golang.org/x/sync from 0.22.0 to 0.23.0

Commits
  • f75267d semaphore: panic on negative capacity
  • 3ffd83c all: upgrade go directive to at least 1.26.0 [generated]
  • See full diff in compare view

Updates google.golang.org/genai from 1.70.0 to 1.71.0

Release notes

Sourced from google.golang.org/genai's releases.

v1.71.0

1.71.0 (2026-08-31)

Features

  • Add translation_config SDK support for GEAP. (83c445d)
Changelog

Sourced from google.golang.org/genai's changelog.

1.71.0 (2026-08-31)

Features

  • Add translation_config SDK support for GEAP. (83c445d)
Commits

@Tgenz1213

Copy link
Copy Markdown
Owner

@dependabot rebase

… updates

Bumps the go-dependencies group with 5 updates in the / directory:

| Package | From | To |
| --- | --- | --- |
| [github.com/anthropics/anthropic-sdk-go](https://github.com/anthropics/anthropic-sdk-go) | `1.68.0` | `1.72.0` |
| [github.com/jackc/pgx/v5](https://github.com/jackc/pgx) | `5.10.0` | `5.11.0` |
| [github.com/ollama/ollama](https://github.com/ollama/ollama) | `0.33.2` | `0.34.0` |
| [golang.org/x/sync](https://github.com/golang/sync) | `0.22.0` | `0.23.0` |
| [google.golang.org/genai](https://github.com/googleapis/go-genai) | `1.70.0` | `1.71.0` |



Updates `github.com/anthropics/anthropic-sdk-go` from 1.68.0 to 1.72.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.68.0...v1.72.0)

Updates `github.com/jackc/pgx/v5` from 5.10.0 to 5.11.0
- [Release notes](https://github.com/jackc/pgx/releases)
- [Changelog](https://github.com/jackc/pgx/blob/master/CHANGELOG.md)
- [Commits](jackc/pgx@v5.10.0...v5.11.0)

Updates `github.com/ollama/ollama` from 0.33.2 to 0.34.0
- [Release notes](https://github.com/ollama/ollama/releases)
- [Commits](ollama/ollama@v0.33.2...v0.34.0)

Updates `golang.org/x/sync` from 0.22.0 to 0.23.0
- [Commits](golang/sync@v0.22.0...v0.23.0)

Updates `google.golang.org/genai` from 1.70.0 to 1.71.0
- [Release notes](https://github.com/googleapis/go-genai/releases)
- [Changelog](https://github.com/googleapis/go-genai/blob/main/CHANGELOG.md)
- [Commits](googleapis/go-genai@v1.70.0...v1.71.0)

---
updated-dependencies:
- dependency-name: github.com/anthropics/anthropic-sdk-go
  dependency-version: 1.72.0
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: go-dependencies
- dependency-name: github.com/jackc/pgx/v5
  dependency-version: 5.11.0
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: go-dependencies
- dependency-name: github.com/ollama/ollama
  dependency-version: 0.34.0
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: go-dependencies
- dependency-name: golang.org/x/sync
  dependency-version: 0.23.0
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: go-dependencies
- dependency-name: google.golang.org/genai
  dependency-version: 1.71.0
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: go-dependencies
...

Signed-off-by: dependabot[bot] <support@github.com>
@dependabot
dependabot Bot force-pushed the dependabot/go_modules/go-dependencies-495255a24d branch from b4ccbbc to feb5351 Compare September 15, 2026 03:14
@dependabot dependabot Bot changed the title build(deps): bump the go-dependencies group with 5 updates build(deps): bump the go-dependencies group across 1 directory with 5 updates Sep 15, 2026
@Tgenz1213
Tgenz1213 merged commit f0c01d2 into main Sep 15, 2026
5 checks passed
@dependabot
dependabot Bot deleted the dependabot/go_modules/go-dependencies-495255a24d branch September 15, 2026 03:18
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant