Skip to content

Commit 580b63d

Browse files
authored
Merge pull request #60 from stainless-sdks/dgellow-patch-1
fix(docs): correct inconsistent python version requirement
2 parents 696ed27 + c4b7aaa commit 580b63d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44
[![PyPI version](https://img.shields.io/pypi/v/llama_stack_client.svg)](https://pypi.org/project/llama_stack_client/) [![PyPI - Downloads](https://img.shields.io/pypi/dm/llama-stack-client)](https://pypi.org/project/llama-stack-client/)
55
[![Discord](https://img.shields.io/discord/1257833999603335178)](https://discord.gg/llama-stack)
66

7-
The Llama Stack Client Python library provides convenient access to the Llama Stack Client REST API from any Python 3.7+
7+
The Llama Stack Client Python library provides convenient access to the Llama Stack Client REST API from any Python 3.12+
88
application. The library includes type definitions for all request params and response fields,
99
and offers both synchronous and asynchronous clients powered by [httpx](https://github.com/encode/httpx).
1010

0 commit comments

Comments
 (0)