From cfe05ad341086bac5b02ed60d1dd12c995cd1962 Mon Sep 17 00:00:00 2001 From: Vyacheslav Tamarin Date: Mon, 6 Mar 2023 14:20:34 +0300 Subject: [PATCH 1/3] Fix problem with objects with invalid repr --- utbot-python/src/main/resources/requirements.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/utbot-python/src/main/resources/requirements.txt b/utbot-python/src/main/resources/requirements.txt index c2fb069681..e711d075d5 100644 --- a/utbot-python/src/main/resources/requirements.txt +++ b/utbot-python/src/main/resources/requirements.txt @@ -1,4 +1,4 @@ mypy==1.0.0 coverage -utbot-executor==1.1.26 +utbot-executor==1.1.31 utbot-mypy-runner==0.2.8 From b3bbaaabd110570325453f822b8cb8fcf0b2b28e Mon Sep 17 00:00:00 2001 From: Vyacheslav Tamarin Date: Wed, 8 Mar 2023 10:03:50 +0300 Subject: [PATCH 2/3] Update utbot-executor: * add list of `repr`-able types * add attempt to call `repr . evel . repr` and compare with `repr` --- utbot-python/src/main/resources/requirements.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/utbot-python/src/main/resources/requirements.txt b/utbot-python/src/main/resources/requirements.txt index e711d075d5..af0ee343a3 100644 --- a/utbot-python/src/main/resources/requirements.txt +++ b/utbot-python/src/main/resources/requirements.txt @@ -1,4 +1,4 @@ mypy==1.0.0 coverage -utbot-executor==1.1.31 +utbot-executor==1.1.33 utbot-mypy-runner==0.2.8 From c6f5fa967b1d4029883ad10ee1c69a099dbf7300 Mon Sep 17 00:00:00 2001 From: Vyacheslav Tamarin Date: Wed, 8 Mar 2023 12:50:04 +0300 Subject: [PATCH 3/3] Fix NoneType --- utbot-python/src/main/resources/requirements.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/utbot-python/src/main/resources/requirements.txt b/utbot-python/src/main/resources/requirements.txt index af0ee343a3..5c2469fb5e 100644 --- a/utbot-python/src/main/resources/requirements.txt +++ b/utbot-python/src/main/resources/requirements.txt @@ -1,4 +1,4 @@ mypy==1.0.0 coverage -utbot-executor==1.1.33 +utbot-executor==1.1.34 utbot-mypy-runner==0.2.8