Skip to content

Commit 7315866

Browse files
chore(deps): update module github.com/anthropics/anthropic-sdk-go to v1.38.0 (#979)
This PR contains the following updates: | Package | Change | [Age](https://docs.renovatebot.com/merge-confidence/) | [Confidence](https://docs.renovatebot.com/merge-confidence/) | |---|---|---|---| | [github.com/anthropics/anthropic-sdk-go](https://redirect.github.com/anthropics/anthropic-sdk-go) | `v1.37.0` → `v1.38.0` | ![age](https://developer.mend.io/api/mc/badges/age/go/github.com%2fanthropics%2fanthropic-sdk-go/v1.38.0?slim=true) | ![confidence](https://developer.mend.io/api/mc/badges/confidence/go/github.com%2fanthropics%2fanthropic-sdk-go/v1.37.0/v1.38.0?slim=true) | --- ### Release Notes <details> <summary>anthropics/anthropic-sdk-go (github.com/anthropics/anthropic-sdk-go)</summary> ### [`v1.38.0`](https://redirect.github.com/anthropics/anthropic-sdk-go/blob/HEAD/CHANGELOG.md#1380-2026-04-23) [Compare Source](https://redirect.github.com/anthropics/anthropic-sdk-go/compare/v1.37.0...v1.38.0) Full Changelog: [v1.37.0...v1.38.0](https://redirect.github.com/anthropics/anthropic-sdk-go/compare/v1.37.0...v1.38.0) ##### Features - add Type() method to API errors for error kind identification ([#&#8203;676](https://redirect.github.com/anthropics/anthropic-sdk-go/issues/676)) ([0db1712](https://redirect.github.com/anthropics/anthropic-sdk-go/commit/0db1712b237930416461c2411d263e6d1150d957)) - **api:** CMA Memory public beta ([180e00c](https://redirect.github.com/anthropics/anthropic-sdk-go/commit/180e00cdc4863a6a64986e03fed9eb4a04117f40)) - structured outputs via Schema any with auto-parse ([#&#8203;759](https://redirect.github.com/anthropics/anthropic-sdk-go/issues/759)) ([46073d8](https://redirect.github.com/anthropics/anthropic-sdk-go/commit/46073d8f489a88fdf5ebf33163e4f0d364759eae)) ##### Bug Fixes - **api:** fix errors in api spec ([e47c178](https://redirect.github.com/anthropics/anthropic-sdk-go/commit/e47c178b3ee1b5c47834239635b5a3abdff9a432)) - **api:** restore missing features ([0fc6fac](https://redirect.github.com/anthropics/anthropic-sdk-go/commit/0fc6fac141980cfce023ce2d0b30175980741db0)) ##### Chores - **internal:** more robust bootstrap script ([5bde204](https://redirect.github.com/anthropics/anthropic-sdk-go/commit/5bde204d267187622a5228330235c9c048abeae1)) - **tests:** bump steady to v0.22.1 ([4578c15](https://redirect.github.com/anthropics/anthropic-sdk-go/commit/4578c15e9a2f6ed05a05acfa608083c3a893d6dd)) </details> --- ### Configuration 📅 **Schedule**: (UTC) - Branch creation - At any time (no schedule defined) - Automerge - At any time (no schedule defined) 🚦 **Automerge**: Disabled by config. Please merge this manually once you are satisfied. ♻ **Rebasing**: Whenever PR becomes conflicted, or you tick the rebase/retry checkbox. 🔕 **Ignore**: Close this PR and you won't be reminded about this update again. --- - [ ] <!-- rebase-check -->If you want to rebase/retry this PR, check this box --- This PR was generated by [Mend Renovate](https://mend.io/renovate/). View the [repository job log](https://developer.mend.io/github/micasa-dev/micasa). <!--renovate-debug:eyJjcmVhdGVkSW5WZXIiOiI0My4xMzkuNyIsInVwZGF0ZWRJblZlciI6IjQzLjEzOS43IiwidGFyZ2V0QnJhbmNoIjoibWFpbiIsImxhYmVscyI6WyJkZXBlbmRlbmNpZXMiXX0=--> --------- Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com> Co-authored-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com>
1 parent 518e00b commit 7315866

3 files changed

Lines changed: 7 additions & 4 deletions

File tree

go.mod

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -39,6 +39,7 @@ require (
3939
github.com/charmbracelet/x/termios v0.1.1 // indirect
4040
github.com/charmbracelet/x/windows v0.2.2 // indirect
4141
github.com/google/jsonschema-go v0.4.2 // indirect
42+
github.com/invopop/jsonschema v0.13.0 // indirect
4243
github.com/jackc/pgpassfile v1.0.0 // indirect
4344
github.com/jackc/pgservicefile v0.0.0-20240606120523-5a60cdf6a761 // indirect
4445
github.com/jackc/pgx/v5 v5.9.2 // indirect
@@ -63,7 +64,7 @@ require (
6364
cloud.google.com/go/auth v0.20.0 // indirect
6465
cloud.google.com/go/compute/metadata v0.9.0 // indirect
6566
github.com/alecthomas/chroma/v2 v2.23.1 // indirect
66-
github.com/anthropics/anthropic-sdk-go v1.37.0 // indirect
67+
github.com/anthropics/anthropic-sdk-go v1.38.0 // indirect
6768
github.com/atotto/clipboard v0.1.4 // indirect
6869
github.com/aymerick/douceur v0.2.0 // indirect
6970
github.com/bahlo/generic-list-go v0.2.0 // indirect

go.sum

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -28,8 +28,8 @@ github.com/alecthomas/chroma/v2 v2.23.1 h1:nv2AVZdTyClGbVQkIzlDm/rnhk1E9bU9nXwmZ
2828
github.com/alecthomas/chroma/v2 v2.23.1/go.mod h1:NqVhfBR0lte5Ouh3DcthuUCTUpDC9cxBOfyMbMQPs3o=
2929
github.com/alecthomas/repr v0.5.2 h1:SU73FTI9D1P5UNtvseffFSGmdNci/O6RsqzeXJtP0Qs=
3030
github.com/alecthomas/repr v0.5.2/go.mod h1:Fr0507jx4eOXV7AlPV6AVZLYrLIuIeSOWtW57eE/O/4=
31-
github.com/anthropics/anthropic-sdk-go v1.37.0 h1:yBKUaBG3TCRb6das/Q5qNB9Fsafon09gu2yYVgvapKE=
32-
github.com/anthropics/anthropic-sdk-go v1.37.0/go.mod h1:dSIO7kSrOI7MA4fE6RRVaw8tyWP7HNQU5/H/KS4cax8=
31+
github.com/anthropics/anthropic-sdk-go v1.38.0 h1:bA4DcK+91gorIX+5VTONnynyt9LRU4nnN6rRQ+j/NIg=
32+
github.com/anthropics/anthropic-sdk-go v1.38.0/go.mod h1:d288C1L+m74OYuYBvc4UFtR1Q8J0gC55oYDh2t+XxdI=
3333
github.com/atotto/clipboard v0.1.4 h1:EH0zSVneZPSuFR11BlR9YppQTVDbh5+16AmcJi4g1z4=
3434
github.com/atotto/clipboard v0.1.4/go.mod h1:ZY9tmq7sm5xIbd9bOK4onWV4S6X0u6GY7Vn0Yu86PYI=
3535
github.com/aymanbagabas/go-udiff v0.4.1 h1:OEIrQ8maEeDBXQDoGCbbTTXYJMYRCRO1fnodZ12Gv5o=
@@ -141,6 +141,8 @@ github.com/iancoleman/strcase v0.3.0 h1:nTXanmYxhfFAMjZL34Ov6gkzEsSJZ5DbhxWjvSAS
141141
github.com/iancoleman/strcase v0.3.0/go.mod h1:iwCmte+B7n89clKwxIoIXy/HfoL7AsD47ZCWhYzw7ho=
142142
github.com/inconshreveable/mousetrap v1.1.0 h1:wN+x4NVGpMsO7ErUn/mUI3vEoE6Jt13X2s0bqwp9tc8=
143143
github.com/inconshreveable/mousetrap v1.1.0/go.mod h1:vpF70FUmC8bwa3OWnCshd2FqLfsEA9PFc4w1p2J65bw=
144+
github.com/invopop/jsonschema v0.13.0 h1:KvpoAJWEjR3uD9Kbm2HWJmqsEaHt8lBUpd0qHcIi21E=
145+
github.com/invopop/jsonschema v0.13.0/go.mod h1:ffZ5Km5SWWRAIN6wbDXItl95euhFz2uON45H2qjYt+0=
144146
github.com/itchyny/gojq v0.12.19 h1:ttXA0XCLEMoaLOz5lSeFOZ6u6Q3QxmG46vfgI4O0DEs=
145147
github.com/itchyny/gojq v0.12.19/go.mod h1:5galtVPDywX8SPSOrqjGxkBeDhSxEW1gSxoy7tn1iZY=
146148
github.com/itchyny/timefmt-go v0.1.8 h1:1YEo1JvfXeAHKdjelbYr/uCuhkybaHCeTkH8Bo791OI=

nix/package.nix

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ buildGoModule {
1414
inherit pname version;
1515
src = gitignoreSource ../.;
1616
subPackages = [ "cmd/micasa" ];
17-
vendorHash = "sha256-jKP6KH9nNtyfuMUSO2lJVc7oDcCZxpi2bK76UFmTnd0=";
17+
vendorHash = "sha256-6/kJ8XcyJaFdryzCYdvZQPM7KQdTv60ZmNrq8NlMcL0=";
1818
env.CGO_ENABLED = 0;
1919
preCheck = ''
2020
export HOME="$(mktemp -d)"

0 commit comments

Comments
 (0)