Skip to content

Commit b6caab7

Browse files
committed
ci: regenerated with OpenAPI Doc , Speakeasy CLI 1.531.0
1 parent f04f8ff commit b6caab7

26 files changed

+68
-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: 695fc181379d25a1cd5f909011fd114d
4+
docChecksum: 1a9c495ccbf270959d0c2b4f64f94ef4
55
docVersion: "2.0"
66
speakeasyVersion: 1.531.0
77
generationVersion: 2.568.2
8-
releaseVersion: 3.3.6
9-
configChecksum: c6efc9e692e5fbb56b0c3e420c2228aa
8+
releaseVersion: 3.3.7
9+
configChecksum: 339b77e3ed48e8436448d53461dc70c2
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:5c4e89224d451ab1bf13f85e0f878a23548e00a77b9182135719a9b739f2554c
14-
sourceBlobDigest: sha256:163adf7c10fdd28335339beaf7b11b3dcda96a2ea84038456e4674420b1e69aa
13+
sourceRevisionDigest: sha256:87f5f6730a56c7c5d5f1e3a505de5b571407b9ebb111776d32d2893fad68b144
14+
sourceBlobDigest: sha256:d1e58ead92177e33691b698d2cfe66c14a9a3f879007d245c4a0a7a6d2cc94ad
1515
tags:
1616
- latest
17-
- speakeasy-sdk-regen-1744097272
17+
- speakeasy-sdk-regen-1744145962
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:5c4e89224d451ab1bf13f85e0f878a23548e00a77b9182135719a9b739f2554c
31-
sourceBlobDigest: sha256:163adf7c10fdd28335339beaf7b11b3dcda96a2ea84038456e4674420b1e69aa
30+
sourceRevisionDigest: sha256:87f5f6730a56c7c5d5f1e3a505de5b571407b9ebb111776d32d2893fad68b144
31+
sourceBlobDigest: sha256:d1e58ead92177e33691b698d2cfe66c14a9a3f879007d245c4a0a7a6d2cc94ad
3232
codeSamplesNamespace: orq-ai-sdk-python-code-samples
33-
codeSamplesRevisionDigest: sha256:b108f2c7ab7a631a63f68fea9bd6f9edb7d4449e0a07ee914ab5c0aa12fa2677
33+
codeSamplesRevisionDigest: sha256:32adc96b2e788575f081ae98a0b02c1527315fa37851da678a3bf71c407cb560
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
@@ -288,4 +288,14 @@ Based on:
288288
### Generated
289289
- [python v3.3.6] .
290290
### Releases
291-
- [PyPI v3.3.6] https://pypi.org/project/orq-ai-sdk/3.3.6 - .
291+
- [PyPI v3.3.6] https://pypi.org/project/orq-ai-sdk/3.3.6 - .
292+
293+
## 2025-04-08 20:59:04
294+
### Changes
295+
Based on:
296+
- OpenAPI Doc
297+
- Speakeasy CLI 1.531.0 (2.568.2) https://github.com/speakeasy-api/speakeasy
298+
### Generated
299+
- [python v3.3.7] .
300+
### Releases
301+
- [PyPI v3.3.7] https://pypi.org/project/orq-ai-sdk/3.3.7 - .

docs/models/createdatasourceresponsebody.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ Datasource successfully created
1414
| `file_id` | *OptionalNullable[str]* | :heavy_minus_sign: | The unique identifier of the file used to create the datasource. |
1515
| `created` | *str* | :heavy_check_mark: | The date and time the datasource was created |
1616
| `updated` | *str* | :heavy_check_mark: | The date and time the datasource was updated |
17-
| `created_by_id` | *Optional[str]* | :heavy_minus_sign: | The id of the resource |
18-
| `update_by_id` | *Optional[str]* | :heavy_minus_sign: | The id of the resource |
17+
| `created_by_id` | *OptionalNullable[str]* | :heavy_minus_sign: | The id of the resource |
18+
| `update_by_id` | *OptionalNullable[str]* | :heavy_minus_sign: | The id of the resource |
1919
| `knowledge_id` | *str* | :heavy_check_mark: | The unique identifier of the knowledge base |
2020
| `chunks_count` | *float* | :heavy_check_mark: | The number of chunks in the datasource |

