From fc4b9a19f99ecc940ce97a812054dd7bb161fdeb Mon Sep 17 00:00:00 2001 From: CosmosShadow Date: Tue, 2 Jul 2024 11:30:45 +0800 Subject: [PATCH] v0.0.6 --- pyproject.toml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/pyproject.toml b/pyproject.toml index f6189ae..355009d 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -1,6 +1,6 @@ [tool.poetry] name = "gptpdf" -version = "0.0.5" +version = "0.0.6" description = "Using GPT to parse PDF" authors = ["Chen Li "] license = "Apache 2.0" @@ -11,7 +11,7 @@ packages = [ ] [tool.poetry.dependencies] -GeneralAgent = "^0.3.12" +GeneralAgent = "^0.3.13" shapely = "^2.0.1" pymupdf = "^1.24.7" python-dotenv = "^1.0.0"