Skip to content

Commit 485170b

Browse files
committed
ci: regenerated with OpenAPI Doc , Speakeasy CLI 1.675.4
1 parent e032879 commit 485170b

File tree

8 files changed

+38
-30
lines changed

8 files changed

+38
-30
lines changed

.speakeasy/gen.lock

Lines changed: 12 additions & 12 deletions
Original file line numberDiff line numberDiff line change
@@ -1,19 +1,19 @@
11
lockVersion: 2.0.0
22
id: 3e3290ca-0ee8-4981-b1bc-14536048fa63
33
management:
4-
docChecksum: 74646e230b3f40b8ae92d641bbb73b26
4+
docChecksum: e51765f583cdbb817d569a85a6965844
55
docVersion: 0.9.0
66
speakeasyVersion: 1.675.4
77
generationVersion: 2.779.2
8-
releaseVersion: 0.11.24
9-
configChecksum: a044a31fd8d5216cd834231a60cde29c
8+
releaseVersion: 0.11.25
9+
configChecksum: eeecb9b00ada03322b4c87d8ec90db91
1010
repoURL: https://github.com/gleanwork/api-client-python.git
1111
installationURL: https://github.com/gleanwork/api-client-python.git
1212
published: true
1313
persistentEdits:
14-
generation_id: ee309897-aec1-4317-88f5-3dff4d49c3cc
15-
pristine_commit_hash: e5668951d13674dd22a14b067aaa6e4edf5ce61d
16-
pristine_tree_hash: 364495821dc525d169bc8c0970f66b60822ff04c
14+
generation_id: c17c81ec-d22a-4acf-9e5e-dbc68e2f0d33
15+
pristine_commit_hash: c0779bf1953e8f4cc5014a635873d59280f18b21
16+
pristine_tree_hash: 18d43196f354cb58cf2cd1100fb14042547a63c1
1717
features:
1818
python:
1919
additionalDependencies: 1.0.0
@@ -2611,8 +2611,8 @@ trackedFiles:
26112611
pristine_git_object: 8e34b78a71b8bb97bad6dea99d0f791beb134e5b
26122612
pyproject.toml:
26132613
id: 5d07e7d72637
2614-
last_write_checksum: sha1:c7bf6c95b6765eb1d21e5a312941ed3a187827cd
2615-
pristine_git_object: 8c199aae928ee4debecc67433e11d55d8b025b26
2614+
last_write_checksum: sha1:5e9a1c86cdbf59f5853a8ff79c448cab1b21a33c
2615+
pristine_git_object: 74e7a505ae169183c934b33ef1e3550bbd93a903
26162616
scripts/prepare_readme.py:
26172617
id: e0c5957a6035
26182618
last_write_checksum: sha1:c2c83f71dea61eb50c9e05da83b16d18b4da8794
@@ -2639,8 +2639,8 @@ trackedFiles:
26392639
pristine_git_object: 58c4d70ac1797b86ff5c4237cafbc344c42d8f64
26402640
src/glean/api_client/_version.py:
26412641
id: 0ce22b26136b
2642-
last_write_checksum: sha1:7f37552299f470bd24d55bc45e65eebfa6ab51bb
2643-
pristine_git_object: 32953e133b21396c657d5a85c2c8d534ac9505a5
2642+
last_write_checksum: sha1:30abb718971de47ac189a7bd4cb7e7aad5c010ce
2643+
pristine_git_object: 54635c2e1ffa97430bf82ab8d4db3a8e77e1512d
26442644
src/glean/api_client/agents.py:
26452645
id: b925701a9217
26462646
last_write_checksum: sha1:56f1329fbf799ea92ed30229d4ed2404666d455d
@@ -6255,8 +6255,8 @@ trackedFiles:
62556255
pristine_git_object: df2944ebda36db652b2770dd1c23be83df90fc99
62566256
tests/test_summarize.py:
62576257
id: a255d8a6f627
6258-
last_write_checksum: sha1:6383d6969c6f1bf1832e5ace511e5c2ffaa6d86f
6259-
pristine_git_object: cac8e9788f25fda1ff78bd2e3e36917319145e82
6258+
last_write_checksum: sha1:4f50b660d414adea1d509dfc957eb74a12654ee4
6259+
pristine_git_object: 63b4eb8541c2b110dab6dda746fef9ac074611f1
62606260
tests/test_tools.py:
62616261
id: 70889bdf7321
62626262
last_write_checksum: sha1:3c0c220f8975b050c322f6475e95f7af4e65b995

