Skip to content

Commit 6d21709

Browse files
docs(readme): remove mention of beta version (#678)
1 parent 08b8179 commit 6d21709

File tree

1 file changed

+1
-14
lines changed

1 file changed

+1
-14
lines changed

README.md

+1-14
Original file line numberDiff line numberDiff line change
@@ -12,23 +12,10 @@ It is generated from our [OpenAPI specification](https://github.com/openai/opena
1212

1313
The API documentation can be found [here](https://platform.openai.com/docs).
1414

15-
## Beta Release
16-
17-
> [!IMPORTANT]
18-
> We're preparing to release version 1.0 of the OpenAI Python library.
19-
20-
This new version will be a major release and will include breaking changes. We're releasing this beta version to give you a chance to try out the new features and provide feedback before the official release. You can install the beta version with:
21-
22-
```sh
23-
pip install --pre openai
24-
```
25-
And follow along with the [beta release notes](https://github.com/openai/openai-python/discussions/631).
26-
27-
2815
## Installation
2916

3017
```sh
31-
pip install --pre openai
18+
pip install openai
3219
```
3320

3421
## Usage

0 commit comments

Comments
 (0)