Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
18 changes: 9 additions & 9 deletions .speakeasy/gen.lock
Original file line number Diff line number Diff line change
Expand Up @@ -5,15 +5,15 @@ management:
docVersion: 1.0.0
speakeasyVersion: 1.796.2
generationVersion: 2.933.0
releaseVersion: 1.1.12
configChecksum: b1c9ee298a15ce494f839de0f68eb415
releaseVersion: 1.1.13
configChecksum: db8d9556decf98286185cfa101e71c6f
repoURL: https://github.com/TextQLLabs/textql-python-v3.git
installationURL: https://github.com/TextQLLabs/textql-python-v3.git
published: true
persistentEdits:
generation_id: a89376a5-47d6-43e2-a658-0f754e54ff10
pristine_commit_hash: c3cc35d831bbd0953cbe5d707edac7618950596b
pristine_tree_hash: 782663374a7b63cf49e3235b9e0bb65e41d7c155
generation_id: bbd945dc-5bcc-4546-8f7b-07c680491546
pristine_commit_hash: 3c164eddeec6824005dfb537c8167f0a90e8cbeb
pristine_tree_hash: bf3d1658cabbdaa5dc6c162fee2cce096d4d2811
features:
python:
additionalDependencies: 1.1.0
Expand Down Expand Up @@ -9847,8 +9847,8 @@ trackedFiles:
pristine_git_object: d45dd3dfed8f57c8dde47774f645a4eb9575ba90
pyproject.toml:
id: 5d07e7d72637
last_write_checksum: sha1:6993de06ee531a2e75b4055b5f6ee55dc01716de
pristine_git_object: 8beae5e2262a2a95534454dbc009cefa46d7ce27
last_write_checksum: sha1:128bad9f7ce1711b3dda3cc9f13416a26b386c6d
pristine_git_object: 69e1c680812b311c47141313c835d76cd58f7beb
scripts/prepare_readme.py:
id: e0c5957a6035
last_write_checksum: sha1:d5a0f1ce09f7b890340fdb6f26345fce7dc9a70d
Expand All @@ -9875,8 +9875,8 @@ trackedFiles:
pristine_git_object: a9e63d694ae036ae9a43efc262dd124a2e1062e7
src/textql_sdk/_version.py:
id: "226928447e58"
last_write_checksum: sha1:a1cac67d99038330cec9bda53a59357327fa9916
pristine_git_object: 194cb10c011ee601f151153b52b72d431be7924f
last_write_checksum: sha1:b7225d0ec9d1a74a98e25c776290631c6a94c858
pristine_git_object: 4d7bdf75b00e442c0d51cdb950043aead32c7d1b
src/textql_sdk/agents.py:
id: 4ff492529583
last_write_checksum: sha1:865c3c9444ec0da3e0805e7079a5004099ac0dc8
Expand Down
2 changes: 1 addition & 1 deletion .speakeasy/gen.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,7 @@ generation:
generateNewTests: true
skipResponseBodyAssertions: false
python:
version: 1.1.12
version: 1.1.13
additionalDependencies:
dev:
types-protobuf: '>=6.31'
Expand Down
2 changes: 1 addition & 1 deletion .speakeasy/workflow.lock
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ targets:
sourceRevisionDigest: sha256:f469b9e218b1ac1dd9c93ee7e9f94b8ae5e498425352ce05e06c8b823f7794e7
sourceBlobDigest: sha256:913830a2212188362c58685f32d2259fd108b9e260649ad9b2de34f8a9274ebf
codeSamplesNamespace: textql-api-python-code-samples
codeSamplesRevisionDigest: sha256:656090075df8e057316a53ebf5c7d69ffad6c178144cb7afcf0190f010579bca
codeSamplesRevisionDigest: sha256:df8d8ae73b24f0a1ce5e8702d16c1f52a17f2c99221154abd809d2306e1ef47f
workflow:
workflowVersion: 1.0.0
speakeasyVersion: latest
Expand Down
12 changes: 11 additions & 1 deletion RELEASES.md
Original file line number Diff line number Diff line change
Expand Up @@ -358,4 +358,14 @@ Based on:
### Generated
- [python v1.1.12] .
### Releases
- [PyPI v1.1.12] https://pypi.org/project/textql-sdk/1.1.12 - .
- [PyPI v1.1.12] https://pypi.org/project/textql-sdk/1.1.12 - .

## 2026-08-31 23:21:54
### Changes
Based on:
- OpenAPI Doc
- Speakeasy CLI 1.796.2 (2.933.0) https://github.com/speakeasy-api/speakeasy
### Generated
- [python v1.1.13] .
### Releases
- [PyPI v1.1.13] https://pypi.org/project/textql-sdk/1.1.13 - .
2 changes: 1 addition & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[project]
name = "textql-sdk"
version = "1.1.12"
version = "1.1.13"
description = "Python Client SDK Generated by Speakeasy."
authors = [{ name = "Speakeasy" },]
readme = "README-PYPI.md"
Expand Down
4 changes: 2 additions & 2 deletions src/textql_sdk/_version.py
Original file line number Diff line number Diff line change
Expand Up @@ -3,10 +3,10 @@
import importlib.metadata

__title__: str = "textql-sdk"
__version__: str = "1.1.12"
__version__: str = "1.1.13"
__openapi_doc_version__: str = "1.0.0"
__gen_version__: str = "2.933.0"
__user_agent__: str = "speakeasy-sdk/python 1.1.12 2.933.0 1.0.0 textql-sdk"
__user_agent__: str = "speakeasy-sdk/python 1.1.13 2.933.0 1.0.0 textql-sdk"

try:
if __package__ is not None:
Expand Down
2 changes: 1 addition & 1 deletion uv.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.