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: 22589957a6c252661971af9372837ecd
4
+ docChecksum: b067a9305d5e31f132c8419440a442c2
5
5
docVersion: "2.0"
6
6
speakeasyVersion: 1.546.2
7
7
generationVersion: 2.604.4
8
- releaseVersion: 3.5.12
9
- configChecksum: 19bfbad4c82267bed6c5c751a5a2fe63
8
+ releaseVersion: 3.5.13
9
+ configChecksum: 038211ccb62f8e7b612147041fd31339
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:1c2db00b70a6526aa5831d7a87225ebbc9256deff33d0cc0366943dde9767d82
14
- sourceBlobDigest: sha256:6bbaea91b0e7fbcfbae591c517f892d2367cf828ccd61ca0e9e6a520cdf58e9d
13
+ sourceRevisionDigest: sha256:989c42f8cd7b5ac44778d39fe97c1a6646c2386d20a0eac9ca92acb70c3c0515
14
+ sourceBlobDigest: sha256:28f0bfb2e9f9aac438f0a90e2bc715eb260520bf80139a72476eabee62164dbb
15
15
tags:
16
16
- latest
17
- - speakeasy-sdk-regen-1747562591
17
+ - speakeasy-sdk-regen-1747636384
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:1c2db00b70a6526aa5831d7a87225ebbc9256deff33d0cc0366943dde9767d82
31
- sourceBlobDigest: sha256:6bbaea91b0e7fbcfbae591c517f892d2367cf828ccd61ca0e9e6a520cdf58e9d
30
+ sourceRevisionDigest: sha256:989c42f8cd7b5ac44778d39fe97c1a6646c2386d20a0eac9ca92acb70c3c0515
31
+ sourceBlobDigest: sha256:28f0bfb2e9f9aac438f0a90e2bc715eb260520bf80139a72476eabee62164dbb
32
32
codeSamplesNamespace: orq-ai-sdk-python-code-samples
33
- codeSamplesRevisionDigest: sha256:4edd651f1986e955682defae3f3a9422eab5cecab7cdf3c07674aa8d71170950
33
+ codeSamplesRevisionDigest: sha256:0db68989962606321b1032bd673523a7566e669c0d84fc038a3f0baa9ac0119a
34
34
workflow:
35
35
workflowVersion: 1.0.0
36
36
speakeasyVersion: latest
Original file line number Diff line number Diff line change @@ -428,4 +428,14 @@ Based on:
428
428
### Generated
429
429
- [ python v3.5.12] .
430
430
### Releases
431
- - [ PyPI v3.5.12] https://pypi.org/project/orq-ai-sdk/3.5.12 - .
431
+ - [ PyPI v3.5.12] https://pypi.org/project/orq-ai-sdk/3.5.12 - .
432
+
433
+ ## 2025-05-19 06:32:44
434
+ ### Changes
435
+ Based on:
436
+ - OpenAPI Doc
437
+ - Speakeasy CLI 1.546.2 (2.604.4) https://github.com/speakeasy-api/speakeasy
438
+ ### Generated
439
+ - [ python v3.5.13] .
440
+ ### Releases
441
+ - [ PyPI v3.5.13] https://pypi.org/project/orq-ai-sdk/3.5.13 - .
Original file line number Diff line number Diff line change 1
1
[project ]
2
2
name = " orq-ai-sdk"
3
- version = " 3.5.12 "
3
+ version = " 3.5.13 "
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.5.12 "
6
+ __version__ : str = "3.5.13 "
7
7
__openapi_doc_version__ : str = "2.0"
8
8
__gen_version__ : str = "2.604.4"
9
- __user_agent__ : str = "speakeasy-sdk/python 3.5.12 2.604.4 2.0 orq-ai-sdk"
9
+ __user_agent__ : str = "speakeasy-sdk/python 3.5.13 2.604.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 @@ -397,5 +397,5 @@ class ResponseBody(BaseModel):
397
397
created : Optional [datetime ] = None
398
398
r"""The date and time the resource was created"""
399
399
400
- updated : Optional [datetime ] = parse_datetime ("2025-05-18T10:01:18.894Z " )
400
+ updated : Optional [datetime ] = parse_datetime ("2025-05-19T06:31:11.256Z " )
401
401
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 ] = parse_datetime ("2025-05-18T10:01:18.894Z " )
137
+ updated : Optional [datetime ] = parse_datetime ("2025-05-19T06:31:11.256Z " )
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 @@ -390,5 +390,5 @@ class CreateDatasetItemResponseBody(BaseModel):
390
390
created : Optional [datetime ] = None
391
391
r"""The date and time the resource was created"""
392
392
393
- updated : Optional [datetime ] = parse_datetime ("2025-05-18T10:01:18.894Z " )
393
+ updated : Optional [datetime ] = parse_datetime ("2025-05-19T06:31:11.256Z " )
394
394
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 ] = parse_datetime ("2025-05-18T10:01:18.894Z " )
86
+ updated : Optional [datetime ] = parse_datetime ("2025-05-19T06:31:11.256Z " )
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
- "01JVHDENAKFYNW7F32T2PZF0S5 "
229
+ "01JVKKTMA7RZCF6ZT84Y6SYXEE "
230
230
)
231
231
r"""The id of the resource"""
232
232
Original file line number Diff line number Diff line change @@ -59,5 +59,5 @@ class FileGetResponseBody(BaseModel):
59
59
workspace_id : str
60
60
r"""The id of the resource"""
61
61
62
- created : Optional [datetime ] = parse_datetime ("2025-05-18T10:01:21.519Z " )
62
+ created : Optional [datetime ] = parse_datetime ("2025-05-19T06:31:13.926Z " )
63
63
r"""The date and time the resource was created"""
Original file line number Diff line number Diff line change @@ -74,7 +74,7 @@ class FileListData(BaseModel):
74
74
workspace_id : str
75
75
r"""The id of the resource"""
76
76
77
- created : Optional [datetime ] = parse_datetime ("2025-05-18T10:01:21.519Z " )
77
+ created : Optional [datetime ] = parse_datetime ("2025-05-19T06:31:13.926Z " )
78
78
r"""The date and time the resource was created"""
79
79
80
80
Original file line number Diff line number Diff line change @@ -91,5 +91,5 @@ class FileUploadResponseBody(BaseModel):
91
91
workspace_id : str
92
92
r"""The id of the resource"""
93
93
94
- created : Optional [datetime ] = parse_datetime ("2025-05-18T10:01:21.519Z " )
94
+ created : Optional [datetime ] = parse_datetime ("2025-05-19T06:31:13.926Z " )
95
95
r"""The date and time the resource was created"""
Original file line number Diff line number Diff line change @@ -246,7 +246,7 @@ class ListDatasetDatapointsData(BaseModel):
246
246
created : Optional [datetime ] = None
247
247
r"""The date and time the resource was created"""
248
248
249
- updated : Optional [datetime ] = parse_datetime ("2025-05-18T10:01:18.894Z " )
249
+ updated : Optional [datetime ] = parse_datetime ("2025-05-19T06:31:11.256Z " )
250
250
r"""The date and time the resource was last updated"""
251
251
252
252
Original file line number Diff line number Diff line change @@ -96,7 +96,7 @@ class ListDatasetsData(BaseModel):
96
96
created : Optional [datetime ] = None
97
97
r"""The date and time the resource was created"""
98
98
99
- updated : Optional [datetime ] = parse_datetime ("2025-05-18T10:01:18.894Z " )
99
+ updated : Optional [datetime ] = parse_datetime ("2025-05-19T06:31:11.256Z " )
100
100
r"""The date and time the resource was last updated"""
101
101
102
102
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
- "01JVHDENAF44AV2BVC2SAZ16N1 "
128
+ "01JVKKTMA5HNJNGV38P3ZPS2JH "
129
129
)
130
130
r"""The id of the resource"""
131
131
Original file line number Diff line number Diff line change @@ -223,5 +223,5 @@ class RetrieveDatapointResponseBody(BaseModel):
223
223
created : Optional [datetime ] = None
224
224
r"""The date and time the resource was created"""
225
225
226
- updated : Optional [datetime ] = parse_datetime ("2025-05-18T10:01:18.894Z " )
226
+ updated : Optional [datetime ] = parse_datetime ("2025-05-19T06:31:11.256Z " )
227
227
r"""The date and time the resource was last updated"""
Original file line number Diff line number Diff line change @@ -78,5 +78,5 @@ class RetrieveDatasetResponseBody(BaseModel):
78
78
created : Optional [datetime ] = None
79
79
r"""The date and time the resource was created"""
80
80
81
- updated : Optional [datetime ] = parse_datetime ("2025-05-18T10:01:18.894Z " )
81
+ updated : Optional [datetime ] = parse_datetime ("2025-05-19T06:31:11.256Z " )
82
82
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
- "01JVHDENAJWDYF7RA2DFR5GJNN "
89
+ "01JVKKTMA6ZHF6J1E7G2DAE7BP "
90
90
)
91
91
r"""The id of the resource"""
92
92
Original file line number Diff line number Diff line change @@ -394,5 +394,5 @@ class UpdateDatapointResponseBody(BaseModel):
394
394
created : Optional [datetime ] = None
395
395
r"""The date and time the resource was created"""
396
396
397
- updated : Optional [datetime ] = parse_datetime ("2025-05-18T10:01:18.894Z " )
397
+ updated : Optional [datetime ] = parse_datetime ("2025-05-19T06:31:11.256Z " )
398
398
r"""The date and time the resource was last updated"""
Original file line number Diff line number Diff line change @@ -119,5 +119,5 @@ class UpdateDatasetResponseBody(BaseModel):
119
119
created : Optional [datetime ] = None
120
120
r"""The date and time the resource was created"""
121
121
122
- updated : Optional [datetime ] = parse_datetime ("2025-05-18T10:01:18.894Z " )
122
+ updated : Optional [datetime ] = parse_datetime ("2025-05-19T06:31:11.256Z " )
123
123
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
- "01JVHDENB1869G7D81MN5KZ5XG "
103
+ "01JVKKTMA81K5WJ6EPZ3CQBYYT "
104
104
)
105
105
r"""The id of the resource"""
106
106
You can’t perform that action at this time.
0 commit comments