Skip to content

Commit 1aa5215

Browse files
committed
ci: regenerated with OpenAPI Doc , Speakeasy CLI 1.537.1
1 parent 3e10bf0 commit 1aa5215

26 files changed

+55
-45
lines changed

.speakeasy/workflow.lock

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -2,11 +2,11 @@ speakeasyVersion: 1.537.1
22
sources:
33
orq-ai-sdk-prerelease-python:
44
sourceNamespace: orq-ai-sdk-prerelease-python
5-
sourceRevisionDigest: sha256:2132055eb99c4b1d617224338367246458dda06697781ac5261773b90df55363
6-
sourceBlobDigest: sha256:1bb1ae5e60d567df7c03fe9015e0ee5a8a4e95171c820688328d62f5f1567549
5+
sourceRevisionDigest: sha256:ab621d0970ebc8a5a866a290350ab524cd0dc88f68589aab91a73e4cfe9ad84f
6+
sourceBlobDigest: sha256:acdeb3b105ca928dc6611ee365215724d2ac1f5dd97cc19258403de5541b0e5b
77
tags:
88
- latest
9-
- speakeasy-sdk-regen-1745323338
9+
- speakeasy-sdk-regen-1745406743
1010
- "2.0"
1111
orq-ai-sdk-python:
1212
sourceNamespace: orq-ai-sdk-python
@@ -20,10 +20,10 @@ targets:
2020
orq-ai-sdk-prerelease-python:
2121
source: orq-ai-sdk-prerelease-python
2222
sourceNamespace: orq-ai-sdk-prerelease-python
23-
sourceRevisionDigest: sha256:2132055eb99c4b1d617224338367246458dda06697781ac5261773b90df55363
24-
sourceBlobDigest: sha256:1bb1ae5e60d567df7c03fe9015e0ee5a8a4e95171c820688328d62f5f1567549
23+
sourceRevisionDigest: sha256:ab621d0970ebc8a5a866a290350ab524cd0dc88f68589aab91a73e4cfe9ad84f
24+
sourceBlobDigest: sha256:acdeb3b105ca928dc6611ee365215724d2ac1f5dd97cc19258403de5541b0e5b
2525
codeSamplesNamespace: orq-ai-sdk-prerelease-python-code-samples
26-
codeSamplesRevisionDigest: sha256:aaf74ceecce6af3555f3d1f35f9b1894b2980d50bffafb0cdabd41800a914c82
26+
codeSamplesRevisionDigest: sha256:409bf54e4fb3b78e3ccc2efacf6c2f4427a5aa2d04841e68310af71869b0e597
2727
orq-ai-sdk-python:
2828
source: orq-ai-sdk-python
2929
sourceNamespace: orq-ai-sdk-python

packages/orq-rc/.speakeasy/gen.lock

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1,12 +1,12 @@
11
lockVersion: 2.0.0
22
id: 85e129dc-bc42-49d7-a540-14c82344db7c
33
management:
4-
docChecksum: 8f672e341d512d7494c800b13c6fece8
4+
docChecksum: ba32cd56822012ffe0ea61a264f5df05
55
docVersion: "2.0"
6-
speakeasyVersion: 1.537.0
7-
generationVersion: 2.588.0
8-
releaseVersion: 3.5.0-rc.0
9-
configChecksum: d00bf5433db3ed5248ce6143514fec38
6+
speakeasyVersion: 1.537.1
7+
generationVersion: 2.588.4
8+
releaseVersion: 3.5.0-rc.2
9+
configChecksum: 2c887accdd05a1671df78b18e127a207
1010
repoURL: https://github.com/orq-ai/orq-python.git
1111
repoSubDirectory: packages/orq-rc
1212
installationURL: https://github.com/orq-ai/orq-python.git#subdirectory=packages/orq-rc

packages/orq-rc/RELEASES.md

