ci: regenerated with OpenAPI Doc , Speakeasy CLI 1.755.1 · gleanwork/api-client-python@7710102 · GitHub
Skip to content

Commit 7710102

Browse files
committed
ci: regenerated with OpenAPI Doc , Speakeasy CLI 1.755.1
1 parent 789c7ea commit 7710102

8 files changed

Lines changed: 39 additions & 30 deletions

File tree

.speakeasy/gen.lock

Lines changed: 13 additions & 14 deletions

.speakeasy/gen.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -34,7 +34,7 @@ generation:
3434
generateNewTests: true
3535
skipResponseBodyAssertions: true
3636
python:
37-
version: 0.12.11
37+
version: 0.12.12
3838
additionalDependencies:
3939
dev: {}
4040
main: {}

.speakeasy/glean-merged-spec.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@ openapi: 3.0.0
22
info:
33
version: 0.9.0
44
title: Glean API
5-
x-source-commit-sha: 7a7b088ee2579f06e8c75700cf68d3021ff77c5f
5+
x-source-commit-sha: 6b660e03c4bbab898ce5b702b838752054fd8bee
66
description: |
77
# Introduction
88
In addition to the data sources that Glean has built-in support for, Glean also provides a REST API that enables customers to put arbitrary content in the search index. This is useful, for example, for doing permissions-aware search over content in internal tools that reside on-prem as well as for searching over applications that Glean does not currently support first class. In addition these APIs allow the customer to push organization data (people info, organization structure etc) into Glean.
@@ -22,7 +22,7 @@ info:
2222
These API clients provide type-safe, idiomatic interfaces for working with Glean IndexingAPIs in your language of choice.
2323
x-logo:
2424
url: https://app.glean.com/images/glean-text2.svg
25-
x-open-api-commit-sha: b44ae5cd8ae20dd697ad17378df510a0c3f6d340
25+
x-open-api-commit-sha: 5200df2ebea09dd3da02c3dd2ac42f3a7f6dd993
2626
x-speakeasy-name: 'Glean API'
2727
servers:
2828
- url: https://{instance}-be.glean.com

.speakeasy/workflow.lock

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,9 @@
1-
speakeasyVersion: 1.755.0
1+
speakeasyVersion: 1.755.1
22
sources:
33
Glean API:
44
sourceNamespace: glean-api-specs
5-
sourceRevisionDigest: sha256:db4d1b0e0b2d0d7f2a68642d8f04dd9235db9277c46ea9ae836bb9e3ff77b732
6-
sourceBlobDigest: sha256:40e4b60b39db239ee858446a99a1816379c1b7dc19397d3947bd27588a5a3e8d
5+
sourceRevisionDigest: sha256:9a5eeaa82d7740b6764d9b74e10217b9bc7282704b0b17e2ddab8f6925cb1755
6+
sourceBlobDigest: sha256:1f0aab3c3c530460eebfbaccbd0d875e36074178eb1590e239ed3a0b6074bad6
77
tags:
88
- latest
99
Glean Client API:
@@ -16,10 +16,10 @@ targets:
1616
glean:
1717
source: Glean API
1818
sourceNamespace: glean-api-specs
19-
sourceRevisionDigest: sha256:db4d1b0e0b2d0d7f2a68642d8f04dd9235db9277c46ea9ae836bb9e3ff77b732
20-
sourceBlobDigest: sha256:40e4b60b39db239ee858446a99a1816379c1b7dc19397d3947bd27588a5a3e8d
19+
sourceRevisionDigest: sha256:9a5eeaa82d7740b6764d9b74e10217b9bc7282704b0b17e2ddab8f6925cb1755
20+
sourceBlobDigest: sha256:1f0aab3c3c530460eebfbaccbd0d875e36074178eb1590e239ed3a0b6074bad6
2121
codeSamplesNamespace: glean-api-specs-python-code-samples
22-
codeSamplesRevisionDigest: sha256:f4615b6dd347d241e08a8623565822a3000c595656b93a0b0b374f359e7693b6
22+
codeSamplesRevisionDigest: sha256:8202ac5530cb2040803ef3afe45c54133e6d97abca55ab7c9d59e3a4c84bbc8c
2323
workflow:
2424
workflowVersion: 1.0.0
2525
speakeasyVersion: latest

RELEASES.md

Lines changed: 11 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -618,4 +618,14 @@ Based on:
618618
### Generated
619619
- [python v0.12.11] .
620620
### Releases
621-
- [PyPI v0.12.11] https://pypi.org/project/glean-api-client/0.12.11 - .
621+
- [PyPI v0.12.11] https://pypi.org/project/glean-api-client/0.12.11 - .
622+
623+
## 2026-03-17 02:12:41
624+
### Changes
625+
Based on:
626+
- OpenAPI Doc
627+
- Speakeasy CLI 1.755.1 (2.865.2) https://github.com/speakeasy-api/speakeasy
628+
### Generated
629+
- [python v0.12.12] .
630+
### Releases
631+
- [PyPI v0.12.12] https://pypi.org/project/glean-api-client/0.12.12 - .

pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11

22
[project]
33
name = "glean-api-client"
4-
version = "0.12.11"
4+
version = "0.12.12"
55
description = "Python Client SDK Generated by Speakeasy."
66
authors = [{ name = "Glean Technologies, Inc." },]
77
readme = "README-PYPI.md"

src/glean/api_client/_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-api-client"
6-
__version__: str = "0.12.11"
6+
__version__: str = "0.12.12"
77
__openapi_doc_version__: str = "0.9.0"
88
__gen_version__: str = "2.865.2"
9-
__user_agent__: str = "speakeasy-sdk/python 0.12.11 2.865.2 0.9.0 glean-api-client"
9+
__user_agent__: str = "speakeasy-sdk/python 0.12.12 2.865.2 0.9.0 glean-api-client"
1010

1111
try:
1212
if __package__ is not None:

tests/test_summarize.py

Lines changed: 3 additions & 3 deletions

0 commit comments

Comments
 (0)