File tree Expand file tree Collapse file tree 18 files changed +39
-29
lines changed Expand file tree Collapse file tree 18 files changed +39
-29
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: dc7be9b35a5d99f5c07e9780bc2f6190
4
+ docChecksum: 8f9d5abd38a9bf546cdee65d57375475
5
5
docVersion: "2.0"
6
- speakeasyVersion: 1.521.1
7
- generationVersion: 2.558.5
8
- releaseVersion: 3.2.8
9
- configChecksum: 5cc1071b6fb53ffd5cbea3874a8c9d22
6
+ speakeasyVersion: 1.523.2
7
+ generationVersion: 2.560.1
8
+ releaseVersion: 3.2.9
9
+ configChecksum: b16ac42bff1028a500e290c70ed31508
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:81444f29f50d177b4cd7df6e5fd27c2a6ace99fb47d0d9a48047692e304464bf
14
- sourceBlobDigest: sha256:b222355b49b77da3e63c2247e9e23299432fa727ce5ba34b1689a3878126b270
13
+ sourceRevisionDigest: sha256:050fe0f47c8369bcb363322e4bd7a7f8eb26de01521287f3200236d4c1d42551
14
+ sourceBlobDigest: sha256:27daca071ef0d242e3d99ced421cd9fd620df79201c45e597fb145847d72a0d3
15
15
tags:
16
16
- latest
17
- - speakeasy-sdk-regen-1742567331
17
+ - speakeasy-sdk-regen-1742927529
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:81444f29f50d177b4cd7df6e5fd27c2a6ace99fb47d0d9a48047692e304464bf
31
- sourceBlobDigest: sha256:b222355b49b77da3e63c2247e9e23299432fa727ce5ba34b1689a3878126b270
30
+ sourceRevisionDigest: sha256:050fe0f47c8369bcb363322e4bd7a7f8eb26de01521287f3200236d4c1d42551
31
+ sourceBlobDigest: sha256:27daca071ef0d242e3d99ced421cd9fd620df79201c45e597fb145847d72a0d3
32
32
codeSamplesNamespace: orq-ai-sdk-python-code-samples
33
- codeSamplesRevisionDigest: sha256:5645403f604f87e0e7bad6af41ff401ad56babfb0149f8a88329a313c592f1b7
33
+ codeSamplesRevisionDigest: sha256:0b96e0856e8e1ef64ccaefce07877311440c8a2188fd21ffd6f3880e418721f6
34
34
workflow:
35
35
workflowVersion: 1.0.0
36
36
speakeasyVersion: latest
Original file line number Diff line number Diff line change @@ -188,4 +188,14 @@ Based on:
188
188
### Generated
189
189
- [ python v3.2.8] .
190
190
### Releases
191
- - [ PyPI v3.2.8] https://pypi.org/project/orq-ai-sdk/3.2.8 - .
191
+ - [ PyPI v3.2.8] https://pypi.org/project/orq-ai-sdk/3.2.8 - .
192
+
193
+ ## 2025-03-25 18:31:51
194
+ ### Changes
195
+ Based on:
196
+ - OpenAPI Doc
197
+ - Speakeasy CLI 1.523.2 (2.560.1) https://github.com/speakeasy-api/speakeasy
198
+ ### Generated
199
+ - [ python v3.2.9] .
200
+ ### Releases
201
+ - [ PyPI v3.2.9] https://pypi.org/project/orq-ai-sdk/3.2.9 - .
Original file line number Diff line number Diff line change 1
1
[project ]
2
2
name = " orq-ai-sdk"
3
- version = " 3.2.8 "
3
+ version = " 3.2.9 "
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.2.8 "
6
+ __version__ : str = "3.2.9 "
7
7
__openapi_doc_version__ : str = "2.0"
8
- __gen_version__ : str = "2.558.5 "
9
- __user_agent__ : str = "speakeasy-sdk/python 3.2.8 2.558.5 2.0 orq-ai-sdk"
8
+ __gen_version__ : str = "2.560.1 "
9
+ __user_agent__ : str = "speakeasy-sdk/python 3.2.9 2.560.1 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-03-21T14:27:17.865Z " )
390
+ updated : Optional [datetime ] = dateutil .parser .isoparse ("2025-03-25T18:29:52.825Z " )
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-03-21T14:27:17.865Z " )
137
+ updated : Optional [datetime ] = dateutil .parser .isoparse ("2025-03-25T18:29:52.825Z " )
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-03-21T14:27:17.865Z " )
383
+ updated : Optional [datetime ] = dateutil .parser .isoparse ("2025-03-25T18:29:52.825Z " )
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-03-21T14:27:17.865Z " )
86
+ updated : Optional [datetime ] = dateutil .parser .isoparse ("2025-03-25T18:29:52.825Z " )
87
87
r"""The date and time the resource was last updated"""
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-03-21T14:27:19.052Z " )
63
+ created : Optional [datetime ] = dateutil .parser .isoparse ("2025-03-25T18:29:53.962Z " )
64
64
r"""The date and time the resource was created"""
You can’t perform that action at this time.
0 commit comments