File tree Expand file tree Collapse file tree 9 files changed +30
-20
lines changed Expand file tree Collapse file tree 9 files changed +30
-20
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: 02a725e00a7498ef427328a9160fbbb2
4
+ docChecksum: 0f6d6e0f584feae04554794e5b378e6c
5
5
docVersion: "2.0"
6
- speakeasyVersion: 1.490 .0
7
- generationVersion: 2.512.0
8
- releaseVersion: 3.1.6
9
- configChecksum: 3ddf730c793c0ecaa66deb7d5c6b297e
6
+ speakeasyVersion: 1.492 .0
7
+ generationVersion: 2.512.4
8
+ releaseVersion: 3.1.7
9
+ configChecksum: 63ca297a0a0272990216ae8c9ab20497
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:23dbd73d97430c393bd90e59bb3268aa80a9356ef95a921259a81b2a899e8ebf
14
- sourceBlobDigest: sha256:436568ec5bc8f7da67ce34a96ed5bbc6d7c1cf671a9577fe4ef591e75d2ae807
13
+ sourceRevisionDigest: sha256:700332b462220c8ab1bd045b6bfe1606c077d373d55a9696b6ee746ce6fc9ddb
14
+ sourceBlobDigest: sha256:79d337c756f88510c0a89958c5a931c322583da06247610c2b89dadaae5ef0b0
15
15
tags:
16
16
- latest
17
- - speakeasy-sdk-regen-1739443387
17
+ - speakeasy-sdk-regen-1739521640
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:23dbd73d97430c393bd90e59bb3268aa80a9356ef95a921259a81b2a899e8ebf
31
- sourceBlobDigest: sha256:436568ec5bc8f7da67ce34a96ed5bbc6d7c1cf671a9577fe4ef591e75d2ae807
30
+ sourceRevisionDigest: sha256:700332b462220c8ab1bd045b6bfe1606c077d373d55a9696b6ee746ce6fc9ddb
31
+ sourceBlobDigest: sha256:79d337c756f88510c0a89958c5a931c322583da06247610c2b89dadaae5ef0b0
32
32
codeSamplesNamespace: orq-ai-sdk-python-code-samples
33
- codeSamplesRevisionDigest: sha256:1b49956241fecaa3aef64eebd0537646e5cded854e6054b46fffb858d03adab7
33
+ codeSamplesRevisionDigest: sha256:15b4a6c99bab75526daf0c290ff49557aa6e8a201dd4f000b6d890ce6b503b39
34
34
workflow:
35
35
workflowVersion: 1.0.0
36
36
speakeasyVersion: latest
Original file line number Diff line number Diff line change @@ -98,4 +98,14 @@ Based on:
98
98
### Generated
99
99
- [ python v3.1.6] .
100
100
### Releases
101
- - [ PyPI v3.1.6] https://pypi.org/project/orq-ai-sdk/3.1.6 - .
101
+ - [ PyPI v3.1.6] https://pypi.org/project/orq-ai-sdk/3.1.6 - .
102
+
103
+ ## 2025-02-14 08:27:03
104
+ ### Changes
105
+ Based on:
106
+ - OpenAPI Doc
107
+ - Speakeasy CLI 1.492.0 (2.512.4) https://github.com/speakeasy-api/speakeasy
108
+ ### Generated
109
+ - [ python v3.1.7] .
110
+ ### Releases
111
+ - [ PyPI v3.1.7] https://pypi.org/project/orq-ai-sdk/3.1.7 - .
Original file line number Diff line number Diff line change 1
1
[project ]
2
2
name = " orq-ai-sdk"
3
- version = " 3.1.6 "
3
+ version = " 3.1.7 "
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.1.6 "
6
+ __version__ : str = "3.1.7 "
7
7
__openapi_doc_version__ : str = "2.0"
8
- __gen_version__ : str = "2.512.0 "
9
- __user_agent__ : str = "speakeasy-sdk/python 3.1.6 2.512.0 2.0 orq-ai-sdk"
8
+ __gen_version__ : str = "2.512.4 "
9
+ __user_agent__ : str = "speakeasy-sdk/python 3.1.7 2.512.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 @@ -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-02-13T10:41:35.445Z " )
137
+ updated : Optional [datetime ] = dateutil .parser .isoparse ("2025-02-14T08:25:40.279Z " )
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 @@ -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-02-13T10:41:36.512Z " )
63
+ created : Optional [datetime ] = dateutil .parser .isoparse ("2025-02-14T08:25:41.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-02-13T10:41:36.512Z " )
78
+ created : Optional [datetime ] = dateutil .parser .isoparse ("2025-02-14T08:25:41.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 @@ -94,5 +94,5 @@ class FileUploadResponseBody(BaseModel):
94
94
workspace_id : str
95
95
r"""The id of the resource"""
96
96
97
- created : Optional [datetime ] = dateutil .parser .isoparse ("2025-02-13T10:41:36.512Z " )
97
+ created : Optional [datetime ] = dateutil .parser .isoparse ("2025-02-14T08:25:41.326Z " )
98
98
r"""The date and time the resource was created"""
You can’t perform that action at this time.
0 commit comments