Skip to content

Commit a2e7150

Browse files
chore: prepare v1.0.0 release
1 parent da0a963 commit a2e7150

6 files changed

Lines changed: 17 additions & 8 deletions

File tree

‎.speakeasy/gen.lock‎

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ management:
55
docVersion: 1.0.0
66
speakeasyVersion: 1.787.0
77
generationVersion: 2.914.0
8-
releaseVersion: 0.11.46
8+
releaseVersion: 1.0.0
99
configChecksum: a98327d105a9b554ecf6667b75c4cdea
1010
repoURL: https://github.com/OpenRouterTeam/python-sdk.git
1111
installationURL: https://github.com/OpenRouterTeam/python-sdk.git

‎.speakeasy/gen.yaml‎

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -36,7 +36,7 @@ generation:
3636
documentation: mintlify
3737
preApplyUnionDiscriminators: true
3838
python:
39-
version: 0.11.46
39+
version: 1.0.0
4040
additionalDependencies:
4141
dev: {}
4242
main: {}

‎RELEASES.md‎

Lines changed: 11 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -568,4 +568,14 @@ Based on:
568568
### Generated
569569
- [python v0.11.46] .
570570
### Releases
571-
- [PyPI v0.11.46] https://pypi.org/project/openrouter/0.11.46 - .
571+
- [PyPI v0.11.46] https://pypi.org/project/openrouter/0.11.46 - .
572+
573+
## 2026-07-20 17:00:00
574+
### Changes
575+
Based on:
576+
- OpenAPI Doc
577+
- Speakeasy CLI 1.787.0 (2.914.0) https://github.com/speakeasy-api/speakeasy
578+
### Generated
579+
- [python v1.0.0] .
580+
### Releases
581+
- [PyPI v1.0.0] https://pypi.org/project/openrouter/1.0.0 - .

‎pyproject.toml‎

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[project]
22
name = "openrouter"
3-
version = "0.11.46"
3+
version = "1.0.0"
44
description = "Official Python Client SDK for OpenRouter."
55
authors = [{ name = "OpenRouter" },]
66
readme = "README-PYPI.md"
@@ -52,4 +52,3 @@ ignore_missing_imports = true
5252
venvPath = "."
5353
venv = ".venv"
5454

55-

‎src/openrouter/_version.py‎

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -3,10 +3,10 @@
33
import importlib.metadata
44

55
__title__: str = "openrouter"
6-
__version__: str = "0.11.46"
6+
__version__: str = "1.0.0"
77
__openapi_doc_version__: str = "1.0.0"
88
__gen_version__: str = "2.914.0"
9-
__user_agent__: str = "speakeasy-sdk/python 0.11.46 2.914.0 1.0.0 openrouter"
9+
__user_agent__: str = "speakeasy-sdk/python 1.0.0 2.914.0 1.0.0 openrouter"
1010

1111
try:
1212
if __package__ is not None:

‎uv.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.

0 commit comments

Comments
 (0)