Skip to content

Commit e824ca8

Browse files
committed
remove banner
1 parent e70f43e commit e824ca8

File tree

6 files changed

+7
-9
lines changed

6 files changed

+7
-9
lines changed

.speakeasy/gen.lock

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -5,8 +5,8 @@ management:
55
docVersion: 1.0.0
66
speakeasyVersion: 1.656.2
77
generationVersion: 2.753.6
8-
releaseVersion: 0.0.14
9-
configChecksum: 7fdc1a8de90d75e76f19d0d7a83a0215
8+
releaseVersion: 0.0.15
9+
configChecksum: ef777b42ca5f6690075cb13d061364fd
1010
published: true
1111
features:
1212
python:

.speakeasy/gen.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -30,7 +30,7 @@ generation:
3030
generateNewTests: true
3131
skipResponseBodyAssertions: false
3232
python:
33-
version: 0.0.14
33+
version: 0.0.15
3434
additionalDependencies:
3535
dev: {}
3636
main: {}

README.md

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,3 @@
1-
![hero illustration](./assets/banner.png)
2-
31
# OpenRouter SDK (Beta)
42

53
The [OpenRouter SDK](https://openrouter.ai/docs/sdks/python) is a Python toolkit designed to help you build AI-powered features and solutions. Giving you easy access to over 300 models across providers in an easy and type-safe way.

pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[project]
22
name = "openrouter"
3-
version = "0.0.14"
3+
version = "0.0.15"
44
description = "Official Python Client SDK for OpenRouter."
55
authors = [{ name = "OpenRouter" },]
66
readme = "README.md"

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.0.14"
6+
__version__: str = "0.0.15"
77
__openapi_doc_version__: str = "1.0.0"
88
__gen_version__: str = "2.753.6"
9-
__user_agent__: str = "speakeasy-sdk/python 0.0.14 2.753.6 1.0.0 openrouter"
9+
__user_agent__: str = "speakeasy-sdk/python 0.0.15 2.753.6 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)