File tree Expand file tree Collapse file tree 14 files changed +32
-22
lines changed Expand file tree Collapse file tree 14 files changed +32
-22
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: d88e55d56d39272a436eaa2b9ca28a44
4
+ docChecksum: 077ea65a412989d6d6f7067af4149846
5
5
docVersion: "2.0"
6
6
speakeasyVersion: 1.488.0
7
7
generationVersion: 2.506.0
8
- releaseVersion: 3.1.0
9
- configChecksum: 868c32510d84fa95dc3c419af042e891
8
+ releaseVersion: 3.1.1
9
+ configChecksum: 57a86af662e6b4fe1913d3f0f3dcb696
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:8258930a2ac929ef10f9cc835c67b900c9bc21d49597d5b54686e4ead108e06b
14
- sourceBlobDigest: sha256:a47c00cd79a27a4e20b6e0d01fd9b5f2c0946d6b7e4375e548c60d2a189be33a
13
+ sourceRevisionDigest: sha256:52ac12c4714030143195ccf0f69d092bad5ea08a83dbe821f8107a960f5226b5
14
+ sourceBlobDigest: sha256:7c7f96e7a47d847e39b9fdc64b548b24cc7b4e2ab2d0287c0f614bde642c10ab
15
15
tags:
16
16
- latest
17
- - speakeasy-sdk-regen-1739292301
17
+ - speakeasy-sdk-regen-1739296517
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:8258930a2ac929ef10f9cc835c67b900c9bc21d49597d5b54686e4ead108e06b
31
- sourceBlobDigest: sha256:a47c00cd79a27a4e20b6e0d01fd9b5f2c0946d6b7e4375e548c60d2a189be33a
30
+ sourceRevisionDigest: sha256:52ac12c4714030143195ccf0f69d092bad5ea08a83dbe821f8107a960f5226b5
31
+ sourceBlobDigest: sha256:7c7f96e7a47d847e39b9fdc64b548b24cc7b4e2ab2d0287c0f614bde642c10ab
32
32
codeSamplesNamespace: orq-ai-sdk-python-code-samples
33
- codeSamplesRevisionDigest: sha256:932545731188eef2868d50ac85a5cfa6084409406855cd3542e11164d1b4ef06
33
+ codeSamplesRevisionDigest: sha256:3efb446196bf72e0bceacac241fa3159dc203b018ec754d533bedc95c08bdb73
34
34
workflow:
35
35
workflowVersion: 1.0.0
36
36
speakeasyVersion: latest
Original file line number Diff line number Diff line change @@ -38,4 +38,14 @@ Based on:
38
38
### Generated
39
39
- [ python v3.1.0] .
40
40
### Releases
41
- - [ PyPI v3.1.0] https://pypi.org/project/orq-ai-sdk/3.1.0 - .
41
+ - [ PyPI v3.1.0] https://pypi.org/project/orq-ai-sdk/3.1.0 - .
42
+
43
+ ## 2025-02-11 17:55:00
44
+ ### Changes
45
+ Based on:
46
+ - OpenAPI Doc
47
+ - Speakeasy CLI 1.488.0 (2.506.0) https://github.com/speakeasy-api/speakeasy
48
+ ### Generated
49
+ - [ python v3.1.1] .
50
+ ### Releases
51
+ - [ PyPI v3.1.1] https://pypi.org/project/orq-ai-sdk/3.1.1 - .
Original file line number Diff line number Diff line change 1
1
[project ]
2
2
name = " orq-ai-sdk"
3
- version = " 3.1.0 "
3
+ version = " 3.1.1 "
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.0 "
6
+ __version__ : str = "3.1.1 "
7
7
__openapi_doc_version__ : str = "2.0"
8
8
__gen_version__ : str = "2.506.0"
9
- __user_agent__ : str = "speakeasy-sdk/python 3.1.0 2.506.0 2.0 orq-ai-sdk"
9
+ __user_agent__ : str = "speakeasy-sdk/python 3.1.1 2.506.0 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-11T16:43:21.610Z " )
137
+ updated : Optional [datetime ] = dateutil .parser .isoparse ("2025-02-11T17:53:37.707Z " )
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 @@ -1818,7 +1818,7 @@ class CreatePromptSnippetResponseBody(BaseModel):
1818
1818
created : Optional [datetime ] = None
1819
1819
r"""The date and time the resource was created"""
1820
1820
1821
- updated : Optional [datetime ] = dateutil .parser .isoparse ("2025-02-11T16:43:21.610Z " )
1821
+ updated : Optional [datetime ] = dateutil .parser .isoparse ("2025-02-11T17:53:37.707Z " )
1822
1822
r"""The date and time the resource was last updated"""
1823
1823
1824
1824
@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-11T16:43:22.676Z " )
63
+ created : Optional [datetime ] = dateutil .parser .isoparse ("2025-02-11T17:53:38.820Z " )
64
64
r"""The date and time the resource was created"""
Original file line number Diff line number Diff line change @@ -114,7 +114,7 @@ class FileListData(BaseModel):
114
114
workspace_id : str
115
115
r"""The id of the resource"""
116
116
117
- created : Optional [datetime ] = dateutil .parser .isoparse ("2025-02-11T16:43:22.676Z " )
117
+ created : Optional [datetime ] = dateutil .parser .isoparse ("2025-02-11T17:53:38.820Z " )
118
118
r"""The date and time the resource was created"""
119
119
120
120
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-11T16:43:22.676Z " )
97
+ created : Optional [datetime ] = dateutil .parser .isoparse ("2025-02-11T17:53:38.820Z " )
98
98
r"""The date and time the resource was created"""
Original file line number Diff line number Diff line change @@ -1307,7 +1307,7 @@ class FindOneByKeyPromptSnippetResponseBody(BaseModel):
1307
1307
created : Optional [datetime ] = None
1308
1308
r"""The date and time the resource was created"""
1309
1309
1310
- updated : Optional [datetime ] = dateutil .parser .isoparse ("2025-02-11T16:43:21.610Z " )
1310
+ updated : Optional [datetime ] = dateutil .parser .isoparse ("2025-02-11T17:53:37.707Z " )
1311
1311
r"""The date and time the resource was last updated"""
1312
1312
1313
1313
@model_serializer (mode = "wrap" )
Original file line number Diff line number Diff line change @@ -1277,7 +1277,7 @@ class FindOnePromptSnippetResponseBody(BaseModel):
1277
1277
created : Optional [datetime ] = None
1278
1278
r"""The date and time the resource was created"""
1279
1279
1280
- updated : Optional [datetime ] = dateutil .parser .isoparse ("2025-02-11T16:43:21.610Z " )
1280
+ updated : Optional [datetime ] = dateutil .parser .isoparse ("2025-02-11T17:53:37.707Z " )
1281
1281
r"""The date and time the resource was last updated"""
1282
1282
1283
1283
@model_serializer (mode = "wrap" )
Original file line number Diff line number Diff line change @@ -1296,7 +1296,7 @@ class GetAllPromptSnippetsData(BaseModel):
1296
1296
created : Optional [datetime ] = None
1297
1297
r"""The date and time the resource was created"""
1298
1298
1299
- updated : Optional [datetime ] = dateutil .parser .isoparse ("2025-02-11T16:43:21.610Z " )
1299
+ updated : Optional [datetime ] = dateutil .parser .isoparse ("2025-02-11T17:53:37.707Z " )
1300
1300
r"""The date and time the resource was last updated"""
1301
1301
1302
1302
@model_serializer (mode = "wrap" )
Original file line number Diff line number Diff line change @@ -1891,7 +1891,7 @@ class UpdatePromptSnippetResponseBody(BaseModel):
1891
1891
created : Optional [datetime ] = None
1892
1892
r"""The date and time the resource was created"""
1893
1893
1894
- updated : Optional [datetime ] = dateutil .parser .isoparse ("2025-02-11T16:43:21.610Z " )
1894
+ updated : Optional [datetime ] = dateutil .parser .isoparse ("2025-02-11T17:53:37.707Z " )
1895
1895
r"""The date and time the resource was last updated"""
1896
1896
1897
1897
@model_serializer (mode = "wrap" )
You can’t perform that action at this time.
0 commit comments