From cb757f04ab872306f9a5ff5f23017e654ab06f2c Mon Sep 17 00:00:00 2001 From: Willy Douhard Date: Fri, 24 May 2024 10:58:51 +0200 Subject: [PATCH 1/2] fix: error with participant identifier --- literalai/api/gql.py | 1 - 1 file changed, 1 deletion(-) diff --git a/literalai/api/gql.py b/literalai/api/gql.py index 48563ba..4ffd5e5 100644 --- a/literalai/api/gql.py +++ b/literalai/api/gql.py @@ -10,7 +10,6 @@ startTime endTime createdAt - participantIdentifier type error input From a93d0a92072331b264e8095431cb978824ec2ced Mon Sep 17 00:00:00 2001 From: Willy Douhard Date: Fri, 24 May 2024 11:03:48 +0200 Subject: [PATCH 2/2] fix: mypy --- mypy.ini | 3 +++ 1 file changed, 3 insertions(+) diff --git a/mypy.ini b/mypy.ini index 4c4d67a..d3aaeb3 100644 --- a/mypy.ini +++ b/mypy.ini @@ -6,3 +6,6 @@ ignore_missing_imports = True [mypy-chevron.*] ignore_missing_imports = True + +[mypy-langchain_community.*] +ignore_missing_imports = True \ No newline at end of file