HowdenParser 4.0.2__tar.gz → 4.0.4__tar.gz

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
@@ -1,6 +1,6 @@
1
1
  Metadata-Version: 2.4
2
2
  Name: HowdenParser
3
- Version: 4.0.2
3
+ Version: 4.0.4
4
4
  Summary: A simple configuration manager with Pydantic and JSON export.
5
5
  License: MIT
6
6
  Keywords: config,configuration,pydantic,json
@@ -12,8 +12,6 @@ Classifier: Programming Language :: Python :: 3
12
12
  Classifier: Programming Language :: Python :: 3.12
13
13
  Classifier: Programming Language :: Python :: 3.13
14
14
  Provides-Extra: dev
15
- Requires-Dist: fitz (>=0.0.1.dev2,<0.0.2)
16
- Requires-Dist: hf-xet (>=1.1.7,<2.0.0)
17
15
  Requires-Dist: langchain (>=0.3.27,<0.4.0)
18
16
  Requires-Dist: llama-parse (>=0.6.58,<0.7.0)
19
17
  Requires-Dist: mistralai (>=1.9.3,<2.0.0)
@@ -21,10 +19,7 @@ Requires-Dist: pdf2image (>=1.17.0,<2.0.0)
21
19
  Requires-Dist: pypdf2 (>=3.0.1,<4.0.0)
22
20
  Requires-Dist: toml (>=0.10.2,<0.11.0) ; extra == "dev"
23
21
  Requires-Dist: tomli-w (>=1.2.0,<2.0.0) ; extra == "dev"
24
- Requires-Dist: torch (>=2.8.0,<3.0.0)
25
- Requires-Dist: torchaudio (>=2.8.0,<3.0.0)
26
- Requires-Dist: torchvision (>=0.23.0,<0.24.0)
27
- Requires-Dist: transformers (>=4.55.2,<5.0.0)
22
+ Requires-Dist: transformers (==4.56.0)
28
23
  Description-Content-Type: text/markdown
29
24
 
30
25
  # OCR & LLM Parser
@@ -1,6 +1,6 @@
1
1
  [project]
2
2
  name = "HowdenParser"
3
- version = "4.0.2"
3
+ version = "4.0.4"
4
4
  description = "A simple configuration manager with Pydantic and JSON export."
5
5
  readme = "README.md"
6
6
  requires-python = ">=3.12,<3.14"
@@ -20,14 +20,9 @@ dependencies = [
20
20
  "mistralai (>=1.9.3,<2.0.0)",
21
21
  "llama-parse (>=0.6.58,<0.7.0)",
22
22
  "langchain (>=0.3.27,<0.4.0)",
23
- "transformers (>=4.55.2,<5.0.0)",
24
- "fitz (>=0.0.1.dev2,<0.0.2)",
25
23
  "pypdf2 (>=3.0.1,<4.0.0)",
26
24
  "pdf2image (>=1.17.0,<2.0.0)",
27
- "torch (>=2.8.0,<3.0.0)",
28
- "torchvision (>=0.23.0,<0.24.0)",
29
- "torchaudio (>=2.8.0,<3.0.0)",
30
- "hf-xet (>=1.1.7,<2.0.0)",
25
+ "transformers (==4.56.0)",
31
26
  ]
32
27
 
33
28
  [project.license]
@@ -44,3 +39,8 @@ requires = [
44
39
  "poetry-core>=2.0.0,<3.0.0",
45
40
  ]
46
41
  build-backend = "poetry.core.masonry.api"
42
+
43
+ [dependency-groups]
44
+ dev = [
45
+ "tomli-w (>=1.2.0,<2.0.0)",
46
+ ]
File without changes