File tree Expand file tree Collapse file tree 18 files changed +36
-26
lines changed Expand file tree Collapse file tree 18 files changed +36
-26
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: c938251582172df0722cd58924a9c061
4
+ docChecksum: bcaebe9fb4e45feec0c5c2dde9603cfd
5
5
docVersion: "2.0"
6
6
speakeasyVersion: 1.525.2
7
7
generationVersion: 2.562.3
8
- releaseVersion: 3.2.11
9
- configChecksum: b601bd68498cdac4bc8c4fc6647a27a1
8
+ releaseVersion: 3.2.12
9
+ configChecksum: 02ebea7f1882cbfbd5299baef0c73610
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:5cd303312040f0293577578940261b58c4fb66c0fa772841243d05dc522e00b6
14
- sourceBlobDigest: sha256:4bef7bc83fdd73fa66a732accb0a84b07c0398050a5ff959fa9137bf200039e3
13
+ sourceRevisionDigest: sha256:007ff38fdc151a4799a4ca833694da77a98ad4e52f4615977b4afa86deb655ed
14
+ sourceBlobDigest: sha256:970b394371c5e649ea11e4917fe9c7e50b89e8dffa61a1da8fe76aa99d30e51d
15
15
tags:
16
16
- latest
17
- - speakeasy-sdk-regen-1743119427
17
+ - speakeasy-sdk-regen-1743121476
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:5cd303312040f0293577578940261b58c4fb66c0fa772841243d05dc522e00b6
31
- sourceBlobDigest: sha256:4bef7bc83fdd73fa66a732accb0a84b07c0398050a5ff959fa9137bf200039e3
30
+ sourceRevisionDigest: sha256:007ff38fdc151a4799a4ca833694da77a98ad4e52f4615977b4afa86deb655ed
31
+ sourceBlobDigest: sha256:970b394371c5e649ea11e4917fe9c7e50b89e8dffa61a1da8fe76aa99d30e51d
32
32
codeSamplesNamespace: orq-ai-sdk-python-code-samples
33
- codeSamplesRevisionDigest: sha256:a0b1ceffb008a68a1bf975b5b46b5c13a3b3a34ff36a9b8be14a17e7d123b2ce
33
+ codeSamplesRevisionDigest: sha256:83afa2b01ee6679a7b0d929634b3e431e70beef0aab28b20d9bc9bc56ce5414c
34
34
workflow:
35
35
workflowVersion: 1.0.0
36
36
speakeasyVersion: latest
Original file line number Diff line number Diff line change @@ -218,4 +218,14 @@ Based on:
218
218
### Generated
219
219
- [ python v3.2.11] .
220
220
### Releases
221
- - [ PyPI v3.2.11] https://pypi.org/project/orq-ai-sdk/3.2.11 - .
221
+ - [ PyPI v3.2.11] https://pypi.org/project/orq-ai-sdk/3.2.11 - .
222
+
223
+ ## 2025-03-28 00:24:18
224
+ ### Changes
225
+ Based on:
226
+ - OpenAPI Doc
227
+ - Speakeasy CLI 1.525.2 (2.562.3) https://github.com/speakeasy-api/speakeasy
228
+ ### Generated
229
+ - [ python v3.2.12] .
230
+ ### Releases
231
+ - [ PyPI v3.2.12] https://pypi.org/project/orq-ai-sdk/3.2.12 - .
Original file line number Diff line number Diff line change 1
1
[project ]
2
2
name = " orq-ai-sdk"
3
- version = " 3.2.11 "
3
+ version = " 3.2.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.2.11 "
6
+ __version__ : str = "3.2.12 "
7
7
__openapi_doc_version__ : str = "2.0"
8
8
__gen_version__ : str = "2.562.3"
9
- __user_agent__ : str = "speakeasy-sdk/python 3.2.11 2.562.3 2.0 orq-ai-sdk"
9
+ __user_agent__ : str = "speakeasy-sdk/python 3.2.12 2.562.3 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-27T23:48:21.381Z " )
390
+ updated : Optional [datetime ] = dateutil .parser .isoparse ("2025-03-28T00:22:20.281Z " )
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-27T23:48:21.381Z " )
137
+ updated : Optional [datetime ] = dateutil .parser .isoparse ("2025-03-28T00:22:20.281Z " )
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-27T23:48:21.381Z " )
383
+ updated : Optional [datetime ] = dateutil .parser .isoparse ("2025-03-28T00:22:20.281Z " )
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-27T23:48:21.381Z " )
86
+ updated : Optional [datetime ] = dateutil .parser .isoparse ("2025-03-28T00:22:20.281Z " )
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-27T23:48:22.537Z " )
63
+ created : Optional [datetime ] = dateutil .parser .isoparse ("2025-03-28T00:22:21.462Z " )
64
64
r"""The date and time the resource was created"""
You can’t perform that action at this time.
0 commit comments