File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff 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
Original file line number Diff line number Diff line change @@ -36,7 +36,7 @@ generation:
3636 documentation : mintlify
3737 preApplyUnionDiscriminators : true
3838python :
39- version : 0.11.46
39+ version : 1.0.0
4040 additionalDependencies :
4141 dev : {}
4242 main : {}
Original file line number Diff line number Diff 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 - .
Original file line number Diff line number Diff line change 11[project ]
22name = " openrouter"
3- version = " 0.11.46 "
3+ version = " 1.0.0 "
44description = " Official Python Client SDK for OpenRouter."
55authors = [{ name = " OpenRouter" },]
66readme = " README-PYPI.md"
@@ -52,4 +52,3 @@ ignore_missing_imports = true
5252venvPath = " ."
5353venv = " .venv"
5454
55-
Original file line number Diff line number Diff line change 33import 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
1111try :
1212 if __package__ is not None :
You can’t perform that action at this time.
0 commit comments