Lines changed: 11 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1188,4 +1188,14 @@ Based on:
11881188
### Generated
11891189
- [python v3.5.0-rc.0] packages/orq-rc
11901190
### Releases
1191-
- [PyPI v3.5.0-rc.0] https://pypi.org/project/orq-ai-sdk/3.5.0-rc.0 - packages/orq-rc
1191+
- [PyPI v3.5.0-rc.0] https://pypi.org/project/orq-ai-sdk/3.5.0-rc.0 - packages/orq-rc
1192+
1193+
## 2025-04-23 11:12:03
1194+
### Changes
1195+
Based on:
1196+
- OpenAPI Doc
1197+
- Speakeasy CLI 1.537.1 (2.588.4) https://github.com/speakeasy-api/speakeasy
1198+
### Generated
1199+
- [python v3.5.0-rc.2] packages/orq-rc
1200+
### Releases
1201+
- [PyPI v3.5.0-rc.2] https://pypi.org/project/orq-ai-sdk/3.5.0-rc.2 - packages/orq-rc

packages/orq-rc/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.5.0-rc.0"
3+
version = "3.5.0-rc.2"
44
description = "Python Client SDK for the Orq API."
55
authors = [{ name = "Orq" },]
66
readme = "README-PYPI.md"

packages/orq-rc/src/orq_ai_sdk/_version.py

Lines changed: 3 additions & 3 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.5.0-rc.0"
6+
__version__: str = "3.5.0-rc.2"
77
__openapi_doc_version__: str = "2.0"
8-
__gen_version__: str = "2.588.0"
9-
__user_agent__: str = "speakeasy-sdk/python 3.5.0-rc.0 2.588.0 2.0 orq-ai-sdk"
8+
__gen_version__: str = "2.588.4"
9+
__user_agent__: str = "speakeasy-sdk/python 3.5.0-rc.2 2.588.4 2.0 orq-ai-sdk"
1010

1111
try:
1212
if __package__ is not None:

packages/orq-rc/src/orq_ai_sdk/models/bulkcreatedatapointsop.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -397,5 +397,5 @@ class ResponseBody(BaseModel):
397397
created: Optional[datetime] = None
398398
r"""The date and time the resource was created"""
399399

400-
updated: Optional[datetime] = parse_datetime("2025-04-22T12:00:25.416Z")
400+
updated: Optional[datetime] = parse_datetime("2025-04-23T11:10:24.059Z")
401401
r"""The date and time the resource was last updated"""

packages/orq-rc/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] = parse_datetime("2025-04-22T12:00:25.416Z")
137+
updated: Optional[datetime] = parse_datetime("2025-04-23T11:10:24.059Z")
138138
r"""The date and time the resource was last updated"""
139139

140140
@model_serializer(mode="wrap")

packages/orq-rc/src/orq_ai_sdk/models/createdatasetitemop.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -390,5 +390,5 @@ class CreateDatasetItemResponseBody(BaseModel):
390390
created: Optional[datetime] = None
391391
r"""The date and time the resource was created"""
392392

393-
updated: Optional[datetime] = parse_datetime("2025-04-22T12:00:25.416Z")
393+
updated: Optional[datetime] = parse_datetime("2025-04-23T11:10:24.059Z")
394394
r"""The date and time the resource was last updated"""

packages/orq-rc/src/orq_ai_sdk/models/createdatasetop.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -83,5 +83,5 @@ class CreateDatasetResponseBody(BaseModel):
8383
created: Optional[datetime] = None
8484
r"""The date and time the resource was created"""
8585

86-
updated: Optional[datetime] = parse_datetime("2025-04-22T12:00:25.416Z")
86+
updated: Optional[datetime] = parse_datetime("2025-04-23T11:10:24.059Z")
8787
r"""The date and time the resource was last updated"""

packages/orq-rc/src/orq_ai_sdk/models/createdatasourceop.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -226,7 +226,7 @@ class CreateDatasourceResponseBody(BaseModel):
226226
r"""The number of chunks in the datasource"""
227227