docs/models/listdatasourcesdata.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@
1212
| `file_id` | *OptionalNullable[str]* | :heavy_minus_sign: | The unique identifier of the file used to create the datasource. |
1313
| `created` | *str* | :heavy_check_mark: | The date and time the datasource was created |
1414
| `updated` | *str* | :heavy_check_mark: | The date and time the datasource was updated |
15-
| `created_by_id` | *Optional[str]* | :heavy_minus_sign: | The id of the resource |
16-
| `update_by_id` | *Optional[str]* | :heavy_minus_sign: | The id of the resource |
15+
| `created_by_id` | *OptionalNullable[str]* | :heavy_minus_sign: | The id of the resource |
16+
| `update_by_id` | *OptionalNullable[str]* | :heavy_minus_sign: | The id of the resource |
1717
| `knowledge_id` | *str* | :heavy_check_mark: | The unique identifier of the knowledge base |
1818
| `chunks_count` | *float* | :heavy_check_mark: | The number of chunks in the datasource |

docs/models/retrievedatasourceresponsebody.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ Datasource successfully retrieved
1414
| `file_id` | *OptionalNullable[str]* | :heavy_minus_sign: | The unique identifier of the file used to create the datasource. |
1515
| `created` | *str* | :heavy_check_mark: | The date and time the datasource was created |
1616
| `updated` | *str* | :heavy_check_mark: | The date and time the datasource was updated |
17-
| `created_by_id` | *Optional[str]* | :heavy_minus_sign: | The id of the resource |
18-
| `update_by_id` | *Optional[str]* | :heavy_minus_sign: | The id of the resource |
17+
| `created_by_id` | *OptionalNullable[str]* | :heavy_minus_sign: | The id of the resource |
18+
| `update_by_id` | *OptionalNullable[str]* | :heavy_minus_sign: | The id of the resource |
1919
| `knowledge_id` | *str* | :heavy_check_mark: | The unique identifier of the knowledge base |
2020
| `chunks_count` | *float* | :heavy_check_mark: | The number of chunks in the datasource |

docs/models/updatedatasourceresponsebody.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ Datasource successfully updated
1414
| `file_id` | *OptionalNullable[str]* | :heavy_minus_sign: | The unique identifier of the file used to create the datasource. |
1515
| `created` | *str* | :heavy_check_mark: | The date and time the datasource was created |
1616
| `updated` | *str* | :heavy_check_mark: | The date and time the datasource was updated |
17-
| `created_by_id` | *Optional[str]* | :heavy_minus_sign: | The id of the resource |
18-
| `update_by_id` | *Optional[str]* | :heavy_minus_sign: | The id of the resource |
17+
| `created_by_id` | *OptionalNullable[str]* | :heavy_minus_sign: | The id of the resource |
18+
| `update_by_id` | *OptionalNullable[str]* | :heavy_minus_sign: | The id of the resource |
1919
| `knowledge_id` | *str* | :heavy_check_mark: | The unique identifier of the knowledge base |
2020
| `chunks_count` | *float* | :heavy_check_mark: | The number of chunks in the datasource |

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.6"
3+
version = "3.3.7"
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.6"
6+
__version__: str = "3.3.7"
77
__openapi_doc_version__: str = "2.0"
88
__gen_version__: str = "2.568.2"
9-
__user_agent__: str = "speakeasy-sdk/python 3.3.6 2.568.2 2.0 orq-ai-sdk"
9+
__user_agent__: str = "speakeasy-sdk/python 3.3.7 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-08T07:26:02.282Z")
390+
updated: Optional[datetime] = dateutil.parser.isoparse("2025-04-08T20:57:32.878Z")
391391
r"""The date and time the resource was last updated"""

0 commit comments

Comments
 (0)