From 5a324f99aec65586b5faf25bbf13b71779ab66a6 Mon Sep 17 00:00:00 2001 From: Christine Chen <10511452+christineschen@users.noreply.github.com> Date: Tue, 16 Jun 2026 18:09:12 -0400 Subject: [PATCH] docs: remove beta labels from Python SDK README The Python SDK is no longer in beta. Drop the (Beta) title suffix and remove the Maturity section disclaimer from README and README-PYPI. SDK-464 --- README-PYPI.md | 10 ++-------- README.md | 10 ++-------- 2 files changed, 4 insertions(+), 16 deletions(-) diff --git a/README-PYPI.md b/README-PYPI.md index 0148b4b..33e087c 100644 --- a/README-PYPI.md +++ b/README-PYPI.md @@ -1,4 +1,4 @@ -# OpenRouter SDK (Beta) +# OpenRouter SDK 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 400+ models across providers in an easy and type-safe way. @@ -276,10 +276,4 @@ To run the test suite, you'll need to set up your environment with an OpenRouter ```bash pytest - ``` - -## Maturity - -This SDK is in beta, and there may be breaking changes between versions without a major version update. Therefore, we recommend pinning usage -to a specific package version. This way, you can install the same version each time without breaking changes unless you are intentionally -looking for the latest version. \ No newline at end of file + ``` \ No newline at end of file diff --git a/README.md b/README.md index 0148b4b..33e087c 100644 --- a/README.md +++ b/README.md @@ -1,4 +1,4 @@ -# OpenRouter SDK (Beta) +# OpenRouter SDK 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 400+ models across providers in an easy and type-safe way. @@ -276,10 +276,4 @@ To run the test suite, you'll need to set up your environment with an OpenRouter ```bash pytest - ``` - -## Maturity - -This SDK is in beta, and there may be breaking changes between versions without a major version update. Therefore, we recommend pinning usage -to a specific package version. This way, you can install the same version each time without breaking changes unless you are intentionally -looking for the latest version. \ No newline at end of file + ``` \ No newline at end of file