File tree Expand file tree Collapse file tree 22 files changed +40
-30
lines changed Expand file tree Collapse file tree 22 files changed +40
-30
lines changed Original file line number Diff line number Diff line change 1
1
lockVersion: 2.0.0
2
2
id: fd34e2fb-ef13-41ac-aee3-a7cff2be8de7
3
3
management:
4
- docChecksum: 307fceeb986dc5b891d3198ad2238969
4
+ docChecksum: 8b1a2f895764606b4017102af0deed3d
5
5
docVersion: "2.0"
6
6
speakeasyVersion: 1.531.4
7
7
generationVersion: 2.570.4
8
- releaseVersion: 3.3.10
9
- configChecksum: 013cf800772aa4301d6cd3420e1dd878
8
+ releaseVersion: 3.3.12
9
+ configChecksum: 92039495c2466438d5dff380db7809ab
10
10
repoURL: https://github.com/orq-ai/orq-python.git
11
11
installationURL: https://github.com/orq-ai/orq-python.git
12
12
published: true
Original file line number Diff line number Diff line change @@ -10,11 +10,11 @@ sources:
10
10
- "2.0"
11
11
orq-ai-sdk-python:
12
12
sourceNamespace: orq-ai-sdk-python
13
- sourceRevisionDigest: sha256:2ef8e2b7624f2caef22dc0211398a7a51026e0eadb70e9b9b5d0fad7263fca36
14
- sourceBlobDigest: sha256:9fb62cdfd4e1c295f5ce43528410cda20e7a3834675db3afb02bea110f6d06c1
13
+ sourceRevisionDigest: sha256:cf7970f9acb88c92d87e02e3d402325362851007b759fa7e124c15d0bcd9efaa
14
+ sourceBlobDigest: sha256:b8d41c133635a759f9f87e3fce7bdb90cdb0ba4230dc49ca9826a10f35ecad5a
15
15
tags:
16
16
- latest
17
- - speakeasy-sdk-regen-1744535890
17
+ - speakeasy-sdk-regen-1744547157
18
18
- "2.0"
19
19
targets:
20
20
orq-ai-sdk-prerelease-python:
@@ -27,10 +27,10 @@ targets:
27
27
orq-ai-sdk-python:
28
28
source: orq-ai-sdk-python
29
29
sourceNamespace: orq-ai-sdk-python
30
- sourceRevisionDigest: sha256:2ef8e2b7624f2caef22dc0211398a7a51026e0eadb70e9b9b5d0fad7263fca36
31
- sourceBlobDigest: sha256:9fb62cdfd4e1c295f5ce43528410cda20e7a3834675db3afb02bea110f6d06c1
30
+ sourceRevisionDigest: sha256:cf7970f9acb88c92d87e02e3d402325362851007b759fa7e124c15d0bcd9efaa
31
+ sourceBlobDigest: sha256:b8d41c133635a759f9f87e3fce7bdb90cdb0ba4230dc49ca9826a10f35ecad5a
32
32
codeSamplesNamespace: orq-ai-sdk-python-code-samples
33
- codeSamplesRevisionDigest: sha256:de743a48a56468cfcfcdc0eaadb23063e0478e586527ca974577a72ca180f805
33
+ codeSamplesRevisionDigest: sha256:eb1020788eaac19ee31bdb082a2eeb81c2582fe31dbaa16fca6c5513bd5a6a60
34
34
workflow:
35
35
workflowVersion: 1.0.0
36
36
speakeasyVersion: latest
Original file line number Diff line number Diff line change @@ -328,4 +328,14 @@ Based on:
328
328
### Generated
329
329
- [ python v3.3.10] .
330
330
### Releases
331
- - [ PyPI v3.3.10] https://pypi.org/project/orq-ai-sdk/3.3.10 - .
331
+ - [ PyPI v3.3.10] https://pypi.org/project/orq-ai-sdk/3.3.10 - .
332
+
333
+ ## 2025-04-13 12:25:38
334
+ ### Changes
335
+ Based on:
336
+ - OpenAPI Doc
337
+ - Speakeasy CLI 1.531.4 (2.570.4) https://github.com/speakeasy-api/speakeasy
338
+ ### Generated
339
+ - [ python v3.3.12] .
340
+ ### Releases
341
+ - [ PyPI v3.3.12] https://pypi.org/project/orq-ai-sdk/3.3.12 - .
Original file line number Diff line number Diff line change 1
1
[project ]
2
2
name = " orq-ai-sdk"
3
- version = " 3.3.10 "
3
+ version = " 3.3.12 "
4
4
description = " Python Client SDK for the Orq API."
5
5
authors = [{ name = " Orq" },]
6
6
readme = " README-PYPI.md"
Original file line number Diff line number Diff line change 3
3
import importlib .metadata
4
4
5
5
__title__ : str = "orq-ai-sdk"
6
- __version__ : str = "3.3.10 "
6
+ __version__ : str = "3.3.12 "
7
7
__openapi_doc_version__ : str = "2.0"
8
8
__gen_version__ : str = "2.570.4"
9
- __user_agent__ : str = "speakeasy-sdk/python 3.3.10 2.570.4 2.0 orq-ai-sdk"
9
+ __user_agent__ : str = "speakeasy-sdk/python 3.3.12 2.570.4 2.0 orq-ai-sdk"
10
10
11
11
try :
12
12
if __package__ is not None :
Original file line number Diff line number Diff line change @@ -387,5 +387,5 @@ class ResponseBody(BaseModel):
387
387
created : Optional [datetime ] = None
388
388
r"""The date and time the resource was created"""
389
389
390
- updated : Optional [datetime ] = dateutil .parser .isoparse ("2025-04-13T09:16:27.047Z " )
390
+ updated : Optional [datetime ] = dateutil .parser .isoparse ("2025-04-13T12:24:09.786Z " )
391
391
r"""The date and time the resource was last updated"""
Original file line number Diff line number Diff line change @@ -134,7 +134,7 @@ class CreateContactResponseBody(BaseModel):
134
134
created : Optional [datetime ] = None
135
135
r"""The date and time the resource was created"""
136
136
137
- updated : Optional [datetime ] = dateutil .parser .isoparse ("2025-04-13T09:16:27.047Z " )
137
+ updated : Optional [datetime ] = dateutil .parser .isoparse ("2025-04-13T12:24:09.786Z " )
138
138
r"""The date and time the resource was last updated"""
139
139
140
140
@model_serializer (mode = "wrap" )
Original file line number Diff line number Diff line change @@ -380,5 +380,5 @@ class CreateDatasetItemResponseBody(BaseModel):
380
380
created : Optional [datetime ] = None
381
381
r"""The date and time the resource was created"""
382
382
383
- updated : Optional [datetime ] = dateutil .parser .isoparse ("2025-04-13T09:16:27.047Z " )
383
+ updated : Optional [datetime ] = dateutil .parser .isoparse ("2025-04-13T12:24:09.786Z " )
384
384
r"""The date and time the resource was last updated"""
Original file line number Diff line number Diff line change @@ -83,5 +83,5 @@ class CreateDatasetResponseBody(BaseModel):
83
83
created : Optional [datetime ] = None
84
84
r"""The date and time the resource was created"""
85
85
86
- updated : Optional [datetime ] = dateutil .parser .isoparse ("2025-04-13T09:16:27.047Z " )
86
+ updated : Optional [datetime ] = dateutil .parser .isoparse ("2025-04-13T12:24:09.786Z " )
87
87
r"""The date and time the resource was last updated"""
Original file line number Diff line number Diff line change @@ -226,7 +226,7 @@ class CreateDatasourceResponseBody(BaseModel):
226
226
r"""The number of chunks in the datasource"""
227
227
228
228
id : Annotated [Optional [str ], pydantic .Field (alias = "_id" )] = (
229
- "01JRQ6ZB7GXF23ZZQB7DHKM38H "
229
+ "01JRQHQ20PNTM5SS2YV1XP13TE "
230
230
)
231
231
r"""The id of the resource"""
232
232
Original file line number Diff line number Diff line change @@ -60,5 +60,5 @@ class FileGetResponseBody(BaseModel):
60
60
workspace_id : str
61
61
r"""The id of the resource"""
62
62
63
- created : Optional [datetime ] = dateutil .parser .isoparse ("2025-04-13T09:16:28.573Z " )
63
+ created : Optional [datetime ] = dateutil .parser .isoparse ("2025-04-13T12:24:11.326Z " )
64
64
r"""The date and time the resource was created"""
Original file line number Diff line number Diff line change @@ -75,7 +75,7 @@ class FileListData(BaseModel):
75
75
workspace_id : str
76
76
r"""The id of the resource"""
77
77
78
- created : Optional [datetime ] = dateutil .parser .isoparse ("2025-04-13T09:16:28.573Z " )
78
+ created : Optional [datetime ] = dateutil .parser .isoparse ("2025-04-13T12:24:11.326Z " )
79
79
r"""The date and time the resource was created"""
80
80
81
81
Original file line number Diff line number Diff line change @@ -92,5 +92,5 @@ class FileUploadResponseBody(BaseModel):
92
92
workspace_id : str
93
93
r"""The id of the resource"""
94
94
95
- created : Optional [datetime ] = dateutil .parser .isoparse ("2025-04-13T09:16:28.573Z " )
95
+ created : Optional [datetime ] = dateutil .parser .isoparse ("2025-04-13T12:24:11.326Z " )
96
96
r"""The date and time the resource was created"""
Original file line number Diff line number Diff line change @@ -239,7 +239,7 @@ class ListDatasetDatapointsData(BaseModel):
239
239
created : Optional [datetime ] = None
240
240
r"""The date and time the resource was created"""
241
241
242
- updated : Optional [datetime ] = dateutil .parser .isoparse ("2025-04-13T09:16:27.047Z " )
242
+ updated : Optional [datetime ] = dateutil .parser .isoparse ("2025-04-13T12:24:09.786Z " )
243
243
r"""The date and time the resource was last updated"""
244
244
245
245
Original file line number Diff line number Diff line change @@ -97,7 +97,7 @@ class ListDatasetsData(BaseModel):
97
97
created : Optional [datetime ] = None
98
98
r"""The date and time the resource was created"""
99
99
100
- updated : Optional [datetime ] = dateutil .parser .isoparse ("2025-04-13T09:16:27.047Z " )
100
+ updated : Optional [datetime ] = dateutil .parser .isoparse ("2025-04-13T12:24:09.786Z " )
101
101
r"""The date and time the resource was last updated"""
102
102
103
103
Original file line number Diff line number Diff line change @@ -125,7 +125,7 @@ class ListDatasourcesData(BaseModel):
125
125
r"""The number of chunks in the datasource"""
126
126
127
127
id : Annotated [Optional [str ], pydantic .Field (alias = "_id" )] = (
128
- "01JRQ6ZB7FNJZ8SVCQCDD97VP0 "
128
+ "01JRQHQ20NFKCCBEV588ZFS75E "
129
129
)
130
130
r"""The id of the resource"""
131
131
Original file line number Diff line number Diff line change @@ -221,5 +221,5 @@ class RetrieveDatapointResponseBody(BaseModel):
221
221
created : Optional [datetime ] = None
222
222
r"""The date and time the resource was created"""
223
223
224
- updated : Optional [datetime ] = dateutil .parser .isoparse ("2025-04-13T09:16:27.047Z " )
224
+ updated : Optional [datetime ] = dateutil .parser .isoparse ("2025-04-13T12:24:09.786Z " )
225
225
r"""The date and time the resource was last updated"""
Original file line number Diff line number Diff line change @@ -79,5 +79,5 @@ class RetrieveDatasetResponseBody(BaseModel):
79
79
created : Optional [datetime ] = None
80
80
r"""The date and time the resource was created"""
81
81
82
- updated : Optional [datetime ] = dateutil .parser .isoparse ("2025-04-13T09:16:27.047Z " )
82
+ updated : Optional [datetime ] = dateutil .parser .isoparse ("2025-04-13T12:24:09.786Z " )
83
83
r"""The date and time the resource was last updated"""
Original file line number Diff line number Diff line change @@ -86,7 +86,7 @@ class RetrieveDatasourceResponseBody(BaseModel):
86
86
r"""The number of chunks in the datasource"""
87
87
88
88
id : Annotated [Optional [str ], pydantic .Field (alias = "_id" )] = (
89
- "01JRQ6ZB7GNC4Y39Z6V539YC76 "
89
+ "01JRQHQ20PHEWZZBDEKQYPKDHW "
90
90
)
91
91
r"""The id of the resource"""
92
92
Original file line number Diff line number Diff line change @@ -384,5 +384,5 @@ class UpdateDatapointResponseBody(BaseModel):
384
384
created : Optional [datetime ] = None
385
385
r"""The date and time the resource was created"""
386
386
387
- updated : Optional [datetime ] = dateutil .parser .isoparse ("2025-04-13T09:16:27.047Z " )
387
+ updated : Optional [datetime ] = dateutil .parser .isoparse ("2025-04-13T12:24:09.786Z " )
388
388
r"""The date and time the resource was last updated"""
Original file line number Diff line number Diff line change @@ -115,5 +115,5 @@ class UpdateDatasetResponseBody(BaseModel):
115
115
created : Optional [datetime ] = None
116
116
r"""The date and time the resource was created"""
117
117
118
- updated : Optional [datetime ] = dateutil .parser .isoparse ("2025-04-13T09:16:27.047Z " )
118
+ updated : Optional [datetime ] = dateutil .parser .isoparse ("2025-04-13T12:24:09.786Z " )
119
119
r"""The date and time the resource was last updated"""
Original file line number Diff line number Diff line change @@ -100,7 +100,7 @@ class UpdateDatasourceResponseBody(BaseModel):
100
100
r"""The number of chunks in the datasource"""
101
101
102
102
id : Annotated [Optional [str ], pydantic .Field (alias = "_id" )] = (
103
- "01JRQ6ZB7JCVFWPVXD1H2HEB25 "
103
+ "01JRQHQ20QBK2EBWSG8PS3HWCZ "
104
104
)
105
105
r"""The id of the resource"""
106
106
You can’t perform that action at this time.
0 commit comments