Skip to content

Commit 8fa9dec

Browse files
committed
ci: regenerated with OpenAPI Doc , Speakeasy CLI 1.648.1
1 parent 2b904ca commit 8fa9dec

File tree

11 files changed

+37
-29
lines changed

11 files changed

+37
-29
lines changed

.speakeasy/gen.lock

Lines changed: 7 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -1,12 +1,12 @@
11
lockVersion: 2.0.0
22
id: 3e3290ca-0ee8-4981-b1bc-14536048fa63
33
management:
4-
docChecksum: 2ffc5de135d861194642d3cb0a9e3bb4
4+
docChecksum: fb5039206e785bbedda375dbbd6e9835
55
docVersion: 0.9.0
6-
speakeasyVersion: 1.642.1
7-
generationVersion: 2.731.4
8-
releaseVersion: 0.11.2
9-
configChecksum: 681112b04101028f6621f6ef2b0c3257
6+
speakeasyVersion: 1.648.1
7+
generationVersion: 2.739.1
8+
releaseVersion: 0.12.0
9+
configChecksum: 7f6c12e7603e8ca84f9c590fdc37bdce
1010
repoURL: https://github.com/gleanwork/api-client-python.git
1111
installationURL: https://github.com/gleanwork/api-client-python.git
1212
published: true
@@ -16,7 +16,7 @@ features:
1616
additionalProperties: 1.0.1
1717
configurableModuleName: 0.2.0
1818
constsAndDefaults: 1.0.5
19-
core: 5.23.0
19+
core: 5.23.4
2020
defaultEnabledRetries: 0.2.0
2121
deprecations: 3.0.2
2222
devContainers: 3.0.0
@@ -28,7 +28,7 @@ features:
2828
globalSecurity: 3.0.4
2929
globalSecurityCallbacks: 1.0.0
3030
globalSecurityFlattening: 1.0.0
31-
globalServerURLs: 3.1.1
31+
globalServerURLs: 3.2.0
3232
groups: 3.0.1
3333
methodArguments: 1.0.2
3434
mockServer: 0.1.1
@@ -2742,6 +2742,3 @@ generatedTests:
27422742
editcollection: "2025-06-12T19:13:52-04:00"
27432743
createshortcut: "2025-06-12T19:13:52-04:00"
27442744
updateshortcut: "2025-06-12T19:13:52-04:00"
2745-
releaseNotes: |
2746-
## Python SDK Changes Detected:
2747-
* `glean.client.insights.retrieve()`: `response.agents_response` **Changed**

.speakeasy/gen.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,7 @@ generation:
2929
generateNewTests: true
3030
skipResponseBodyAssertions: true
3131
python:
32-
version: 0.11.2
32+
version: 0.12.0
3333
additionalDependencies:
3434
dev: {}
3535
main: {}

.speakeasy/glean-merged-spec.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7378,7 +7378,7 @@ components:
73787378
additionalProperties:
73797379
$ref: "#/components/schemas/WriteActionParameter"
73807380
ChatMessageFragment:
7381-
description: Represents a part of a ChatMessage that originates from a single action/tool. It is designed to support rich data formats beyond simple text, allowing for a more dynamic and interactive chat experience. Each fragment can include various types of content, such as text, search queries, action information, and more. Also, each ChatMessageFragment should only have one of structuredResults, querySuggestion, writeAction, followupAction, agentRecommendation or file.
7381+
description: Represents a part of a ChatMessage that originates from a single action/tool. It is designed to support rich data formats beyond simple text, allowing for a more dynamic and interactive chat experience. Each fragment can include various types of content, such as text, search queries, action information, and more. Also, each ChatMessageFragment should only have one of structuredResults, querySuggestion, writeAction, followupAction, agentRecommendation, followupRoutingSuggestion or file.
73827382
allOf:
73837383
- $ref: "#/components/schemas/Result"
73847384
- type: object

.speakeasy/workflow.lock

Lines changed: 7 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -1,12 +1,12 @@
1-
speakeasyVersion: 1.642.1
1+
speakeasyVersion: 1.648.1
22
sources:
33
Glean API:
44
sourceNamespace: glean-api-specs
5-
sourceRevisionDigest: sha256:092bfa8d363f0191930191e522b5f72025fec603b0474d9d5d2380b79b356f32
6-
sourceBlobDigest: sha256:84c15305b5763d040c255114c33c0c78072f77ac102895bf669b71c32f037048
5+
sourceRevisionDigest: sha256:087d49258c679ffe974423d64760d03d7fa9da49d50efc353e694463648a8ebf
6+
sourceBlobDigest: sha256:c4ea8dc9ffae5313444703935f238e0f8592edc5728d13c2b4a208788667ac1e
77
tags:
88
- latest
9-
- speakeasy-sdk-regen-1761685663
9+
- speakeasy-sdk-regen-1762301903
1010
Glean Client API:
1111
sourceNamespace: glean-client-api
1212
sourceRevisionDigest: sha256:4edc63ad559e4f2c9fb9ebf5edaaaaa9269f1874d271cfd84b441d6dacac43d2
@@ -17,10 +17,10 @@ targets:
1717
glean:
1818
source: Glean API
1919
sourceNamespace: glean-api-specs
20-
sourceRevisionDigest: sha256:092bfa8d363f0191930191e522b5f72025fec603b0474d9d5d2380b79b356f32
21-
sourceBlobDigest: sha256:84c15305b5763d040c255114c33c0c78072f77ac102895bf669b71c32f037048
20+
sourceRevisionDigest: sha256:087d49258c679ffe974423d64760d03d7fa9da49d50efc353e694463648a8ebf
21+
sourceBlobDigest: sha256:c4ea8dc9ffae5313444703935f238e0f8592edc5728d13c2b4a208788667ac1e
2222
codeSamplesNamespace: glean-api-specs-python-code-samples
23-
codeSamplesRevisionDigest: sha256:05f915b94763a1499036f686db919aff002fb8e42c8feb22fef55e1208b96383
23+
codeSamplesRevisionDigest: sha256:6d93002caf2b6bb77ae4bd2f9e37ab56f9044c6d905ab5c9879f015fbe331a1a
2424
workflow:
2525
workflowVersion: 1.0.0
2626
speakeasyVersion: latest