228228
id: Annotated[Optional[str], pydantic.Field(alias="_id")] = (
229-
"01JSENY2W8PMG2T1NFE18PNYDE"
229+
"01JSH5F6WDSZDHVDVPAM1QSWTE"
230230
)
231231
r"""The id of the resource"""
232232

packages/orq-rc/src/orq_ai_sdk/models/createtoolop.py

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -448,7 +448,7 @@ class ResponseBody3(BaseModel):
448448
http: ResponseBodyHTTP
449449

450450
id: Annotated[Optional[str], pydantic.Field(alias="_id")] = (
451-
"tool_01JSENY2TZ5FYS3KQHA5R6K737"
451+
"tool_01JSH5F6S38D9ZWS6C1KDMS391"
452452
)
453453

454454
created_by_id: Optional[str] = None
@@ -570,7 +570,7 @@ class ResponseBody2(BaseModel):
570570
json_schema: ResponseBodyJSONSchema
571571

572572
id: Annotated[Optional[str], pydantic.Field(alias="_id")] = (
573-
"tool_01JSENY2TYVY7W4GQ03NVWVVN2"
573+
"tool_01JSH5F6S3V4YMRX0WNS5GVXAQ"
574574
)
575575

576576
created_by_id: Optional[str] = None
@@ -662,7 +662,7 @@ class ResponseBody1(BaseModel):
662662
function: ResponseBodyFunction
663663

664664
id: Annotated[Optional[str], pydantic.Field(alias="_id")] = (
665-
"tool_01JSENY2TX9NQ1NCXNJCZP25S6"
665+
"tool_01JSH5F6RZ366YZPXFM49DRH3B"
666666
)
667667

668668
created_by_id: Optional[str] = None

packages/orq-rc/src/orq_ai_sdk/models/filegetop.py

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

62-
created: Optional[datetime] = parse_datetime("2025-04-22T12:00:28.229Z")
62+
created: Optional[datetime] = parse_datetime("2025-04-23T11:10:26.802Z")
6363
r"""The date and time the resource was created"""

packages/orq-rc/src/orq_ai_sdk/models/filelistop.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -74,7 +74,7 @@ class FileListData(BaseModel):
7474
workspace_id: str
7575
r"""The id of the resource"""
7676

77-
created: Optional[datetime] = parse_datetime("2025-04-22T12:00:28.229Z")
77+
created: Optional[datetime] = parse_datetime("2025-04-23T11:10:26.802Z")
7878
r"""The date and time the resource was created"""
7979

8080

packages/orq-rc/src/orq_ai_sdk/models/fileuploadop.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -91,5 +91,5 @@ class FileUploadResponseBody(BaseModel):
9191
workspace_id: str
9292
r"""The id of the resource"""
9393

94-
created: Optional[datetime] = parse_datetime("2025-04-22T12:00:28.229Z")
94+
created: Optional[datetime] = parse_datetime("2025-04-23T11:10:26.802Z")
9595
r"""The date and time the resource was created"""

packages/orq-rc/src/orq_ai_sdk/models/getalltoolsop.py

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -182,7 +182,7 @@ class Data3(BaseModel):
182182
http: DataHTTP
183183

184184
id: Annotated[Optional[str], pydantic.Field(alias="_id")] = (
185-
"tool_01JSENY2TW35A8FHBHXYG05HF1"
185+
"tool_01JSH5F6RXXP4XH9KTCFRWKSX6"
186186
)
187187

188188
created_by_id: Optional[str] = None
@@ -304,7 +304,7 @@ class Data2(BaseModel):
304304
json_schema: DataJSONSchema
305305

306306
id: Annotated[Optional[str], pydantic.Field(alias="_id")] = (
307-
"tool_01JSENY2TVH8P5B8EEB16FX4BA"
307+
"tool_01JSH5F6RX7DWYYZXPQYRDKCRE"
308308
)
309309

310310
created_by_id: Optional[str] = None
@@ -396,7 +396,7 @@ class Data1(BaseModel):
396396
function: DataFunction
397397

