Skip to content

Commit 1565a65

Browse files
Merge pull request #2 from ragieai/speakeasy-sdk-regen-1723210870
chore: 🐝 Update SDK - Generate 0.0.3
2 parents 0c45ac3 + 96d2c0c commit 1565a65

File tree

8 files changed

+44
-32
lines changed

8 files changed

+44
-32
lines changed

β€Ž.gitignoreβ€Ž

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,4 @@
1+
README-PYPI.md
12
.venv/
23
venv/
34
src/*.egg-info/

β€Ž.speakeasy/gen.lockβ€Ž

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -5,8 +5,8 @@ management:
55
docVersion: 1.0.0
66
speakeasyVersion: 1.358.0
77
generationVersion: 2.390.6
8-
releaseVersion: 0.0.2
9-
configChecksum: 60d1e0747c5db59ece6bb213a4dbf013
8+
releaseVersion: 0.0.3
9+
configChecksum: c517199efeda1f91dbea8e5cf0508d32
1010
repoURL: https://github.com/ragieai/ragie-python.git
1111
installationURL: https://github.com/ragieai/ragie-python.git
1212
published: true

β€Ž.speakeasy/gen.yamlβ€Ž

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ generation:
1515
auth:
1616
oAuth2ClientCredentialsEnabled: false
1717
python:
18-
version: 0.0.2
18+
version: 0.0.3
1919
additionalDependencies:
2020
dev: {}
2121
main: {}

β€Ž.speakeasy/workflow.lockβ€Ž

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -2,17 +2,17 @@ speakeasyVersion: 1.358.0
22
sources:
33
Ragie-OAS:
44
sourceNamespace: ragie-oas
5-
sourceRevisionDigest: sha256:3240f06a0e493a164a41541fe2414b1ffaa674da5d6915360c6fb9c45b61b1c0
6-
sourceBlobDigest: sha256:46dea952781eaab36bed789300ccb66db35cfd926f01bc32977dddfc2fc91fb1
5+
sourceRevisionDigest: sha256:81bc2f7d3e90be5141dc391d6548f267850ade94b7ce3fd422ab9d2f3c0ac408
6+
sourceBlobDigest: sha256:050497eb3e77884cc1ba62a6bbdd8c49e7d86051332ac4ffe0c9d436dd3ab749
77
tags:
88
- latest
99
- main
1010
targets:
1111
ragie:
1212
source: Ragie-OAS
1313
sourceNamespace: ragie-oas
14-
sourceRevisionDigest: sha256:3240f06a0e493a164a41541fe2414b1ffaa674da5d6915360c6fb9c45b61b1c0
15-
sourceBlobDigest: sha256:46dea952781eaab36bed789300ccb66db35cfd926f01bc32977dddfc2fc91fb1
14+
sourceRevisionDigest: sha256:81bc2f7d3e90be5141dc391d6548f267850ade94b7ce3fd422ab9d2f3c0ac408
15+
sourceBlobDigest: sha256:050497eb3e77884cc1ba62a6bbdd8c49e7d86051332ac4ffe0c9d436dd3ab749
1616
outLocation: /github/workspace/repo
1717
workflow:
1818
workflowVersion: 1.0.0

β€ŽREADME-PYPI.mdβ€Ž

Lines changed: 22 additions & 21 deletions
Original file line numberDiff line numberDiff line change
@@ -21,12 +21,12 @@ It has been generated successfully based on your OpenAPI spec. However, it is no
2121

2222
PIP
2323
```bash
24-
pip install git+<UNSET>.git
24+
pip install ragie
2525
```
2626

2727
Poetry
2828
```bash
29-
poetry add git+<UNSET>.git
29+
poetry add ragie
3030
```
3131
<!-- End SDK Installation [installation] -->
3232

@@ -98,30 +98,30 @@ asyncio.run(main())
9898
<!-- Start Available Resources and Operations [operations] -->
9999
## Available Resources and Operations
100100

101-
### [documents](docs/sdks/documents/README.md)
101+
### [documents](https://github.com/ragieai/ragie-python/blob/master/docs/sdks/documents/README.md)
102102

103-
* [list](docs/sdks/documents/README.md#list) - List Documents
104-
* [create](docs/sdks/documents/README.md#create) - Create Document
105-
* [create_raw](docs/sdks/documents/README.md#create_raw) - Create Document Raw
106-
* [create_document_from_url](docs/sdks/documents/README.md#create_document_from_url) - Create Document From Url
107-
* [get](docs/sdks/documents/README.md#get) - Get Document
108-
* [delete](docs/sdks/documents/README.md#delete) - Delete Document
109-
* [update_file](docs/sdks/documents/README.md#update_file) - Update Document File
110-
* [update_raw](docs/sdks/documents/README.md#update_raw) - Update Document Raw
111-
* [patch_metadata](docs/sdks/documents/README.md#patch_metadata) - Patch Document Metadata
112-
* [get_summary](docs/sdks/documents/README.md#get_summary) - Get Document Summary
103+
* [list](https://github.com/ragieai/ragie-python/blob/master/docs/sdks/documents/README.md#list) - List Documents
104+
* [create](https://github.com/ragieai/ragie-python/blob/master/docs/sdks/documents/README.md#create) - Create Document
105+
* [create_raw](https://github.com/ragieai/ragie-python/blob/master/docs/sdks/documents/README.md#create_raw) - Create Document Raw
106+
* [create_document_from_url](https://github.com/ragieai/ragie-python/blob/master/docs/sdks/documents/README.md#create_document_from_url) - Create Document From Url
107+
* [get](https://github.com/ragieai/ragie-python/blob/master/docs/sdks/documents/README.md#get) - Get Document
108+
* [delete](https://github.com/ragieai/ragie-python/blob/master/docs/sdks/documents/README.md#delete) - Delete Document
109+
* [update_file](https://github.com/ragieai/ragie-python/blob/master/docs/sdks/documents/README.md#update_file) - Update Document File
110+
* [update_raw](https://github.com/ragieai/ragie-python/blob/master/docs/sdks/documents/README.md#update_raw) - Update Document Raw
111+
* [patch_metadata](https://github.com/ragieai/ragie-python/blob/master/docs/sdks/documents/README.md#patch_metadata) - Patch Document Metadata
112+
* [get_summary](https://github.com/ragieai/ragie-python/blob/master/docs/sdks/documents/README.md#get_summary) - Get Document Summary
113113

114-
### [retrievals](docs/sdks/retrievals/README.md)
114+
### [retrievals](https://github.com/ragieai/ragie-python/blob/master/docs/sdks/retrievals/README.md)
115115

116-
* [retrieve](docs/sdks/retrievals/README.md#retrieve) - Retrieve
116+
* [retrieve](https://github.com/ragieai/ragie-python/blob/master/docs/sdks/retrievals/README.md#retrieve) - Retrieve
117117

118-
### [entities](docs/sdks/entities/README.md)
118+
### [entities](https://github.com/ragieai/ragie-python/blob/master/docs/sdks/entities/README.md)
119119

120-
* [list_instructions](docs/sdks/entities/README.md#list_instructions) - List Instructions
121-
* [create_instruction](docs/sdks/entities/README.md#create_instruction) - Create Instruction
122-
* [update_instruction](docs/sdks/entities/README.md#update_instruction) - Update Instruction
123-
* [list_by_instruction](docs/sdks/entities/README.md#list_by_instruction) - Get Instruction Extracted Entities
124-
* [list_by_document](docs/sdks/entities/README.md#list_by_document) - Get Document Extracted Entities
120+
* [list_instructions](https://github.com/ragieai/ragie-python/blob/master/docs/sdks/entities/README.md#list_instructions) - List Instructions
121+
* [create_instruction](https://github.com/ragieai/ragie-python/blob/master/docs/sdks/entities/README.md#create_instruction) - Create Instruction
122+
* [update_instruction](https://github.com/ragieai/ragie-python/blob/master/docs/sdks/entities/README.md#update_instruction) - Update Instruction
123+
* [list_by_instruction](https://github.com/ragieai/ragie-python/blob/master/docs/sdks/entities/README.md#list_by_instruction) - Get Instruction Extracted Entities
124+
* [list_by_document](https://github.com/ragieai/ragie-python/blob/master/docs/sdks/entities/README.md#list_by_document) - Get Document Extracted Entities
125125
<!-- End Available Resources and Operations [operations] -->
126126

127127
<!-- Start Pagination [pagination] -->
@@ -507,3 +507,4 @@ While we value open-source contributions to this SDK, this library is generated
507507
We look forward to hearing your feedback. Feel free to open a PR or an issue with a proof of concept and we'll do our best to include it in a future release.
508508

509509
### SDK Created by [Speakeasy](https://www.speakeasy.com/?utm_source=<no value>&utm_campaign=python)
510+
# ragie-python

β€ŽRELEASES.mdβ€Ž

Lines changed: 11 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,4 +8,14 @@ Based on:
88
### Generated
99
- [python v0.0.2] .
1010
### Releases
11-
- [PyPI v0.0.2] https://pypi.org/project/ragie/0.0.2 - .
11+
- [PyPI v0.0.2] https://pypi.org/project/ragie/0.0.2 - .
12+
13+
## 2024-08-09 13:41:08
14+
### Changes
15+
Based on:
16+
- OpenAPI Doc
17+
- Speakeasy CLI 1.358.0 (2.390.6) https://github.com/speakeasy-api/speakeasy
18+
### Generated
19+
- [python v0.0.3] .
20+
### Releases
21+
- [PyPI v0.0.3] https://pypi.org/project/ragie/0.0.3 - .

β€Žpyproject.tomlβ€Ž

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[tool.poetry]
22
name = "ragie"
3-
version = "0.0.2"
3+
version = "0.0.3"
44
description = "Python Client SDK Generated by Speakeasy."
55
authors = ["Speakeasy",]
66
readme = "README-PYPI.md"

β€Žsrc/ragie/sdkconfiguration.pyβ€Ž

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -26,9 +26,9 @@ class SDKConfiguration:
2626
server_idx: Optional[int] = 0
2727
language: str = "python"
2828
openapi_doc_version: str = "1.0.0"
29-
sdk_version: str = "0.0.2"
29+
sdk_version: str = "0.0.3"
3030
gen_version: str = "2.390.6"
31-
user_agent: str = "speakeasy-sdk/python 0.0.2 2.390.6 1.0.0 ragie"
31+
user_agent: str = "speakeasy-sdk/python 0.0.3 2.390.6 1.0.0 ragie"
3232
retry_config: OptionalNullable[RetryConfig] = Field(default_factory=lambda: UNSET)
3333
timeout_ms: Optional[int] = None
3434

0 commit comments

Comments
Β (0)