chore(internal): codegen related update

This commit is contained in:
stainless-app[bot] 2025-11-11 03:37:10 +00:00
parent cc65c0df9a
commit fc0f0178bf
5 changed files with 19 additions and 43 deletions

View file

@ -3,7 +3,7 @@
<!-- prettier-ignore -->
[![PyPI version](https://img.shields.io/pypi/v/opencode-ai.svg?label=pypi%20(stable))](https://pypi.org/project/opencode-ai/)
The Opencode Python library provides convenient access to the Opencode REST API from any Python 3.8+
The Opencode Python library provides convenient access to the Opencode REST API from any Python 3.9+
application. The library includes type definitions for all request params and response fields,
and offers both synchronous and asynchronous clients powered by [httpx](https://github.com/encode/httpx).
@ -392,7 +392,7 @@ print(opencode_ai.__version__)
## Requirements
Python 3.8 or higher.
Python 3.9 or higher.
## Contributing