README.md

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -749,7 +749,8 @@ import os
749749

750750

751751
with Glean(
752-
instance="<value>"
752+
server_idx=0,
753+
instance="instance-name",
753754
api_token=os.getenv("GLEAN_API_TOKEN", ""),
754755
) as glean:
755756

RELEASES.md

Lines changed: 11 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -338,4 +338,14 @@ Based on:
338338
### Generated
339339
- [python v0.11.2] .
340340
### Releases
341-
- [PyPI v0.11.2] https://pypi.org/project/glean/0.11.2 - .
341+
- [PyPI v0.11.2] https://pypi.org/project/glean/0.11.2 - .
342+
343+
## 2025-11-05 00:17:58
344+
### Changes
345+
Based on:
346+
- OpenAPI Doc
347+
- Speakeasy CLI 1.648.1 (2.739.1) https://github.com/speakeasy-api/speakeasy
348+
### Generated
349+
- [python v0.12.0] .
350+
### Releases
351+
- [PyPI v0.12.0] https://pypi.org/project/glean/0.12.0 - .

docs/models/chatmessagefragment.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
# ChatMessageFragment
22

3-
Represents a part of a ChatMessage that originates from a single action/tool. It is designed to support rich data formats beyond simple text, allowing for a more dynamic and interactive chat experience. Each fragment can include various types of content, such as text, search queries, action information, and more. Also, each ChatMessageFragment should only have one of structuredResults, querySuggestion, writeAction, followupAction, agentRecommendation or file.
3+
Represents a part of a ChatMessage that originates from a single action/tool. It is designed to support rich data formats beyond simple text, allowing for a more dynamic and interactive chat experience. Each fragment can include various types of content, such as text, search queries, action information, and more. Also, each ChatMessageFragment should only have one of structuredResults, querySuggestion, writeAction, followupAction, agentRecommendation, followupRoutingSuggestion or file.
44

55

66
## Fields

pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[project]
22
name = "glean-api-client"
3-
version = "0.11.2"
3+
version = "0.12.0"
44
description = "Python Client SDK Generated by Speakeasy."
55
authors = [{ name = "Glean Technologies, Inc." }]
66
license = "MIT"

src/glean/api_client/_version.py

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -3,10 +3,10 @@
33
import importlib.metadata
44

55
__title__: str = "glean"
6-
__version__: str = "0.11.2"
6+
__version__: str = "0.12.0"
77
__openapi_doc_version__: str = "0.9.0"
8-
__gen_version__: str = "2.731.4"
9-
__user_agent__: str = "speakeasy-sdk/python 0.11.2 2.731.4 0.9.0 glean"
8+
__gen_version__: str = "2.739.1"
9+
__user_agent__: str = "speakeasy-sdk/python 0.12.0 2.739.1 0.9.0 glean"
1010

1111
try:
1212
if __package__ is not None:

src/glean/api_client/models/chatmessagefragment.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@
1313

1414

1515
class ChatMessageFragmentTypedDict(TypedDict):
16-
r"""Represents a part of a ChatMessage that originates from a single action/tool. It is designed to support rich data formats beyond simple text, allowing for a more dynamic and interactive chat experience. Each fragment can include various types of content, such as text, search queries, action information, and more. Also, each ChatMessageFragment should only have one of structuredResults, querySuggestion, writeAction, followupAction, agentRecommendation or file."""
16+
r"""Represents a part of a ChatMessage that originates from a single action/tool. It is designed to support rich data formats beyond simple text, allowing for a more dynamic and interactive chat experience. Each fragment can include various types of content, such as text, search queries, action information, and more. Also, each ChatMessageFragment should only have one of structuredResults, querySuggestion, writeAction, followupAction, agentRecommendation, followupRoutingSuggestion or file."""
1717

1818
structured_results: NotRequired[List[StructuredResultTypedDict]]
1919
r"""An array of entities in the work graph retrieved via a data request."""
@@ -29,7 +29,7 @@ class ChatMessageFragmentTypedDict(TypedDict):
2929

3030

3131
class ChatMessageFragment(BaseModel):
32-
r"""Represents a part of a ChatMessage that originates from a single action/tool. It is designed to support rich data formats beyond simple text, allowing for a more dynamic and interactive chat experience. Each fragment can include various types of content, such as text, search queries, action information, and more. Also, each ChatMessageFragment should only have one of structuredResults, querySuggestion, writeAction, followupAction, agentRecommendation or file."""
32+
r"""Represents a part of a ChatMessage that originates from a single action/tool. It is designed to support rich data formats beyond simple text, allowing for a more dynamic and interactive chat experience. Each fragment can include various types of content, such as text, search queries, action information, and more. Also, each ChatMessageFragment should only have one of structuredResults, querySuggestion, writeAction, followupAction, agentRecommendation, followupRoutingSuggestion or file."""
3333

3434
structured_results: Annotated[
3535
Optional[List[StructuredResult]], pydantic.Field(alias="structuredResults")

0 commit comments

Comments
 (0)