From c7bfff7591f3f11d98cb98574dd1c319051116d6 Mon Sep 17 00:00:00 2001 From: Gregory Kohler Date: Mon, 8 Jan 2024 11:30:01 -0800 Subject: [PATCH] =?UTF-8?q?=F0=9F=93=96=20add=20sentence=20re:=20python=20?= =?UTF-8?q?version=20support?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- README.md | 2 ++ 1 file changed, 2 insertions(+) diff --git a/README.md b/README.md index 82bacab..67b132f 100644 --- a/README.md +++ b/README.md @@ -6,6 +6,8 @@ Ionic Langchain provides a wrapper around the Ionic Commerce's SDK for use as a This tool requires at least `langchain@0.0.350` and can work with any greater patch release the `0.0.x` series. +We currently support python 3.11 and above, but if you need support for a lower version, please open an issue and we will add support. + You can install the package from GitHub using `pip`: ```sh