398398
id: Annotated[Optional[str], pydantic.Field(alias="_id")] = (
399-
"tool_01JSENY2TMDBNF22R20SZXC6S9"
399+
"tool_01JSH5F6RWR9XTYFR286MAPFD7"
400400
)
401401

402402
created_by_id: Optional[str] = None

packages/orq-rc/src/orq_ai_sdk/models/listdatasetdatapointsop.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -246,7 +246,7 @@ class ListDatasetDatapointsData(BaseModel):
246246
created: Optional[datetime] = None
247247
r"""The date and time the resource was created"""
248248

249-
updated: Optional[datetime] = parse_datetime("2025-04-22T12:00:25.416Z")
249+
updated: Optional[datetime] = parse_datetime("2025-04-23T11:10:24.059Z")
250250
r"""The date and time the resource was last updated"""
251251

252252

packages/orq-rc/src/orq_ai_sdk/models/listdatasetsop.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -96,7 +96,7 @@ class ListDatasetsData(BaseModel):
9696
created: Optional[datetime] = None
9797
r"""The date and time the resource was created"""
9898

99-
updated: Optional[datetime] = parse_datetime("2025-04-22T12:00:25.416Z")
99+
updated: Optional[datetime] = parse_datetime("2025-04-23T11:10:24.059Z")
100100
r"""The date and time the resource was last updated"""
101101

102102

packages/orq-rc/src/orq_ai_sdk/models/listdatasourcesop.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -125,7 +125,7 @@ class ListDatasourcesData(BaseModel):
125125
r"""The number of chunks in the datasource"""
126126

127127
id: Annotated[Optional[str], pydantic.Field(alias="_id")] = (
128-
"01JSENY2W7WPTTXHJW18MXYRX2"
128+
"01JSH5F6W9A2QZS7YBHE8CNFXD"
129129
)
130130
r"""The id of the resource"""
131131

packages/orq-rc/src/orq_ai_sdk/models/retrievedatapointop.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -223,5 +223,5 @@ class RetrieveDatapointResponseBody(BaseModel):
223223
created: Optional[datetime] = None
224224
r"""The date and time the resource was created"""
225225

226-
updated: Optional[datetime] = parse_datetime("2025-04-22T12:00:25.416Z")
226+
updated: Optional[datetime] = parse_datetime("2025-04-23T11:10:24.059Z")
227227
r"""The date and time the resource was last updated"""

packages/orq-rc/src/orq_ai_sdk/models/retrievedatasetop.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -78,5 +78,5 @@ class RetrieveDatasetResponseBody(BaseModel):
7878
created: Optional[datetime] = None
7979
r"""The date and time the resource was created"""
8080

81-
updated: Optional[datetime] = parse_datetime("2025-04-22T12:00:25.416Z")
81+
updated: Optional[datetime] = parse_datetime("2025-04-23T11:10:24.059Z")
8282
r"""The date and time the resource was last updated"""

packages/orq-rc/src/orq_ai_sdk/models/retrievedatasourceop.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -86,7 +86,7 @@ class RetrieveDatasourceResponseBody(BaseModel):
8686
r"""The number of chunks in the datasource"""
8787

8888
id: Annotated[Optional[str], pydantic.Field(alias="_id")] = (
89-
"01JSENY2W8QKFF0G4PT0JXW5ZY"
89+
"01JSH5F6WC0KK1K5WV7CTP9S2F"
9090
)
9191
r"""The id of the resource"""
9292

packages/orq-rc/src/orq_ai_sdk/models/retrievetoolop.py

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -165,7 +165,7 @@ class RetrieveToolResponseBody3(BaseModel):
165165
http: RetrieveToolResponseBodyHTTP
166166

167167
id: Annotated[Optional[str], pydantic.Field(alias="_id")] = (
168-
"tool_01JSENY2V6Y2WR1Z1JZEPD4YH0"
168+
"tool_01JSH5F6SFJW01NHRD4SFCGT3N"
169169
)
170170

