From 89b2ddbc03f7fea1bac6808dbf9a7a028fc6c12e Mon Sep 17 00:00:00 2001 From: Willy Douhard Date: Tue, 23 May 2023 13:42:54 +0200 Subject: [PATCH] force typing extension version because of https://github.com/hwchase17/langchain/issues/5113 --- src/pyproject.toml | 2 ++ 1 file changed, 2 insertions(+) diff --git a/src/pyproject.toml b/src/pyproject.toml index 2cf35f60e2..219bf6285d 100644 --- a/src/pyproject.toml +++ b/src/pyproject.toml @@ -37,6 +37,8 @@ python-graphql-client = "^0.4.3" python-dotenv = "^1.0.0" auth0-python = "^4.1.1" uptrace = "^1.17.0" +typing-inspect = "0.8.0" +typing_extensions = "4.5.0" [build-system] requires = ["poetry-core"]