From 1c747d13ebfa0f3e9b41de2a7e361cc3b411976d Mon Sep 17 00:00:00 2001 From: Sergey Melekhin Date: Tue, 11 Jul 2023 14:33:52 +0700 Subject: [PATCH] typing extensions --- Pipfile | 1 + Pipfile.lock | 12 ++++++++++-- 2 files changed, 11 insertions(+), 2 deletions(-) diff --git a/Pipfile b/Pipfile index 0f906d9..be0580f 100644 --- a/Pipfile +++ b/Pipfile @@ -41,6 +41,7 @@ toml = ">0.10" install = "*" aiohttp = "==3.8.4" openai = "*" +typing-extensions = "*" [requires] python_version = "3.10" diff --git a/Pipfile.lock b/Pipfile.lock index 41849f6..903ff02 100644 --- a/Pipfile.lock +++ b/Pipfile.lock @@ -1,7 +1,7 @@ { "_meta": { "hash": { - "sha256": "fe06eb814a0948090b2dd6ca2220da0e55948337cbdeff472b7949e0a2d3af4d" + "sha256": "a4281cec3d8dd56566bc13f14337d7f2552661cc0560d4151b8e21ab1bf02292" }, "pipfile-spec": 6, "requires": { @@ -850,6 +850,14 @@ "markers": "python_version >= '3.7'", "version": "==4.65.0" }, + "typing-extensions": { + "hashes": [ + "sha256:440d5dd3af93b060174bf433bccd69b0babc3b15b1a8dca43789fd7f61514b36", + "sha256:b75ddc264f0ba5615db7ba217daeb99701ad295353c45f9e95963337ceeeffb2" + ], + "index": "pypi", + "version": "==4.7.1" + }, "tzlocal": { "hashes": [ "sha256:46eb99ad4bdb71f3f72b7d24f4267753e240944ecfc16f25d2719ba89827a803", @@ -1255,7 +1263,7 @@ "sha256:440d5dd3af93b060174bf433bccd69b0babc3b15b1a8dca43789fd7f61514b36", "sha256:b75ddc264f0ba5615db7ba217daeb99701ad295353c45f9e95963337ceeeffb2" ], - "markers": "python_version < '3.10'", + "index": "pypi", "version": "==4.7.1" }, "wrapt": {