.speakeasy/gen.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -31,7 +31,7 @@ generation:
3131
generateNewTests: true
3232
skipResponseBodyAssertions: true
3333
python:
34-
version: 0.11.24
34+
version: 0.11.25
3535
additionalDependencies:
3636
dev: {}
3737
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: 2716d99b958fa0dbf1a48290203cb28f43c37a92
5+
x-source-commit-sha: 648b408ced290425b9685d79d77ff8d6d1107db6
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: ecce1959afb4701947e853c482ed77ed6743e643
25+
x-open-api-commit-sha: 6554831849ccd1aa258e3a1007cdcb2e36bf817d
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
@@ -2,11 +2,11 @@ speakeasyVersion: 1.675.4
22
sources:
33
Glean API:
44
sourceNamespace: glean-api-specs
5-
sourceRevisionDigest: sha256:cf8e5c9ddb51d4048054a3fd1d50321965893416a776cc9a328031075305918c
6-
sourceBlobDigest: sha256:c3c7966652dafb9a4cd580555d5b9d13a43ab4f198e2693485bdb5cc46094d3b
5+
sourceRevisionDigest: sha256:c4e99f471e4676b65142b75a266bd8e29df85e39dee3be5db91642c24512b101
6+
sourceBlobDigest: sha256:c2774338d3d6c41e1451eecce71b5cb540ec5044dcac2cc9d191c2a48e5a5874
77
tags:
88
- latest
9-
- speakeasy-sdk-regen-1765404408
9+
- speakeasy-sdk-regen-1765503976
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:cf8e5c9ddb51d4048054a3fd1d50321965893416a776cc9a328031075305918c
21-
sourceBlobDigest: sha256:c3c7966652dafb9a4cd580555d5b9d13a43ab4f198e2693485bdb5cc46094d3b
20+
sourceRevisionDigest: sha256:c4e99f471e4676b65142b75a266bd8e29df85e39dee3be5db91642c24512b101
21+
sourceBlobDigest: sha256:c2774338d3d6c41e1451eecce71b5cb540ec5044dcac2cc9d191c2a48e5a5874
2222
codeSamplesNamespace: glean-api-specs-python-code-samples
23-
codeSamplesRevisionDigest: sha256:6e1a381d6755237eca46e861e59ef413a5f956a8b35bb4402b6d3e0ec478ea3b
23+
codeSamplesRevisionDigest: sha256:f411ba167f9247fde5f4d1684411db4c43e5c04dcdcf5a631b904551a5fed7b1
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
@@ -468,4 +468,14 @@ Based on:
468468
### Generated
469469
- [python v0.11.24] .
470470
### Releases
471-
- [PyPI v0.11.24] https://pypi.org/project/glean-api-client/0.11.24 - .
471+
- [PyPI v0.11.24] https://pypi.org/project/glean-api-client/0.11.24 - .
472+
473+
## 2025-12-12 01:45:50
474+
### Changes
475+
Based on:
476+
- OpenAPI Doc
477+
- Speakeasy CLI 1.675.4 (2.779.2) https://github.com/speakeasy-api/speakeasy
478+
### Generated
479+
- [python v0.11.25] .
480+
### Releases
481+
- [PyPI v0.11.25] https://pypi.org/project/glean-api-client/0.11.25 - .

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.11.24"
4+
version = "0.11.25"
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.11.24"
6+
__version__: str = "0.11.25"
77
__openapi_doc_version__: str = "0.9.0"
88
__gen_version__: str = "2.779.2"
9-
__user_agent__: str = "speakeasy-sdk/python 0.11.24 2.779.2 0.9.0 glean-api-client"
9+
__user_agent__: str = "speakeasy-sdk/python 0.11.25 2.779.2 0.9.0 glean-api-client"
1010

1111
try:
1212
if __package__ is not None:

tests/test_summarize.py

Lines changed: 3 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
"""Code generated by Speakeasy (https://speakeasy.com). DO NOT EDIT."""
22

3-
from glean.api_client import Glean, models
3+
from glean.api_client import Glean
44
import os
55
from tests.test_client import create_test_http_client
66

@@ -18,12 +18,10 @@ def test_summarize_summarize():
1818
res = glean.client.documents.summarize(
1919
document_specs=[
2020
{
21-
"ugc_type": models.DocumentSpecUgcType1.SHORTCUTS,
22-
"content_id": 602763,
21+
"url": "https://dim-glider.com/",
2322
},
2423
{
25-
"ugc_type": models.DocumentSpecUgcType1.SHORTCUTS,
26-
"content_id": 602763,
24+
"id": "<id>",
2725
},
2826
]
2927
)

0 commit comments

Comments
 (0)