This commit is contained in:
David Alberto Adler
2025-09-07 21:29:52 +01:00
parent 43720ce166
commit 208909274f
6 changed files with 8 additions and 8 deletions
+2 -2
View File
@@ -5,8 +5,8 @@ management:
docVersion: 1.0.0
speakeasyVersion: 1.611.1
generationVersion: 2.694.1
releaseVersion: 0.3.2
configChecksum: e4968e5a794abb620b5e37fd25f2ec84
releaseVersion: 0.3.3
configChecksum: 6887da24cc6e150f7e0b5ab6d9e6f2f5
repoURL: https://github.com/speakeasy-sdks/openrouter-python-sdk.git
installationURL: https://github.com/speakeasy-sdks/openrouter-python-sdk.git
features:
+1 -1
View File
@@ -25,7 +25,7 @@ generation:
generateNewTests: true
skipResponseBodyAssertions: false
python:
version: 0.3.2
version: 0.3.3
additionalDependencies:
dev: {}
main: {}
+1 -1
View File
@@ -20,7 +20,7 @@ workflow:
sources:
OpenRouter Chat Completions API:
inputs:
- location: .speakeasy/OAS_files/chat-completions-openapi.yaml
- location: .speakeasy/input.openapi.yaml
output: .speakeasy/out.openapi.yaml
registry:
location: registry.speakeasyapi.dev/sheldon-vaughn-test/sandbox/open-router-chat-completions-api
+1 -1
View File
@@ -1,6 +1,6 @@
[project]
name = "openrouter"
version = "0.3.2"
version = "0.3.3"
description = "Python Client SDK Generated by Speakeasy."
authors = [{ name = "Speakeasy" },]
readme = "README-PYPI.md"
+2 -2
View File
@@ -3,10 +3,10 @@
import importlib.metadata
__title__: str = "openrouter"
__version__: str = "0.3.2"
__version__: str = "0.3.3"
__openapi_doc_version__: str = "1.0.0"
__gen_version__: str = "2.694.1"
__user_agent__: str = "speakeasy-sdk/python 0.3.2 2.694.1 1.0.0 openrouter"
__user_agent__: str = "speakeasy-sdk/python 0.3.3 2.694.1 1.0.0 openrouter"
try:
if __package__ is not None:
Generated
+1 -1
View File
@@ -201,7 +201,7 @@ wheels = [
[[package]]
name = "openrouter"
version = "0.3.2"
version = "0.3.3"
source = { editable = "." }
dependencies = [
{ name = "httpcore" },