Skip to content

Commit 4510346

Browse files
committed
## Python SDK Changes Detected:
* `ragie.documents.get_source()`: `response.status[200]` **Changed** **Breaking** ⚠️ * `ragie.authenticators.create_authenticator_connection()`: * `request.create_authenticator_connection.connection.[sharepoint].data` **Changed** **Breaking** ⚠️
1 parent 5d75d5e commit 4510346

File tree

14 files changed

+147
-32
lines changed

14 files changed

+147
-32
lines changed

.speakeasy/gen.lock

Lines changed: 11 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -1,20 +1,20 @@
11
lockVersion: 2.0.0
22
id: 891d898b-5da4-4813-8dd3-fceb5b9832fe
33
management:
4-
docChecksum: bf28c7679ddea849daa903e0993f7d99
4+
docChecksum: aa2201ab955d3c1a12f853b9d2ea4458
55
docVersion: 1.0.0
6-
speakeasyVersion: 1.637.3
7-
generationVersion: 2.727.9
8-
releaseVersion: 1.13.0
9-
configChecksum: 44adeaa41b793605d2a6b3befc34dec8
6+
speakeasyVersion: 1.651.0
7+
generationVersion: 2.745.2
8+
releaseVersion: 1.14.0
9+
configChecksum: aeec2e85c5ec74d5920e1113d50ccf89
1010
repoURL: https://github.com/ragieai/ragie-python.git
1111
installationURL: https://github.com/ragieai/ragie-python.git
1212
published: true
1313
features:
1414
python:
1515
additionalDependencies: 1.0.0
1616
constsAndDefaults: 1.0.5
17-
core: 5.23.0
17+
core: 5.23.5
1818
defaultEnabledRetries: 0.2.0
1919
devContainers: 3.0.0
2020
downloadStreams: 1.0.1
@@ -25,7 +25,7 @@ features:
2525
globalSecurity: 3.0.4
2626
globalSecurityCallbacks: 1.0.0
2727
globalSecurityFlattening: 1.0.0
28-
globalServerURLs: 3.1.1
28+
globalServerURLs: 3.2.0
2929
groups: 3.0.1
3030
methodArguments: 1.0.2
3131
multipartFileContentType: 1.0.0
@@ -250,6 +250,7 @@ generatedFiles:
250250
- docs/models/setconnectionlimitsconnectionsconnectionidlimitputrequest.md
251251
- docs/models/setpartitionlimitspartitionspartitionidlimitsputrequest.md
252252
- docs/models/sharepointdata.md
253+
- docs/models/sharepointdrivedata.md
253254
- docs/models/sharepointfiledata.md
254255
- docs/models/sharepointsitedata.md
255256
- docs/models/slackdata.md
@@ -472,6 +473,7 @@ generatedFiles:
472473
- src/ragie/models/set_partition_limits_partitions_partition_id_limits_putop.py
473474
- src/ragie/models/setconnectionenabledpayload.py
474475
- src/ragie/models/sharepointdata.py
476+
- src/ragie/models/sharepointdrivedata.py
475477
- src/ragie/models/sharepointfiledata.py
476478
- src/ragie/models/sharepointsitedata.py
477479
- src/ragie/models/slackdata.py
@@ -768,6 +770,7 @@ examples:
768770
responses:
769771
"200":
770772
application/octet-stream: "x-file: example.file"
773+
'*/*': "x-file: example.file"
771774
"422":
772775
application/json: {}
773776
"401":
@@ -1222,4 +1225,4 @@ examples:
12221225
application/json: {"detail": "<value>"}
12231226
examplesVersion: 1.0.2
12241227
generatedTests: {}
1225-
releaseNotes: "## Python SDK Changes Detected:\n* `ragie.responses.create()`: `response` **Changed** **Breaking** :warning:\n* `ragie.responses.get()`: `response` **Changed** **Breaking** :warning:\n* `ragie.connections.create_o_auth_redirect_url()`: \n * `request.metadata.{}.[number]` **Added**\n* `ragie.connections.set_enabled()`: `response.metadata.{}.[number]` **Added**\n* `ragie.documents.create_document_from_url()`: \n * `request.metadata.{}.[number]` **Added**\n * `response.metadata.{}.[number]` **Added**\n* `ragie.documents.get()`: `response.metadata.{}.[number]` **Added**\n* `ragie.documents.patch_metadata()`: `response.[document_metadata_update].metadata.{}.[number]` **Added**\n* `ragie.documents.get_content()`: `response.metadata.{}.[number]` **Added**\n* `ragie.connections.create_connection()`: \n * `request.metadata.{}.[number]` **Added**\n * `response.metadata.{}.[number]` **Added**\n* `ragie.connections.list()`: `response.connections.[].metadata.{}.[number]` **Added**\n* `ragie.partitions.update()`: **Added**\n* `ragie.documents.create_raw()`: \n * `request.metadata.{}.[number]` **Added**\n * `response.metadata.{}.[number]` **Added**\n* `ragie.connections.get()`: `response.metadata.{}.[number]` **Added**\n* `ragie.connections.update()`: \n * `request.connection_base.metadata.{}.[number]` **Added**\n * `response.metadata.{}.[number]` **Added**\n* `ragie.connections.set_limits()`: `response.metadata.{}.[number]` **Added**\n* `ragie.partitions.list()`: `response.partitions.[]` **Changed**\n* `ragie.partitions.create()`: \n * `request.description` **Added**\n * `response` **Changed**\n* `ragie.partitions.get()`: `response` **Changed**\n* `ragie.partitions.set_limits()`: `response` **Changed**\n* `ragie.authenticators.create_authenticator_connection()`: \n * `request.create_authenticator_connection.metadata.{}.[number]` **Added**\n * `response.metadata.{}.[number]` **Added**\n* `ragie.documents.create()`: `response.metadata.{}.[number]` **Added**\n* `ragie.documents.list()`: `response.documents.[].metadata.{}.[number]` **Added**\n"
1228+
releaseNotes: "## Python SDK Changes Detected:\n* `ragie.documents.get_source()`: `response.status[200]` **Changed** **Breaking** :warning:\n* `ragie.authenticators.create_authenticator_connection()`: \n * `request.create_authenticator_connection.connection.[sharepoint].data` **Changed** **Breaking** :warning:\n"

