Skip to content

Commit 272d9e5

Browse files
Merge pull request #9 from gleanwork/speakeasy-sdk-regen-1746549015
chore: 🐝 Update SDK - Generate 0.2.0
2 parents 9a30abc + bc8f8eb commit 272d9e5

File tree

10 files changed

+51
-21
lines changed

10 files changed

+51
-21
lines changed

β€Ž.speakeasy/gen.lockβ€Ž

Lines changed: 9 additions & 9 deletions
Large diffs are not rendered by default.

β€Ž.speakeasy/gen.yamlβ€Ž

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@ generation:
2424
generateNewTests: true
2525
skipResponseBodyAssertions: true
2626
python:
27-
version: 0.1.0-beta.2
27+
version: 0.2.0
2828
additionalDependencies:
2929
dev: {}
3030
main: {}

β€Ž.speakeasy/glean-merged-spec.yamlβ€Ž

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -8620,6 +8620,9 @@ components:
86208620
hasTranscript:
86218621
type: boolean
86228622
description: The event has a transcript associated with it enabling features like summarization
8623+
transcriptUrl:
8624+
type: string
8625+
description: A link to the transcript of the event
86238626
classifications:
86248627
type: array
86258628
items:

β€Ž.speakeasy/workflow.lockβ€Ž

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -2,11 +2,11 @@ speakeasyVersion: 1.542.3
22
sources:
33
Glean API:
44
sourceNamespace: glean-api-specs
5-
sourceRevisionDigest: sha256:899a2c3976fdfa81af3713ce06fcb2283a89faa893ef608498f2365840127272
6-
sourceBlobDigest: sha256:313446623e4d6be9ffcf70008ec73eb557e9df1e658aa69a749ef1962fe25e60
5+
sourceRevisionDigest: sha256:fadc7213e38c3b2e11ec0a197f00752cd51f95a42e6f50b697acff848c245f49
6+
sourceBlobDigest: sha256:c149481e92330fc2ccfe73b55bac335ff2599266b185b84d4c0fc9a6156e9f49
77
tags:
88
- latest
9-
- speakeasy-sdk-regen-1746543933
9+
- speakeasy-sdk-regen-1746549015
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:899a2c3976fdfa81af3713ce06fcb2283a89faa893ef608498f2365840127272
21-
sourceBlobDigest: sha256:313446623e4d6be9ffcf70008ec73eb557e9df1e658aa69a749ef1962fe25e60
20+
sourceRevisionDigest: sha256:fadc7213e38c3b2e11ec0a197f00752cd51f95a42e6f50b697acff848c245f49
21+
sourceBlobDigest: sha256:c149481e92330fc2ccfe73b55bac335ff2599266b185b84d4c0fc9a6156e9f49
2222
codeSamplesNamespace: glean-api-specs-python-code-samples
23-
codeSamplesRevisionDigest: sha256:63f05bcce506f8282cb50f940c62b80e68c232112a82324f01606a714a27d54b
23+
codeSamplesRevisionDigest: sha256:2252d06a877a63b553700d7dc23f5cd1ab9264082801c5598d1a9aa32dd86cda
2424
workflow:
2525
workflowVersion: 1.0.0
2626
speakeasyVersion: latest

β€ŽRELEASES.mdβ€Ž

Lines changed: 11 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,4 +18,14 @@ Based on:
1818
### Generated
1919
- [python v0.1.0-beta.2] .
2020
### Releases
21-
- [PyPI v0.1.0-beta.2] https://pypi.org/project/glean/0.1.0-beta.2 - .
21+
- [PyPI v0.1.0-beta.2] https://pypi.org/project/glean/0.1.0-beta.2 - .
22+
23+
## 2025-05-06 16:29:58
24+
### Changes
25+
Based on:
26+
- OpenAPI Doc
27+
- Speakeasy CLI 1.542.3 (2.597.9) https://github.com/speakeasy-api/speakeasy
28+
### Generated
29+
- [python v0.2.0] .
30+
### Releases
31+
- [PyPI v0.2.0] https://pypi.org/project/glean/0.2.0 - .

β€Ždocs/models/calendarevent.mdβ€Ž

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -17,5 +17,6 @@ A generic, light-weight calendar event.
1717
| `description` | *Optional[str]* | :heavy_minus_sign: | The HTML description of the event. |
1818
| `datasource` | *Optional[str]* | :heavy_minus_sign: | The app or other repository type from which the event was extracted |
1919
| `has_transcript` | *Optional[bool]* | :heavy_minus_sign: | The event has a transcript associated with it enabling features like summarization |
20+
| `transcript_url` | *Optional[str]* | :heavy_minus_sign: | A link to the transcript of the event |
2021
| `classifications` | List[[models.EventClassification](../models/eventclassification.md)] | :heavy_minus_sign: | N/A |
2122
| `generated_attachments` | List[[models.GeneratedAttachment](../models/generatedattachment.md)] | :heavy_minus_sign: | N/A |

β€Ž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.1.0-beta.2"
3+
version = "0.2.0"
44
description = "Python Client SDK Generated by Speakeasy."
55
authors = [{ name = "Glean Technologies, Inc." }]
66
readme = "README-PYPI.md"

β€Žsrc/glean/_version.pyβ€Ž

Lines changed: 2 additions & 2 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.1.0-beta.2"
6+
__version__: str = "0.2.0"
77
__openapi_doc_version__: str = "0.9.0"
88
__gen_version__: str = "2.597.9"
9-
__user_agent__: str = "speakeasy-sdk/python 0.1.0-beta.2 2.597.9 0.9.0 glean"
9+
__user_agent__: str = "speakeasy-sdk/python 0.2.0 2.597.9 0.9.0 glean"
1010

1111
try:
1212
if __package__ is not None:

β€Žsrc/glean/models/calendarevent.pyβ€Ž

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -40,6 +40,8 @@ class CalendarEventTypedDict(TypedDict):
4040
r"""The app or other repository type from which the event was extracted"""
4141
has_transcript: NotRequired[bool]
4242
r"""The event has a transcript associated with it enabling features like summarization"""
43+
transcript_url: NotRequired[str]
44+
r"""A link to the transcript of the event"""
4345
classifications: NotRequired[List[EventClassificationTypedDict]]
4446
generated_attachments: NotRequired[List[GeneratedAttachmentTypedDict]]
4547

@@ -80,6 +82,11 @@ class CalendarEvent(BaseModel):
8082
)
8183
r"""The event has a transcript associated with it enabling features like summarization"""
8284

85+
transcript_url: Annotated[Optional[str], pydantic.Field(alias="transcriptUrl")] = (
86+
None
87+
)
88+
r"""A link to the transcript of the event"""
89+
8390
classifications: Optional[List[EventClassification]] = None
8491

8592
generated_attachments: Annotated[

β€Žtests/mockserver/internal/sdk/models/components/calendarevent.goβ€Ž

Lines changed: 10 additions & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

0 commit comments

Comments
Β (0)