From 11a521724749623d049d0f0ff8585e9089c0bb2f Mon Sep 17 00:00:00 2001 From: Jarod Stewart Date: Tue, 23 Jan 2024 14:35:43 -0700 Subject: [PATCH] update python for GitHub Actions --- .python-version | 2 +- pyproject.toml | 4 ++-- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/.python-version b/.python-version index d20cc2b..89a1ad7 100644 --- a/.python-version +++ b/.python-version @@ -1 +1 @@ -3.8.10 +3.8.12 diff --git a/pyproject.toml b/pyproject.toml index f4d6414..9a88bf9 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -4,10 +4,10 @@ version = "0.1.8" description = "" authors = ["Owen Sims "] readme = "README.md" -packages = [{include = "ionic_langchain"}] +packages = [{ include = "ionic_langchain" }] [tool.poetry.dependencies] -python = "^3.8.10" +python = "^3.8.12" langchain = "~0.0.352" ionic-api-sdk = "^0.7.0" pytest = "^7.4.4"