Skip to content

Commit

Permalink
chore(pyproject): bump version and update httpx dependency to match o…
Browse files Browse the repository at this point in the history
…llama dependency

- increment version to 0.0.1a15
- update httpx dependency to >=0.27.0
  • Loading branch information
awwaawwa committed Jan 16, 2025
1 parent 59eab17 commit 49f1be1
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 @@
[project]
name = "yadt"
version = "0.0.1a14"
version = "0.0.1a15"
description = "Yet Another Document Translator"
license = "AGPL-3.0"
readme = "README.md"
Expand All @@ -13,7 +13,7 @@ keywords = ["PDF"]
dependencies = [
"bitstring>=4.3.0",
"configargparse>=1.7",
"httpx>=0.28.1",
"httpx>=0.27.0",
"huggingface-hub>=0.27.0",
"numpy>=2.0.2",
"onnx>=1.17.0",
Expand Down

0 comments on commit 49f1be1

Please sign in to comment.