Skip to content

Commit 5f74abc

Browse files
committed
ci: regenerated with OpenAPI Doc , Speakeasy CLI 1.531.0
1 parent eed26d6 commit 5f74abc

30 files changed

+216
-58
lines changed

.speakeasy/gen.lock

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,12 +1,12 @@
11
lockVersion: 2.0.0
22
id: fd34e2fb-ef13-41ac-aee3-a7cff2be8de7
33
management:
4-
docChecksum: 1a9c495ccbf270959d0c2b4f64f94ef4
4+
docChecksum: 54f075a8fa880449b762e111753d31ee
55
docVersion: "2.0"
66
speakeasyVersion: 1.531.0
77
generationVersion: 2.568.2
8-
releaseVersion: 3.3.7
9-
configChecksum: 339b77e3ed48e8436448d53461dc70c2
8+
releaseVersion: 3.3.8
9+
configChecksum: 00eba605dca0361079952d10d818b45a
1010
repoURL: https://github.com/orq-ai/orq-python.git
1111
installationURL: https://github.com/orq-ai/orq-python.git
1212
published: true

.speakeasy/workflow.lock

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -10,11 +10,11 @@ sources:
1010
- "2.0"
1111
orq-ai-sdk-python:
1212
sourceNamespace: orq-ai-sdk-python
13-
sourceRevisionDigest: sha256:87f5f6730a56c7c5d5f1e3a505de5b571407b9ebb111776d32d2893fad68b144
14-
sourceBlobDigest: sha256:d1e58ead92177e33691b698d2cfe66c14a9a3f879007d245c4a0a7a6d2cc94ad
13+
sourceRevisionDigest: sha256:4e08f35df628e705533839271c7e75d12bd4ed561af41bf3aa6a602339f959fe
14+
sourceBlobDigest: sha256:3aa54e4881fb7520d378299572fec7632321b6c1080bcde4c19a32e51188dfe7
1515
tags:
1616
- latest
17-
- speakeasy-sdk-regen-1744145962
17+
- speakeasy-sdk-regen-1744181940
1818
- "2.0"
1919
targets:
2020
orq-ai-sdk-prerelease-python:
@@ -27,10 +27,10 @@ targets:
2727
orq-ai-sdk-python:
2828
source: orq-ai-sdk-python
2929
sourceNamespace: orq-ai-sdk-python
30-
sourceRevisionDigest: sha256:87f5f6730a56c7c5d5f1e3a505de5b571407b9ebb111776d32d2893fad68b144
31-
sourceBlobDigest: sha256:d1e58ead92177e33691b698d2cfe66c14a9a3f879007d245c4a0a7a6d2cc94ad
30+
sourceRevisionDigest: sha256:4e08f35df628e705533839271c7e75d12bd4ed561af41bf3aa6a602339f959fe
31+
sourceBlobDigest: sha256:3aa54e4881fb7520d378299572fec7632321b6c1080bcde4c19a32e51188dfe7
3232
codeSamplesNamespace: orq-ai-sdk-python-code-samples
33-
codeSamplesRevisionDigest: sha256:32adc96b2e788575f081ae98a0b02c1527315fa37851da678a3bf71c407cb560
33+
codeSamplesRevisionDigest: sha256:9de29a39f67778750763d9b15fdd8f420a777578c426f4f1853a4559379a8232
3434
workflow:
3535
workflowVersion: 1.0.0
3636
speakeasyVersion: latest

RELEASES.md

Lines changed: 11 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -298,4 +298,14 @@ Based on:
298298
### Generated
299299
- [python v3.3.7] .
300300
### Releases
301-
- [PyPI v3.3.7] https://pypi.org/project/orq-ai-sdk/3.3.7 - .
301+
- [PyPI v3.3.7] https://pypi.org/project/orq-ai-sdk/3.3.7 - .
302+
303+
## 2025-04-09 06:58:41
304+
### Changes
305+
Based on:
306+
- OpenAPI Doc
307+
- Speakeasy CLI 1.531.0 (2.568.2) https://github.com/speakeasy-api/speakeasy
308+
### Generated
309+
- [python v3.3.8] .
310+
### Releases
311+
- [PyPI v3.3.8] https://pypi.org/project/orq-ai-sdk/3.3.8 - .

