Skip to content

Commit

Permalink
v0.0.3
Browse files Browse the repository at this point in the history
  • Loading branch information
CosmosShadow committed Jul 1, 2024
1 parent 1390522 commit e5e190c
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions pyproject.toml
Original file line number Diff line number Diff line change
@@ -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 <lichenarthurdata@gmail.com>"]
license = "Apache 2.0"
Expand All @@ -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"
Expand Down

0 comments on commit e5e190c

Please sign in to comment.