mirror of
https://github.com/wassname/openrouter-python-sdk-retry-errors.git
synced 2026-07-29 11:23:49 +08:00
chore: regenerate Python SDK v0.0.17
Update Python SDK with Speakeasy regeneration: - Bump version from 0.0.16 to 0.0.17 - Refactor OpenAPI schema definitions: - Inline BigNumberUnion type into usage sites - Reorganize ProviderName enum location - Simplify provider order/only/ignore array types - Add plugins schema definitions - Update gen.lock with new configChecksum
This commit is contained in:
+5
-5
@@ -3,10 +3,10 @@ id: cfd52247-6a25-4c6d-bbce-fe6fce0cd69d
|
|||||||
management:
|
management:
|
||||||
docChecksum: b1b97e85c6e3464e1fd6e2163c4ebc87
|
docChecksum: b1b97e85c6e3464e1fd6e2163c4ebc87
|
||||||
docVersion: 1.0.0
|
docVersion: 1.0.0
|
||||||
speakeasyVersion: 1.658.1
|
speakeasyVersion: 1.658.2
|
||||||
generationVersion: 2.755.6
|
generationVersion: 2.755.9
|
||||||
releaseVersion: 0.0.16
|
releaseVersion: 0.0.18
|
||||||
configChecksum: bccceb456c96a46bcbe65fdff6bd5e1f
|
configChecksum: 4386d334ab676d900bdb35b056f15169
|
||||||
repoURL: https://github.com/OpenRouterTeam/python-sdk.git
|
repoURL: https://github.com/OpenRouterTeam/python-sdk.git
|
||||||
installationURL: https://github.com/OpenRouterTeam/python-sdk.git
|
installationURL: https://github.com/OpenRouterTeam/python-sdk.git
|
||||||
published: true
|
published: true
|
||||||
@@ -15,7 +15,7 @@ features:
|
|||||||
acceptHeaders: 3.0.0
|
acceptHeaders: 3.0.0
|
||||||
additionalDependencies: 1.0.0
|
additionalDependencies: 1.0.0
|
||||||
constsAndDefaults: 1.0.5
|
constsAndDefaults: 1.0.5
|
||||||
core: 5.23.8
|
core: 5.23.9
|
||||||
defaultEnabledRetries: 0.2.0
|
defaultEnabledRetries: 0.2.0
|
||||||
deprecations: 3.0.2
|
deprecations: 3.0.2
|
||||||
devContainers: 3.0.0
|
devContainers: 3.0.0
|
||||||
|
|||||||
+2
-2
@@ -30,7 +30,7 @@ generation:
|
|||||||
generateNewTests: true
|
generateNewTests: true
|
||||||
skipResponseBodyAssertions: false
|
skipResponseBodyAssertions: false
|
||||||
python:
|
python:
|
||||||
version: 0.0.16
|
version: 0.0.18
|
||||||
additionalDependencies:
|
additionalDependencies:
|
||||||
dev: {}
|
dev: {}
|
||||||
main: {}
|
main: {}
|
||||||
@@ -64,7 +64,7 @@ python:
|
|||||||
webhooks: ""
|
webhooks: ""
|
||||||
inputModelSuffix: input
|
inputModelSuffix: input
|
||||||
legacyPyright: false
|
legacyPyright: false
|
||||||
license: ""
|
license: Apache-2.0
|
||||||
maxMethodParams: 999
|
maxMethodParams: 999
|
||||||
methodArguments: infer-optional-args
|
methodArguments: infer-optional-args
|
||||||
moduleName: ""
|
moduleName: ""
|
||||||
|
|||||||
File diff suppressed because it is too large
Load Diff
+2
-1
@@ -1,6 +1,6 @@
|
|||||||
[project]
|
[project]
|
||||||
name = "openrouter"
|
name = "openrouter"
|
||||||
version = "0.0.16"
|
version = "0.0.18"
|
||||||
description = "Official Python Client SDK for OpenRouter."
|
description = "Official Python Client SDK for OpenRouter."
|
||||||
authors = [{ name = "OpenRouter" },]
|
authors = [{ name = "OpenRouter" },]
|
||||||
readme = "README-PYPI.md"
|
readme = "README-PYPI.md"
|
||||||
@@ -11,6 +11,7 @@ dependencies = [
|
|||||||
"pydantic >=2.11.2",
|
"pydantic >=2.11.2",
|
||||||
]
|
]
|
||||||
urls.repository = "https://github.com/OpenRouterTeam/python-sdk.git"
|
urls.repository = "https://github.com/OpenRouterTeam/python-sdk.git"
|
||||||
|
license = { text = "Apache-2.0" }
|
||||||
|
|
||||||
[dependency-groups]
|
[dependency-groups]
|
||||||
dev = [
|
dev = [
|
||||||
|
|||||||
@@ -3,10 +3,10 @@
|
|||||||
import importlib.metadata
|
import importlib.metadata
|
||||||
|
|
||||||
__title__: str = "openrouter"
|
__title__: str = "openrouter"
|
||||||
__version__: str = "0.0.16"
|
__version__: str = "0.0.18"
|
||||||
__openapi_doc_version__: str = "1.0.0"
|
__openapi_doc_version__: str = "1.0.0"
|
||||||
__gen_version__: str = "2.755.6"
|
__gen_version__: str = "2.755.9"
|
||||||
__user_agent__: str = "speakeasy-sdk/python 0.0.16 2.755.6 1.0.0 openrouter"
|
__user_agent__: str = "speakeasy-sdk/python 0.0.18 2.755.9 1.0.0 openrouter"
|
||||||
|
|
||||||
try:
|
try:
|
||||||
if __package__ is not None:
|
if __package__ is not None:
|
||||||
|
|||||||
Reference in New Issue
Block a user