File tree Expand file tree Collapse file tree 10 files changed +33
-23
lines changed Expand file tree Collapse file tree 10 files changed +33
-23
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: 0f6d6e0f584feae04554794e5b378e6c
4
+ docChecksum: 4b33cad9cd56673bd44890531f138281
5
5
docVersion: "2.0"
6
- speakeasyVersion: 1.492 .0
6
+ speakeasyVersion: 1.493 .0
7
7
generationVersion: 2.512.4
8
- releaseVersion: 3.1.7
9
- configChecksum: 63ca297a0a0272990216ae8c9ab20497
8
+ releaseVersion: 3.1.9
9
+ configChecksum: 6772fd1da9012b3f7c3d2a42d427583c
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:700332b462220c8ab1bd045b6bfe1606c077d373d55a9696b6ee746ce6fc9ddb
14
- sourceBlobDigest: sha256:79d337c756f88510c0a89958c5a931c322583da06247610c2b89dadaae5ef0b0
13
+ sourceRevisionDigest: sha256:7994ce263b64803631f7c8e195bbabe236c5ee05abaf51f1a6a7923c697f5fc8
14
+ sourceBlobDigest: sha256:733f99b47c75ef2830e2af51fd1876216a3302aae3df2e3b4a46026c4b0d2b16
15
15
tags:
16
16
- latest
17
- - speakeasy-sdk-regen-1739521640
17
+ - speakeasy-sdk-regen-1739779626
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:700332b462220c8ab1bd045b6bfe1606c077d373d55a9696b6ee746ce6fc9ddb
31
- sourceBlobDigest: sha256:79d337c756f88510c0a89958c5a931c322583da06247610c2b89dadaae5ef0b0
30
+ sourceRevisionDigest: sha256:7994ce263b64803631f7c8e195bbabe236c5ee05abaf51f1a6a7923c697f5fc8
31
+ sourceBlobDigest: sha256:733f99b47c75ef2830e2af51fd1876216a3302aae3df2e3b4a46026c4b0d2b16
32
32
codeSamplesNamespace: orq-ai-sdk-python-code-samples
33
- codeSamplesRevisionDigest: sha256:15b4a6c99bab75526daf0c290ff49557aa6e8a201dd4f000b6d890ce6b503b39
33
+ codeSamplesRevisionDigest: sha256:6889fedf499ceb616c06d30a7eeef426b4ff072093e42c9734d2b11786b454d5
34
34
workflow:
35
35
workflowVersion: 1.0.0
36
36
speakeasyVersion: latest
Original file line number Diff line number Diff line change @@ -108,4 +108,14 @@ Based on:
108
108
### Generated
109
109
- [ python v3.1.7] .
110
110
### Releases
111
- - [ PyPI v3.1.7] https://pypi.org/project/orq-ai-sdk/3.1.7 - .
111
+ - [ PyPI v3.1.7] https://pypi.org/project/orq-ai-sdk/3.1.7 - .
112
+
113
+ ## 2025-02-17 08:06:48
114
+ ### Changes
115
+ Based on:
116
+ - OpenAPI Doc
117
+ - Speakeasy CLI 1.493.0 (2.512.4) https://github.com/speakeasy-api/speakeasy
118
+ ### Generated
119
+ - [ python v3.1.9] .
120
+ ### Releases
121
+ - [ PyPI v3.1.9] https://pypi.org/project/orq-ai-sdk/3.1.9 - .
Original file line number Diff line number Diff line change 1
1
[project ]
2
2
name = " orq-ai-sdk"
3
- version = " 3.1.7 "
3
+ version = " 3.1.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.1.7 "
6
+ __version__ : str = "3.1.9 "
7
7
__openapi_doc_version__ : str = "2.0"
8
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"
9
+ __user_agent__ : str = "speakeasy-sdk/python 3.1.9 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-14T08:25:40.279Z " )
137
+ updated : Optional [datetime ] = dateutil .parser .isoparse ("2025-02-17T08:05:26.060Z " )
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-14T08:25:41.326Z " )
63
+ created : Optional [datetime ] = dateutil .parser .isoparse ("2025-02-17T08:05:27.180Z " )
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-14T08:25:41.326Z " )
78
+ created : Optional [datetime ] = dateutil .parser .isoparse ("2025-02-17T08:05:27.180Z " )
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-14T08:25:41.326Z " )
97
+ created : Optional [datetime ] = dateutil .parser .isoparse ("2025-02-17T08:05:27.180Z " )
98
98
r"""The date and time the resource was created"""
You can’t perform that action at this time.
0 commit comments