171171
created_by_id: Optional[str] = None
@@ -287,7 +287,7 @@ class RetrieveToolResponseBody2(BaseModel):
287287
json_schema: RetrieveToolResponseBodyJSONSchema
288288

289289
id: Annotated[Optional[str], pydantic.Field(alias="_id")] = (
290-
"tool_01JSENY2V5SZQRNH8WTBT0P1PT"
290+
"tool_01JSH5F6SEMFVAGFY1WPV3NX0D"
291291
)
292292

293293
created_by_id: Optional[str] = None
@@ -379,7 +379,7 @@ class RetrieveToolResponseBody1(BaseModel):
379379
function: RetrieveToolResponseBodyFunction
380380

381381
id: Annotated[Optional[str], pydantic.Field(alias="_id")] = (
382-
"tool_01JSENY2V5XW8DH129SYGXEQFA"
382+
"tool_01JSH5F6SEBA9GQNSE6F4T8AER"
383383
)
384384

385385
created_by_id: Optional[str] = None

packages/orq-rc/src/orq_ai_sdk/models/updatedatapointop.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -394,5 +394,5 @@ class UpdateDatapointResponseBody(BaseModel):
394394
created: Optional[datetime] = None
395395
r"""The date and time the resource was created"""
396396

397-
updated: Optional[datetime] = parse_datetime("2025-04-22T12:00:25.416Z")
397+
updated: Optional[datetime] = parse_datetime("2025-04-23T11:10:24.059Z")
398398
r"""The date and time the resource was last updated"""

packages/orq-rc/src/orq_ai_sdk/models/updatedatasetop.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -119,5 +119,5 @@ class UpdateDatasetResponseBody(BaseModel):
119119
created: Optional[datetime] = None
120120
r"""The date and time the resource was created"""
121121

122-
updated: Optional[datetime] = parse_datetime("2025-04-22T12:00:25.416Z")
122+
updated: Optional[datetime] = parse_datetime("2025-04-23T11:10:24.059Z")
123123
r"""The date and time the resource was last updated"""

packages/orq-rc/src/orq_ai_sdk/models/updatedatasourceop.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -100,7 +100,7 @@ class UpdateDatasourceResponseBody(BaseModel):
100100
r"""The number of chunks in the datasource"""
101101

102102
id: Annotated[Optional[str], pydantic.Field(alias="_id")] = (
103-
"01JSENY2W95Z625DC07TM4C6EJ"
103+
"01JSH5F6WETA26P65DEKYQ8620"
104104
)
105105
r"""The id of the resource"""
106106

packages/orq-rc/src/orq_ai_sdk/models/updatetoolop.py

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -465,7 +465,7 @@ class UpdateToolResponseBody3(BaseModel):
465465
http: UpdateToolResponseBodyHTTP
466466

467467
id: Annotated[Optional[str], pydantic.Field(alias="_id")] = (
468-
"tool_01JSENY2V2HJW2P4TKAQW83B1F"
468+
"tool_01JSH5F6SAD84YZRPNHD4Z566M"
469469
)
470470

471471
created_by_id: Optional[str] = None
@@ -587,7 +587,7 @@ class UpdateToolResponseBody2(BaseModel):
587587
json_schema: UpdateToolResponseBodyJSONSchema
588588

589589
id: Annotated[Optional[str], pydantic.Field(alias="_id")] = (
590-
"tool_01JSENY2V2ZH99YFY16GR3ACYF"
590+
"tool_01JSH5F6S9PE177S2K149Q5SF3"
591591
)
592592

593593
created_by_id: Optional[str] = None
@@ -679,7 +679,7 @@ class UpdateToolResponseBody1(BaseModel):
679679
function: UpdateToolResponseBodyFunction
680680

681681
id: Annotated[Optional[str], pydantic.Field(alias="_id")] = (
682-
"tool_01JSENY2V1MFDZ43MXG7VWMEZ8"
682+
"tool_01JSH5F6S82CKH6C3Z8Q7B9BNH"
683683
)
684684

685685
created_by_id: Optional[str] = None

0 commit comments

Comments
 (0)