diff --git a/.speakeasy/gen.lock b/.speakeasy/gen.lock index 3039e9e..be2bc8a 100644 --- a/.speakeasy/gen.lock +++ b/.speakeasy/gen.lock @@ -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: diff --git a/.speakeasy/gen.yaml b/.speakeasy/gen.yaml index 652b9dd..a85f9fb 100644 --- a/.speakeasy/gen.yaml +++ b/.speakeasy/gen.yaml @@ -25,7 +25,7 @@ generation: generateNewTests: true skipResponseBodyAssertions: false python: - version: 0.3.2 + version: 0.3.3 additionalDependencies: dev: {} main: {} diff --git a/.speakeasy/workflow.lock b/.speakeasy/workflow.lock index d272702..3c0f62c 100644 --- a/.speakeasy/workflow.lock +++ b/.speakeasy/workflow.lock @@ -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 diff --git a/pyproject.toml b/pyproject.toml index 6c13a7a..8c89d6f 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -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" diff --git a/src/openrouter/_version.py b/src/openrouter/_version.py index 437a863..7f63fe3 100644 --- a/src/openrouter/_version.py +++ b/src/openrouter/_version.py @@ -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: diff --git a/uv.lock b/uv.lock index ed6643a..71bcb77 100644 --- a/uv.lock +++ b/uv.lock @@ -201,7 +201,7 @@ wheels = [ [[package]] name = "openrouter" -version = "0.3.2" +version = "0.3.3" source = { editable = "." } dependencies = [ { name = "httpcore" },