reset to v0.1.0

This commit is contained in:
Sheldon Vaughn
2025-09-17 09:19:51 -05:00
parent 80fd801021
commit 540701c0a3
19 changed files with 275 additions and 281 deletions
+10 -22
View File
@@ -1,27 +1,25 @@
lockVersion: 2.0.0
id: 232c6d4f-b0fd-4172-8f1b-e2421566e9b4
id: 03e733ff-14c6-48f8-87a5-37a1a4588594
management:
docChecksum: f629b0ca18ec064975608b5eea7aebfd
docVersion: 1.0.0
speakeasyVersion: 1.612.0
generationVersion: 2.695.0
releaseVersion: 0.6.2
configChecksum: f369a2bbdc8e34f44647641a40369e29
repoURL: https://github.com/speakeasy-sdks/openrouter-python-sdk.git
installationURL: https://github.com/speakeasy-sdks/openrouter-python-sdk.git
speakeasyVersion: 1.617.1
generationVersion: 2.701.8
releaseVersion: 0.1.0
configChecksum: ee7ed66772b5663ad6d381d1b4142fe2
features:
python:
acceptHeaders: 3.0.0
additionalDependencies: 1.0.0
constsAndDefaults: 1.0.5
core: 5.20.3
core: 5.20.4
customCodeRegions: 0.1.1
defaultEnabledRetries: 0.2.0
devContainers: 3.0.0
enumUnions: 0.1.0
envVarSecurityUsage: 0.3.2
flatRequests: 1.0.1
globalSecurity: 3.0.3
globalSecurity: 3.0.4
globalSecurityCallbacks: 1.0.0
globalSecurityFlattening: 1.0.0
globalServerURLs: 3.1.1
@@ -32,7 +30,7 @@ features:
responseFormat: 1.0.1
retries: 3.0.2
sdkHooks: 1.1.0
serverEvents: 1.0.8
serverEvents: 1.0.9
serverEventsSentinels: 0.1.0
unions: 3.0.4
generatedFiles:
@@ -182,7 +180,6 @@ generatedFiles:
- py.typed
- pylintrc
- pyproject.toml
- scripts/prepare_readme.py
- scripts/publish.sh
- src/openrouter/__init__.py
- src/openrouter/_hooks/__init__.py
@@ -266,16 +263,7 @@ examples:
"200":
application/json: {"id": "<id>", "choices": [], "created": 6977.95, "model": "El Camino", "object": "chat.completion"}
"400":
application/json: {"error": {"code": null, "message": "<value>"}}
application/json: {"error": {"code": 8588.53, "message": "<value>"}}
"500":
application/json: {"error": {"code": null, "message": "<value>"}}
streamChatCompletion:
speakeasy-default-stream-chat-completion:
requestBody:
application/json: {"messages": [{"role": "user", "content": "Hello, how are you?"}], "stream": true, "temperature": 1, "top_p": 1}
responses:
"400":
application/json: {"error": {"code": null, "message": "<value>"}}
"500":
application/json: {"error": {"code": null, "message": "<value>"}}
application/json: {"error": {"code": 8588.53, "message": "<value>"}}
examplesVersion: 1.0.2
+3 -1
View File
@@ -19,6 +19,7 @@ generation:
auth:
oAuth2ClientCredentialsEnabled: true
oAuth2PasswordEnabled: true
hoistGlobalSecurity: true
inferSSEOverload: true
sdkHooksConfigAccess: true
tests:
@@ -26,7 +27,7 @@ generation:
generateNewTests: true
skipResponseBodyAssertions: false
python:
version: 0.6.2
version: 0.1.0
additionalDependencies:
dev: {}
main: {}
@@ -65,4 +66,5 @@ python:
pytestFilterWarnings: []
pytestTimeout: 0
responseFormat: flat
sseFlatResponse: true
templateVersion: v2
+9 -8
View File
@@ -1,19 +1,20 @@
speakeasyVersion: 1.612.0
speakeasyVersion: 1.617.1
sources:
OpenRouter Chat Completions API:
sourceNamespace: open-router-chat-completions-api
sourceRevisionDigest: sha256:30b19a8759608792fb4d27f6bf28d5982d7e2a8cf5b3faf34ba3507a62f9f106
sourceBlobDigest: sha256:454f1b880a0882a70f78eacccb2c33e3d9d19134a0738b0e21487984a7bf2e63
sourceRevisionDigest: sha256:a7746404e672bbb6dcd8354532d0c627d24522844c39d58011d4cd9c7e8ebd20
sourceBlobDigest: sha256:67c793fef9c039a2c351fc6ba7ed9a6119059023fe3fbd1022645d7494c2c63c
tags:
- latest
- speakeasy-sdk-regen-1755878373
- 1.0.0
targets:
open-router:
source: OpenRouter Chat Completions API
sourceNamespace: open-router-chat-completions-api
sourceRevisionDigest: sha256:30b19a8759608792fb4d27f6bf28d5982d7e2a8cf5b3faf34ba3507a62f9f106
sourceBlobDigest: sha256:454f1b880a0882a70f78eacccb2c33e3d9d19134a0738b0e21487984a7bf2e63
sourceRevisionDigest: sha256:a7746404e672bbb6dcd8354532d0c627d24522844c39d58011d4cd9c7e8ebd20
sourceBlobDigest: sha256:67c793fef9c039a2c351fc6ba7ed9a6119059023fe3fbd1022645d7494c2c63c
codeSamplesNamespace: open-router-chat-completions-api-python-code-samples
codeSamplesRevisionDigest: sha256:fb054934c4d0de58a48ca8cdfde7b4210f71c425fb9dfad02e8824b8a1848774
workflow:
workflowVersion: 1.0.0
speakeasyVersion: latest
@@ -23,14 +24,14 @@ workflow:
- location: .speakeasy/in.openapi.yaml
output: .speakeasy/out.openapi.yaml
registry:
location: registry.speakeasyapi.dev/sheldon-vaughn-test/sandbox/open-router-chat-completions-api
location: registry.speakeasyapi.dev/openrouter/sdk/open-router-chat-completions-api
targets:
open-router:
target: python
source: OpenRouter Chat Completions API
codeSamples:
registry:
location: registry.speakeasyapi.dev/sheldon-vaughn-test/sandbox/open-router-chat-completions-api-python-code-samples
location: registry.speakeasyapi.dev/openrouter/sdk/open-router-chat-completions-api-python-code-samples
labelOverride:
fixedValue: Python (SDK)
blocking: false
+2 -2
View File
@@ -6,14 +6,14 @@ sources:
- location: .speakeasy/in.openapi.yaml
output: .speakeasy/out.openapi.yaml
registry:
location: registry.speakeasyapi.dev/sheldon-vaughn-test/sandbox/open-router-chat-completions-api
location: registry.speakeasyapi.dev/openrouter/sdk/open-router-chat-completions-api
targets:
open-router:
target: python
source: OpenRouter Chat Completions API
codeSamples:
registry:
location: registry.speakeasyapi.dev/sheldon-vaughn-test/sandbox/open-router-chat-completions-api-python-code-samples
location: registry.speakeasyapi.dev/openrouter/sdk/open-router-chat-completions-api-python-code-samples
labelOverride:
fixedValue: Python (SDK)
blocking: false