remove banner

This commit is contained in:
Matt Apperson
2025-11-13 14:35:17 -05:00
parent e70f43e916
commit e824ca8a57
6 changed files with 7 additions and 9 deletions
+2 -2
View File
@@ -5,8 +5,8 @@ management:
docVersion: 1.0.0
speakeasyVersion: 1.656.2
generationVersion: 2.753.6
releaseVersion: 0.0.14
configChecksum: 7fdc1a8de90d75e76f19d0d7a83a0215
releaseVersion: 0.0.15
configChecksum: ef777b42ca5f6690075cb13d061364fd
published: true
features:
python:
+1 -1
View File
@@ -30,7 +30,7 @@ generation:
generateNewTests: true
skipResponseBodyAssertions: false
python:
version: 0.0.14
version: 0.0.15
additionalDependencies:
dev: {}
main: {}
-2
View File
@@ -1,5 +1,3 @@
![hero illustration](./assets/banner.png)
# OpenRouter SDK (Beta)
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.
+1 -1
View File
@@ -1,6 +1,6 @@
[project]
name = "openrouter"
version = "0.0.14"
version = "0.0.15"
description = "Official Python Client SDK for OpenRouter."
authors = [{ name = "OpenRouter" },]
readme = "README.md"
+2 -2
View File
@@ -3,10 +3,10 @@
import importlib.metadata
__title__: str = "openrouter"
__version__: str = "0.0.14"
__version__: str = "0.0.15"
__openapi_doc_version__: str = "1.0.0"
__gen_version__: str = "2.753.6"
__user_agent__: str = "speakeasy-sdk/python 0.0.14 2.753.6 1.0.0 openrouter"
__user_agent__: str = "speakeasy-sdk/python 0.0.15 2.753.6 1.0.0 openrouter"
try:
if __package__ is not None:
Generated
+1 -1
View File
@@ -211,7 +211,7 @@ wheels = [
[[package]]
name = "openrouter"
version = "0.0.14"
version = "0.0.15"
source = { editable = "." }
dependencies = [
{ name = "httpcore" },