Skip to content

Commit

Permalink
v0.0.6
Browse files Browse the repository at this point in the history
  • Loading branch information
CosmosShadow committed Jul 2, 2024
1 parent 68826e5 commit fc4b9a1
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.5"
version = "0.0.6"
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.12"
GeneralAgent = "^0.3.13"
shapely = "^2.0.1"
pymupdf = "^1.24.7"
python-dotenv = "^1.0.0"
Expand Down

0 comments on commit fc4b9a1

Please sign in to comment.