.speakeasy/gen.yaml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,12 +22,13 @@ generation:
2222
hoistGlobalSecurity: true
2323
schemas:
2424
allOfMergeStrategy: shallowMerge
25+
requestBodyFieldName: ""
2526
tests:
2627
generateTests: true
2728
generateNewTests: false
2829
skipResponseBodyAssertions: false
2930
python:
30-
version: 1.13.0
31+
version: 1.14.0
3132
additionalDependencies:
3233
dev: {}
3334
main: {}

.speakeasy/workflow.lock

Lines changed: 7 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -1,21 +1,21 @@
1-
speakeasyVersion: 1.637.3
1+
speakeasyVersion: 1.651.0
22
sources:
33
Ragie-OAS:
44
sourceNamespace: ragie-oas
5-
sourceRevisionDigest: sha256:20c38add656b3f97d73dd7b91d4b6a230c0d039a8f622ebdd32990bbd635a400
6-
sourceBlobDigest: sha256:6d5db1fdd972bae787e5b8f3730075db7a2410982354cb534ff9f548dce9aea4
5+
sourceRevisionDigest: sha256:6b2cf84f23c8aff4ff72347928090c4bcaa250b51cf2a622c737a8bdbda83fd4
6+
sourceBlobDigest: sha256:e09a8628ee3da98d5bd298f7eec0d1cc2514d33deab7c8ceef5eae5fadd53ce0
77
tags:
88
- latest
9-
- speakeasy-sdk-regen-1759190870
9+
- speakeasy-sdk-regen-1762387664
1010
- 1.0.0
1111
targets:
1212
ragie:
1313
source: Ragie-OAS
1414
sourceNamespace: ragie-oas
15-
sourceRevisionDigest: sha256:20c38add656b3f97d73dd7b91d4b6a230c0d039a8f622ebdd32990bbd635a400
16-
sourceBlobDigest: sha256:6d5db1fdd972bae787e5b8f3730075db7a2410982354cb534ff9f548dce9aea4
15+
sourceRevisionDigest: sha256:6b2cf84f23c8aff4ff72347928090c4bcaa250b51cf2a622c737a8bdbda83fd4
16+
sourceBlobDigest: sha256:e09a8628ee3da98d5bd298f7eec0d1cc2514d33deab7c8ceef5eae5fadd53ce0
1717
codeSamplesNamespace: ragie-oas-python-code-samples
18-
codeSamplesRevisionDigest: sha256:f4d22ee8fb45a5e2205d5510d0fb19fb0f5ad016245e5db78341daaf8bae989e
18+
codeSamplesRevisionDigest: sha256:7db49e09452f7b408bc9558b1e83a96097c6d4b51774cab280e180f02d1b2596
1919
workflow:
2020
workflowVersion: 1.0.0
2121
speakeasyVersion: latest

RELEASES.md

Lines changed: 11 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -248,4 +248,14 @@ Based on:
248248
### Generated
249249
- [python v1.13.0] .
250250
### Releases
251-
- [PyPI v1.13.0] https://pypi.org/project/ragie/1.13.0 - .
251+
- [PyPI v1.13.0] https://pypi.org/project/ragie/1.13.0 - .
252+
253+
## 2025-11-09 00:08:28
254+
### Changes
255+
Based on:
256+
- OpenAPI Doc
257+
- Speakeasy CLI 1.651.0 (2.745.2) https://github.com/speakeasy-api/speakeasy
258+
### Generated
259+
- [python v1.14.0] .
260+
### Releases
261+
- [PyPI v1.14.0] https://pypi.org/project/ragie/1.14.0 - .

