From 66c758004843245e4e9f93611ec030ab0c002c51 Mon Sep 17 00:00:00 2001 From: CosmosShadow Date: Tue, 9 Jul 2024 22:08:34 +0800 Subject: [PATCH] v0.0.12 --- pyproject.toml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/pyproject.toml b/pyproject.toml index fd7057a..9c4c0b5 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -1,6 +1,6 @@ [tool.poetry] name = "gptpdf" -version = "0.0.11" +version = "0.0.12" description = "Using GPT to parse PDF" authors = ["Chen Li "] license = "Apache 2.0" @@ -11,7 +11,7 @@ packages = [ ] [tool.poetry.dependencies] -GeneralAgent = "^0.3.19" +GeneralAgent = "^0.3.20" shapely = "^2.0.1" pymupdf = "^1.24.7" python-dotenv = "^1.0.0"