diff --git a/pyproject.toml b/pyproject.toml index 794ab67..34badc9 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -1,6 +1,6 @@ [tool.poetry] name = "gptpdf" -version = "0.0.2" +version = "0.0.3" description = "Using GPT to parse PDF" authors = ["Chen Li "] license = "Apache 2.0" @@ -11,7 +11,7 @@ packages = [ ] [tool.poetry.dependencies] -GeneralAgent = "^0.3.11" +GeneralAgent = "^0.3.12" shapely = "^2.0.1" pymupdf = "^1.24.7" python-dotenv = "^1.0.0"