Skip to content

Commit 5ab44f0

Browse files
author
OpenRouter SDK Bot
committed
feat: regenerate SDK with updated OpenAPI spec
Speakeasy regeneration with latest schema changes including type renames and new server tool models.
1 parent e72a84e commit 5ab44f0

375 files changed

Lines changed: 40875 additions & 10126 deletions

File tree

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

.gitignore

Lines changed: 14 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,13 +1,25 @@
1-
.venv/
21
venv/
32
src/*.egg-info/
43
**/__pycache__/
54
.pytest_cache/
65
.python-version
7-
.DS_Store
86
pyrightconfig.json
97
**/.speakeasy/temp/
108
**/.speakeasy/logs/
119
.speakeasy/reports
10+
# Build artifacts
11+
/dist
12+
__pycache__/
13+
*.py[cod]
14+
*.egg-info/
15+
*.egg
16+
# Speakeasy generation artifacts (generated in OSS repo, not here)
17+
.speakeasy/*.lock
18+
.speakeasy/*.openapi.yaml
19+
/docs
20+
# Environment
1221
.env
1322
.env.local
23+
.env.*.local
24+
.DS_Store
25+
.venv/

.speakeasy/gen.lock

Lines changed: 5469 additions & 948 deletions
Large diffs are not rendered by default.

.speakeasy/gen.yaml

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -25,13 +25,14 @@ generation:
2525
schemas:
2626
allOfMergeStrategy: shallowMerge
2727
requestBodyFieldName: ""
28+
persistentEdits: {}
2829
tests:
2930
generateTests: false
3031
generateNewTests: true
3132
skipResponseBodyAssertions: false
3233
preApplyUnionDiscriminators: true
3334
python:
34-
version: 0.7.11
35+
version: 0.8.0
3536
additionalDependencies:
3637
dev: {}
3738
main: {}
@@ -46,6 +47,7 @@ python:
4647
- OpenRouter
4748
baseErrorName: OpenRouterError
4849
clientServerStatusCodesAsErrors: true
50+
constFieldCasing: upper
4951
defaultErrorName: OpenRouterDefaultError
5052
description: Official Python Client SDK for OpenRouter.
5153
enableCustomCodeRegions: false
@@ -77,6 +79,7 @@ python:
7779
outputModelSuffix: output
7880
packageManager: uv
7981
packageName: openrouter
82+
preApplyUnionDiscriminators: false
8083
pytestFilterWarnings: []
8184
pytestTimeout: 0
8285
responseFormat: flat

0 commit comments

Comments
 (0)