Skip to content

Commit aee8dac

Browse files
Merge pull request #9 from ragieai/speakeasy-sdk-regen-1730322616
chore: 🐝 Update SDK - Generate 1.2.1
2 parents 31af046 + b6da49f commit aee8dac

File tree

9 files changed

+36
-15
lines changed

9 files changed

+36
-15
lines changed

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

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -3,10 +3,10 @@ id: 891d898b-5da4-4813-8dd3-fceb5b9832fe
33
management:
44
docChecksum: acc4c90fc4b614946193b46937ffde52
55
docVersion: 1.0.0
6-
speakeasyVersion: 1.423.4
6+
speakeasyVersion: 1.423.5
77
generationVersion: 2.445.1
8-
releaseVersion: 1.2.0
9-
configChecksum: f5ac5f71458ec1f676413896ba769429
8+
releaseVersion: 1.2.1
9+
configChecksum: 67b58dfdcb2880a057412594fef8571b
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: 1.2.0
18+
version: 1.2.1
1919
additionalDependencies:
2020
dev: {}
2121
main: {}

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

Lines changed: 12 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1,17 +1,20 @@
1-
speakeasyVersion: 1.423.4
1+
speakeasyVersion: 1.423.5
22
sources:
33
Ragie-OAS:
44
sourceNamespace: ragie-oas
5-
sourceRevisionDigest: sha256:54649453cfdf28b01bb16026230ee4519d12e957cac2c533b2e587255c2e0aa7
6-
sourceBlobDigest: sha256:2a5183239c79a5760095952afb3f7613425048ae918ea203a1306422ed7468d7
5+
sourceRevisionDigest: sha256:20e7de54f619d0f6f82aed5b056295533dc2a7a28cd853b1622e8ed977921467
6+
sourceBlobDigest: sha256:aad7cf9af8bd48460279b02747608cd4e4b10b3d05d54b51e6f570bd34530893
77
tags:
88
- latest
9+
- main
910
targets:
1011
ragie:
1112
source: Ragie-OAS
1213
sourceNamespace: ragie-oas
13-
sourceRevisionDigest: sha256:54649453cfdf28b01bb16026230ee4519d12e957cac2c533b2e587255c2e0aa7
14-
sourceBlobDigest: sha256:2a5183239c79a5760095952afb3f7613425048ae918ea203a1306422ed7468d7
14+
sourceRevisionDigest: sha256:20e7de54f619d0f6f82aed5b056295533dc2a7a28cd853b1622e8ed977921467
15+
sourceBlobDigest: sha256:aad7cf9af8bd48460279b02747608cd4e4b10b3d05d54b51e6f570bd34530893
16+
codeSamplesNamespace: ragie-oas-code-samples
17+
codeSamplesRevisionDigest: sha256:62e67a7aa6cf95063ed3f26eba7c7df17a6d7fc242093c6b1edbd9e7a589ac1e
1518
workflow:
1619
workflowVersion: 1.0.0
1720
speakeasyVersion: latest
@@ -28,3 +31,7 @@ workflow:
2831
publish:
2932
pypi:
3033
token: $pypi_token
34+
codeSamples:
35+
registry:
36+
location: registry.speakeasyapi.dev/ragie-ai/ragie-ai/ragie-oas-code-samples
37+
blocking: false

β€Ž.speakeasy/workflow.yamlβ€Ž

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -13,3 +13,7 @@ targets:
1313
publish:
1414
pypi:
1515
token: $pypi_token
16+
codeSamples:
17+
registry:
18+
location: registry.speakeasyapi.dev/ragie-ai/ragie-ai/ragie-oas-code-samples
19+
blocking: false

β€Ž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 v1.1.0] .
4040
### Releases
41-
- [PyPI v1.1.0] https://pypi.org/project/ragie/1.1.0 - .
41+
- [PyPI v1.1.0] https://pypi.org/project/ragie/1.1.0 - .
42+
43+
## 2024-10-30 21:10:13
44+
### Changes
45+
Based on:
46+
- OpenAPI Doc
47+
- Speakeasy CLI 1.423.5 (2.445.1) https://github.com/speakeasy-api/speakeasy
48+
### Generated
49+
- [python v1.2.1] .
50+
### Releases
51+
- [PyPI v1.2.1] https://pypi.org/project/ragie/1.2.1 - .

β€Žpoetry.lockβ€Ž

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

β€Ž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 = "1.2.0"
3+
version = "1.2.1"
44
description = "Python Client SDK Generated by Speakeasy."
55
authors = ["Speakeasy",]
66
readme = "README-PYPI.md"

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
import importlib.metadata
44

55
__title__: str = "ragie"
6-
__version__: str = "1.2.0"
6+
__version__: str = "1.2.1"
77

88
try:
99
if __package__ is not None:

β€Ž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 = "1.2.0"
29+
sdk_version: str = "1.2.1"
3030
gen_version: str = "2.445.1"
31-
user_agent: str = "speakeasy-sdk/python 1.2.0 2.445.1 1.0.0 ragie"
31+
user_agent: str = "speakeasy-sdk/python 1.2.1 2.445.1 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)