File tree Expand file tree Collapse file tree 9 files changed +36
-15
lines changed
Expand file tree Collapse file tree 9 files changed +36
-15
lines changed Original file line number Diff line number Diff line change @@ -3,10 +3,10 @@ id: 891d898b-5da4-4813-8dd3-fceb5b9832fe
33management:
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
Original file line number Diff line number Diff line change @@ -15,7 +15,7 @@ generation:
1515 auth :
1616 oAuth2ClientCredentialsEnabled : false
1717python :
18- version : 1.2.0
18+ version : 1.2.1
1919 additionalDependencies :
2020 dev : {}
2121 main : {}
Original file line number Diff line number Diff line change 1- speakeasyVersion: 1.423.4
1+ speakeasyVersion: 1.423.5
22sources:
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
910targets:
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
1518workflow:
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
Original file line number Diff line number Diff 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
Original file line number Diff line number Diff 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 - .
Original file line number Diff line number Diff line change 11[tool .poetry ]
22name = " ragie"
3- version = " 1.2.0 "
3+ version = " 1.2.1 "
44description = " Python Client SDK Generated by Speakeasy."
55authors = [" Speakeasy" ,]
66readme = " README-PYPI.md"
Original file line number Diff line number Diff line change 33import importlib .metadata
44
55__title__ : str = "ragie"
6- __version__ : str = "1.2.0 "
6+ __version__ : str = "1.2.1 "
77
88try :
99 if __package__ is not None :
Original file line number Diff line number Diff 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
You canβt perform that action at this time.
0 commit comments