Skip to content

Commit d957e3a

Browse files
committed
ci: regenerated with OpenAPI Doc , Speakeasy CLI 1.488.0
1 parent 3328b81 commit d957e3a

14 files changed

+32
-22
lines changed

.speakeasy/gen.lock

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,12 +1,12 @@
11
lockVersion: 2.0.0
22
id: fd34e2fb-ef13-41ac-aee3-a7cff2be8de7
33
management:
4-
docChecksum: d88e55d56d39272a436eaa2b9ca28a44
4+
docChecksum: 077ea65a412989d6d6f7067af4149846
55
docVersion: "2.0"
66
speakeasyVersion: 1.488.0
77
generationVersion: 2.506.0
8-
releaseVersion: 3.1.0
9-
configChecksum: 868c32510d84fa95dc3c419af042e891
8+
releaseVersion: 3.1.1
9+
configChecksum: 57a86af662e6b4fe1913d3f0f3dcb696
1010
repoURL: https://github.com/orq-ai/orq-python.git
1111
installationURL: https://github.com/orq-ai/orq-python.git
1212
published: true

.speakeasy/workflow.lock

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -10,11 +10,11 @@ sources:
1010
- "2.0"
1111
orq-ai-sdk-python:
1212
sourceNamespace: orq-ai-sdk-python
13-
sourceRevisionDigest: sha256:8258930a2ac929ef10f9cc835c67b900c9bc21d49597d5b54686e4ead108e06b
14-
sourceBlobDigest: sha256:a47c00cd79a27a4e20b6e0d01fd9b5f2c0946d6b7e4375e548c60d2a189be33a
13+
sourceRevisionDigest: sha256:52ac12c4714030143195ccf0f69d092bad5ea08a83dbe821f8107a960f5226b5
14+
sourceBlobDigest: sha256:7c7f96e7a47d847e39b9fdc64b548b24cc7b4e2ab2d0287c0f614bde642c10ab
1515
tags:
1616
- latest
17-
- speakeasy-sdk-regen-1739292301
17+
- speakeasy-sdk-regen-1739296517
1818
- "2.0"
1919
targets:
2020
orq-ai-sdk-prerelease-python:
@@ -27,10 +27,10 @@ targets:
2727
orq-ai-sdk-python:
2828
source: orq-ai-sdk-python
2929
sourceNamespace: orq-ai-sdk-python
30-
sourceRevisionDigest: sha256:8258930a2ac929ef10f9cc835c67b900c9bc21d49597d5b54686e4ead108e06b
31-
sourceBlobDigest: sha256:a47c00cd79a27a4e20b6e0d01fd9b5f2c0946d6b7e4375e548c60d2a189be33a
30+
sourceRevisionDigest: sha256:52ac12c4714030143195ccf0f69d092bad5ea08a83dbe821f8107a960f5226b5
31+
sourceBlobDigest: sha256:7c7f96e7a47d847e39b9fdc64b548b24cc7b4e2ab2d0287c0f614bde642c10ab
3232
codeSamplesNamespace: orq-ai-sdk-python-code-samples
33-
codeSamplesRevisionDigest: sha256:932545731188eef2868d50ac85a5cfa6084409406855cd3542e11164d1b4ef06
33+
codeSamplesRevisionDigest: sha256:3efb446196bf72e0bceacac241fa3159dc203b018ec754d533bedc95c08bdb73
3434
workflow:
3535
workflowVersion: 1.0.0
3636
speakeasyVersion: latest

RELEASES.md

Lines changed: 11 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -38,4 +38,14 @@ Based on:
3838
### Generated
3939
- [python v3.1.0] .
4040
### 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 - .

pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[project]
22
name = "orq-ai-sdk"
3-
version = "3.1.0"
3+
version = "3.1.1"
44
description = "Python Client SDK for the Orq API."
55
authors = [{ name = "Orq" },]
66
readme = "README-PYPI.md"

src/orq_ai_sdk/_version.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -3,10 +3,10 @@
33
import importlib.metadata
44

55
__title__: str = "orq-ai-sdk"
6-
__version__: str = "3.1.0"
6+
__version__: str = "3.1.1"
77
__openapi_doc_version__: str = "2.0"
88
__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"
1010

1111
try:
1212
if __package__ is not None:

src/orq_ai_sdk/models/createcontactop.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -134,7 +134,7 @@ class CreateContactResponseBody(BaseModel):
134134
created: Optional[datetime] = None
135135
r"""The date and time the resource was created"""
136136

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")
138138
r"""The date and time the resource was last updated"""
139139

140140
@model_serializer(mode="wrap")

src/orq_ai_sdk/models/createpromptsnippetop.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1818,7 +1818,7 @@ class CreatePromptSnippetResponseBody(BaseModel):
18181818
created: Optional[datetime] = None
18191819
r"""The date and time the resource was created"""
18201820

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")
18221822
r"""The date and time the resource was last updated"""
18231823

18241824
@model_serializer(mode="wrap")

src/orq_ai_sdk/models/filegetop.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -60,5 +60,5 @@ class FileGetResponseBody(BaseModel):
6060
workspace_id: str
6161
r"""The id of the resource"""
6262

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")
6464
r"""The date and time the resource was created"""

src/orq_ai_sdk/models/filelistop.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -114,7 +114,7 @@ class FileListData(BaseModel):
114114
workspace_id: str
115115
r"""The id of the resource"""
116116

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")
118118
r"""The date and time the resource was created"""
119119

120120

src/orq_ai_sdk/models/fileuploadop.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -94,5 +94,5 @@ class FileUploadResponseBody(BaseModel):
9494
workspace_id: str
9595
r"""The id of the resource"""
9696

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")
9898
r"""The date and time the resource was created"""

src/orq_ai_sdk/models/findonebykeypromptsnippetop.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1307,7 +1307,7 @@ class FindOneByKeyPromptSnippetResponseBody(BaseModel):
13071307
created: Optional[datetime] = None
13081308
r"""The date and time the resource was created"""
13091309

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")
13111311
r"""The date and time the resource was last updated"""
13121312

13131313
@model_serializer(mode="wrap")

src/orq_ai_sdk/models/findonepromptsnippetop.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1277,7 +1277,7 @@ class FindOnePromptSnippetResponseBody(BaseModel):
12771277
created: Optional[datetime] = None
12781278
r"""The date and time the resource was created"""
12791279

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")
12811281
r"""The date and time the resource was last updated"""
12821282

12831283
@model_serializer(mode="wrap")

src/orq_ai_sdk/models/getallpromptsnippetsop.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1296,7 +1296,7 @@ class GetAllPromptSnippetsData(BaseModel):
12961296
created: Optional[datetime] = None
12971297
r"""The date and time the resource was created"""
12981298

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")
13001300
r"""The date and time the resource was last updated"""
13011301

13021302
@model_serializer(mode="wrap")

src/orq_ai_sdk/models/updatepromptsnippetop.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1891,7 +1891,7 @@ class UpdatePromptSnippetResponseBody(BaseModel):
18911891
created: Optional[datetime] = None
18921892
r"""The date and time the resource was created"""
18931893

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")
18951895
r"""The date and time the resource was last updated"""
18961896

18971897
@model_serializer(mode="wrap")

0 commit comments

Comments
 (0)