From a963d13db0c0a5c964b791f955704754c12a2779 Mon Sep 17 00:00:00 2001 From: ishaan-jaff Date: Fri, 15 Sep 2023 09:47:28 -0700 Subject: [PATCH] new lock + poetry --- poetry.lock | 4 ++-- pyproject.toml | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/poetry.lock b/poetry.lock index aad7c6337..ee50d649f 100644 --- a/poetry.lock +++ b/poetry.lock @@ -1,4 +1,4 @@ -# This file is automatically @generated by Poetry 1.5.1 and should not be changed by hand. +# This file is automatically @generated by Poetry 1.6.1 and should not be changed by hand. [[package]] name = "aiohttp" @@ -781,4 +781,4 @@ testing = ["big-O", "jaraco.functools", "jaraco.itertools", "more-itertools", "p [metadata] lock-version = "2.0" python-versions = "^3.8" -content-hash = "92f0b0a791672418730c81b43342075559fe88aadc5ed35194c6d3d026169d24" +content-hash = "1faa380c8c9cb087df8497c6edc5a88886faee41ef707c5f819c9cd0c648493b" diff --git a/pyproject.toml b/pyproject.toml index 0f76f5d35..7987c9e9a 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -8,7 +8,7 @@ readme = "README.md" [tool.poetry.dependencies] python = "^3.8" -openai = "^0.28.0" +openai = "^0.28.0 || ^0.27.0" python-dotenv = ">=0.2.0" tiktoken = "^0.4.0" importlib-metadata = "^6.8.0"