Skip to content

Commit 50efe9c

Browse files
MarkDaoustcopybara-github
authored andcommitted
chore: Make the GAOS client (GenAI) and its underlying HTTP clients AutoCloseable
PiperOrigin-RevId: 959897257
1 parent 3f631be commit 50efe9c

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

src/gaos/lib/config.ts

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -84,7 +84,7 @@ export const SDK_METADATA = {
8484
language: "typescript",
8585
openapiDocVersion: "v1beta",
8686
sdkVersion: "2.4.1-preview.4",
87-
genVersion: "2.924.0",
87+
genVersion: "2.930.0",
8888
userAgent:
89-
"speakeasy-sdk/typescript 2.4.1-preview.4 2.924.0 v1beta @google/genai",
89+
"speakeasy-sdk/typescript 2.4.1-preview.4 2.930.0 v1beta @google/genai",
9090
} as const;

0 commit comments

Comments
 (0)