docs/models/createchunkresponsebody.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -12,5 +12,5 @@
1212
| `status` | [models.CreateChunkStatus](../models/createchunkstatus.md) | :heavy_check_mark: | The status of the chunk |
1313
| `created` | *str* | :heavy_check_mark: | The date and time the chunk was created |
1414
| `updated` | *str* | :heavy_check_mark: | The date and time the chunk was updated |
15-
| `created_by_id` | *Optional[str]* | :heavy_minus_sign: | The unique identifier of the user who created the chunk |
16-
| `update_by_id` | *Optional[str]* | :heavy_minus_sign: | The unique identifier of the user who updated the chunk |
15+
| `created_by_id` | *OptionalNullable[str]* | :heavy_minus_sign: | The unique identifier of the user who created the chunk |
16+
| `update_by_id` | *OptionalNullable[str]* | :heavy_minus_sign: | The unique identifier of the user who updated the chunk |

docs/models/getonechunkresponsebody.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -14,5 +14,5 @@ Chunk successfully retrieved
1414
| `status` | [models.GetOneChunkStatus](../models/getonechunkstatus.md) | :heavy_check_mark: | The status of the chunk |
1515
| `created` | *str* | :heavy_check_mark: | The date and time the chunk was created |
1616
| `updated` | *str* | :heavy_check_mark: | The date and time the chunk was updated |
17-
| `created_by_id` | *Optional[str]* | :heavy_minus_sign: | The unique identifier of the user who created the chunk |
18-
| `update_by_id` | *Optional[str]* | :heavy_minus_sign: | The unique identifier of the user who updated the chunk |
17+
| `created_by_id` | *OptionalNullable[str]* | :heavy_minus_sign: | The unique identifier of the user who created the chunk |
18+
| `update_by_id` | *OptionalNullable[str]* | :heavy_minus_sign: | The unique identifier of the user who updated the chunk |

docs/models/listchunksdata.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -12,5 +12,5 @@
1212
| `status` | [models.ListChunksStatus](../models/listchunksstatus.md) | :heavy_check_mark: | The status of the chunk |
1313
| `created` | *str* | :heavy_check_mark: | The date and time the chunk was created |
1414
| `updated` | *str* | :heavy_check_mark: | The date and time the chunk was updated |
15-
| `created_by_id` | *Optional[str]* | :heavy_minus_sign: | The unique identifier of the user who created the chunk |
16-
| `update_by_id` | *Optional[str]* | :heavy_minus_sign: | The unique identifier of the user who updated the chunk |
15+
| `created_by_id` | *OptionalNullable[str]* | :heavy_minus_sign: | The unique identifier of the user who created the chunk |
16+
| `update_by_id` | *OptionalNullable[str]* | :heavy_minus_sign: | The unique identifier of the user who updated the chunk |

docs/models/updatechunkresponsebody.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -14,5 +14,5 @@ Chunk successfully updated
1414
| `status` | [models.UpdateChunkStatus](../models/updatechunkstatus.md) | :heavy_check_mark: | The status of the chunk |
1515
| `created` | *str* | :heavy_check_mark: | The date and time the chunk was created |
1616
| `updated` | *str* | :heavy_check_mark: | The date and time the chunk was updated |
17-
| `created_by_id` | *Optional[str]* | :heavy_minus_sign: | The unique identifier of the user who created the chunk |
18-
| `update_by_id` | *Optional[str]* | :heavy_minus_sign: | The unique identifier of the user who updated the chunk |
17+
| `created_by_id` | *OptionalNullable[str]* | :heavy_minus_sign: | The unique identifier of the user who created the chunk |
18+
| `update_by_id` | *OptionalNullable[str]* | :heavy_minus_sign: | The unique identifier of the user who updated the chunk |

pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[project]
22
name = "orq-ai-sdk"
3-
version = "3.3.7"
3+
version = "3.3.8"
44
description = "Python Client SDK for the Orq API."
55
authors = [{ name = "Orq" },]
66
readme = "README-PYPI.md"

src/orq_ai_sdk/_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 = "orq-ai-sdk"
6-
__version__: str = "3.3.7"
6+
__version__: str = "3.3.8"
77
__openapi_doc_version__: str = "2.0"
88
__gen_version__: str = "2.568.2"
9-
__user_agent__: str = "speakeasy-sdk/python 3.3.7 2.568.2 2.0 orq-ai-sdk"
9+
__user_agent__: str = "speakeasy-sdk/python 3.3.8 2.568.2 2.0 orq-ai-sdk"
1010

1111
try:
1212
if __package__ is not None:

src/orq_ai_sdk/models/bulkcreatedatapointsop.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -387,5 +387,5 @@ class ResponseBody(BaseModel):
387387
created: Optional[datetime] = None
388388
r"""The date and time the resource was created"""
389389

390-
updated: Optional[datetime] = dateutil.parser.isoparse("2025-04-08T20:57:32.878Z")
390+
updated: Optional[datetime] = dateutil.parser.isoparse("2025-04-09T06:57:16.333Z")
391391
r"""The date and time the resource was last updated"""

0 commit comments

Comments
 (0)