From 886b2ecbef598c6fc5578cd11e475556d43b4018 Mon Sep 17 00:00:00 2001 From: Leonardo Schwarz Date: Thu, 11 Jul 2024 11:23:29 +0200 Subject: [PATCH] support py3.9 --- pyproject.toml | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/pyproject.toml b/pyproject.toml index 58e39ce2..016e2b5d 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -28,7 +28,8 @@ dependencies = [ "polars-lts-cpu >= 0.20.25", "loguru>=0.7", "setuptools", - "pydantic" + "pydantic", + "eval_type_backport", ] [project.optional-dependencies]