From a490e280aa168e12c0211d4f03a5264168512ba4 Mon Sep 17 00:00:00 2001 From: Gabo Date: Fri, 1 Nov 2024 15:30:55 +0100 Subject: [PATCH] Support python 3.10 --- pyproject.toml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/pyproject.toml b/pyproject.toml index 56a00f7..3f03462 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -1,10 +1,10 @@ [project] name = "pdf-document-layout-analysis" -version = "2024.11.1.1002" +version = "2024.11.1.1003" description = "This tool is for PDF document layout analysis" license = { file = "LICENSE" } authors = [{ name = "HURIDOCS" }] -requires-python = ">= 3.11" +requires-python = ">= 3.10" dependencies = [ "fastapi==0.111.1", "python-multipart==0.0.9",