docs/models/sharepointdata.md

Lines changed: 5 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,8 @@
33

44
## Fields
55

6-
| Field | Type | Required | Description |
7-
| ------------------------------------------------------------------ | ------------------------------------------------------------------ | ------------------------------------------------------------------ | ------------------------------------------------------------------ |
8-
| `site` | [models.SharepointSiteData](../models/sharepointsitedata.md) | :heavy_check_mark: | N/A |
9-
| `files` | List[[models.SharepointFileData](../models/sharepointfiledata.md)] | :heavy_check_mark: | N/A |
6+
| Field | Type | Required | Description |
7+
| ------------------------------------------------------------------------ | ------------------------------------------------------------------------ | ------------------------------------------------------------------------ | ------------------------------------------------------------------------ |
8+
| `site` | [models.SharepointSiteData](../models/sharepointsitedata.md) | :heavy_check_mark: | N/A |
9+
| `drive` | [Nullable[models.SharepointDriveData]](../models/sharepointdrivedata.md) | :heavy_check_mark: | N/A |
10+
| `files` | List[[models.SharepointFileData](../models/sharepointfiledata.md)] | :heavy_check_mark: | N/A |

docs/models/sharepointdrivedata.md

Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,9 @@
1+
# SharepointDriveData
2+
3+
4+
## Fields
5+
6+
| Field | Type | Required | Description |
7+
| ------------------ | ------------------ | ------------------ | ------------------ |
8+
| `id` | *str* | :heavy_check_mark: | N/A |
9+
| `name` | *str* | :heavy_check_mark: | N/A |

docs/models/sharepointfiledata.md

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,4 +7,5 @@
77
| -------------------------------- | -------------------------------- | -------------------------------- | -------------------------------- |
88
| `id` | *str* | :heavy_check_mark: | N/A |
99
| `name` | *str* | :heavy_check_mark: | N/A |
10-
| `type` | [models.Type](../models/type.md) | :heavy_check_mark: | N/A |
10+
| `type` | [models.Type](../models/type.md) | :heavy_check_mark: | N/A |
11+
| `drive_id` | *Nullable[str]* | :heavy_check_mark: | N/A |

pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11

22
[project]
33
name = "ragie"
4-
version = "1.13.0"
4+
version = "1.14.0"
55
description = "Python Client SDK Generated by Speakeasy."
66
authors = [{ name = "Speakeasy" },]
77
readme = "README-PYPI.md"

src/ragie/_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 = "ragie"
6-
__version__: str = "1.13.0"
6+
__version__: str = "1.14.0"
77
__openapi_doc_version__: str = "1.0.0"
8-
__gen_version__: str = "2.727.9"
9-
__user_agent__: str = "speakeasy-sdk/python 1.13.0 2.727.9 1.0.0 ragie"
8+
__gen_version__: str = "2.745.2"
9+
__user_agent__: str = "speakeasy-sdk/python 1.14.0 2.745.2 1.0.0 ragie"
1010

1111
try:
1212
if __package__ is not None:

src/ragie/documents.py

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -2979,7 +2979,7 @@ def get_source(
29792979
request_has_path_params=True,
29802980
request_has_query_params=True,
29812981
user_agent_header="user-agent",
2982-
accept_header_value="application/octet-stream",
2982+
accept_header_value="*/*",
29832983
http_headers=http_headers,
29842984
security=self.sdk_configuration.security,
29852985
timeout_ms=timeout_ms,
@@ -3008,7 +3008,7 @@ def get_source(
30083008
)
30093009

30103010
response_data: Any = None
3011-
if utils.match_response(http_res, "200", "application/octet-stream"):
3011+
if utils.match_response(http_res, "200", "*/*"):
30123012
return http_res
30133013
if utils.match_response(http_res, "422", "application/json"):
30143014
http_res_text = utils.stream_to_text(http_res)
@@ -3086,7 +3086,7 @@ async def get_source_async(
30863086
request_has_path_params=True,
30873087
request_has_query_params=True,
30883088
user_agent_header="user-agent",
3089-
accept_header_value="application/octet-stream",
3089+
accept_header_value="*/*",
30903090
http_headers=http_headers,
30913091
security=self.sdk_configuration.security,
30923092
timeout_ms=timeout_ms,
@@ -3115,7 +3115,7 @@ async def get_source_async(
31153115
)
31163116

31173117
response_data: Any = None
3118-
if utils.match_response(http_res, "200", "application/octet-stream"):
3118+
if utils.match_response(http_res, "200", "*/*"):
31193119
return http_res
31203120
if utils.match_response(http_res, "422", "application/json"):
31213121
http_res_text = await utils.stream_to_text_async(http_res)

0 commit comments

Comments
 (0)