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"