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: bcaebe9fb4e45feec0c5c2dde9603cfd
4
+ docChecksum: 2a2ee88ead0be2ad776415a2382635fb
5
5
docVersion: "2.0"
6
- speakeasyVersion: 1.525.2
7
- generationVersion: 2.562.3
8
- releaseVersion: 3.2.12
9
- configChecksum: 02ebea7f1882cbfbd5299baef0c73610
6
+ speakeasyVersion: 1.526.6
7
+ generationVersion: 2.563.1
8
+ releaseVersion: 3.2.13
9
+ configChecksum: a1089627058fdc6ba01b417d5ccf2240
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:007ff38fdc151a4799a4ca833694da77a98ad4e52f4615977b4afa86deb655ed
14
- sourceBlobDigest: sha256:970b394371c5e649ea11e4917fe9c7e50b89e8dffa61a1da8fe76aa99d30e51d
13
+ sourceRevisionDigest: sha256:cda653afa98a2a4b858277a542708c96eb91a26d1f99ee12d41776a64efb60e5
14
+ sourceBlobDigest: sha256:37b18fb529fc915f459761b25eabf1f2cb2a259a6838b3c3687d5aa2befe5b3f
15
15
tags:
16
16
- latest
17
- - speakeasy-sdk-regen-1743121476
17
+ - speakeasy-sdk-regen-1743507201
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:007ff38fdc151a4799a4ca833694da77a98ad4e52f4615977b4afa86deb655ed
31
- sourceBlobDigest: sha256:970b394371c5e649ea11e4917fe9c7e50b89e8dffa61a1da8fe76aa99d30e51d
30
+ sourceRevisionDigest: sha256:cda653afa98a2a4b858277a542708c96eb91a26d1f99ee12d41776a64efb60e5
31
+ sourceBlobDigest: sha256:37b18fb529fc915f459761b25eabf1f2cb2a259a6838b3c3687d5aa2befe5b3f
32
32
codeSamplesNamespace: orq-ai-sdk-python-code-samples
33
- codeSamplesRevisionDigest: sha256:83afa2b01ee6679a7b0d929634b3e431e70beef0aab28b20d9bc9bc56ce5414c
33
+ codeSamplesRevisionDigest: sha256:7901758446f415328f81eab9cf46686c0ff50b25ed085ff2b5156cfd63f25f27
34
34
workflow:
35
35
workflowVersion: 1.0.0
36
36
speakeasyVersion: latest
Original file line number Diff line number Diff line change @@ -228,4 +228,14 @@ Based on:
228
228
### Generated
229
229
- [ python v3.2.12] .
230
230
### Releases
231
- - [ PyPI v3.2.12] https://pypi.org/project/orq-ai-sdk/3.2.12 - .
231
+ - [ PyPI v3.2.12] https://pypi.org/project/orq-ai-sdk/3.2.12 - .
232
+
233
+ ## 2025-04-01 11:33:02
234
+ ### Changes
235
+ Based on:
236
+ - OpenAPI Doc
237
+ - Speakeasy CLI 1.526.6 (2.563.1) https://github.com/speakeasy-api/speakeasy
238
+ ### Generated
239
+ - [ python v3.2.13] .
240
+ ### Releases
241
+ - [ PyPI v3.2.13] https://pypi.org/project/orq-ai-sdk/3.2.13 - .
Original file line number Diff line number Diff line change 1
1
[project ]
2
2
name = " orq-ai-sdk"
3
- version = " 3.2.12 "
3
+ version = " 3.2.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.2.12 "
6
+ __version__ : str = "3.2.13 "
7
7
__openapi_doc_version__ : str = "2.0"
8
- __gen_version__ : str = "2.562.3 "
9
- __user_agent__ : str = "speakeasy-sdk/python 3.2.12 2.562.3 2.0 orq-ai-sdk"
8
+ __gen_version__ : str = "2.563.1 "
9
+ __user_agent__ : str = "speakeasy-sdk/python 3.2.13 2.563.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-28T00:22:20.281Z " )
390
+ updated : Optional [datetime ] = dateutil .parser .isoparse ("2025-04-01T11:31:10.958Z " )
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-28T00:22:20.281Z " )
137
+ updated : Optional [datetime ] = dateutil .parser .isoparse ("2025-04-01T11:31:10.958Z " )
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-28T00:22:20.281Z " )
383
+ updated : Optional [datetime ] = dateutil .parser .isoparse ("2025-04-01T11:31:10.958Z " )
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-28T00:22:20.281Z " )
86
+ updated : Optional [datetime ] = dateutil .parser .isoparse ("2025-04-01T11:31:10.958Z " )
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-28T00:22:21.462Z " )
63
+ created : Optional [datetime ] = dateutil .parser .isoparse ("2025-04-01T11:31:12.079Z " )
64
64
r"""The date and time the resource was created"""
You can’t perform that action at this time.
0 commit comments