HowdenParser 4.0.3__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.3
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,19 +12,13 @@ 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)
20
18
  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
- Requires-Dist: tomli-w (>=1.2.0,<2.0.0)
24
21
  Requires-Dist: tomli-w (>=1.2.0,<2.0.0) ; extra == "dev"
25
- Requires-Dist: torch (>=2.8.0,<3.0.0)
26
- Requires-Dist: torchaudio (>=2.8.0,<3.0.0)
27
- Requires-Dist: torchvision (>=0.23.0,<0.24.0)
28
22
  Requires-Dist: transformers (==4.56.0)
29
23
  Description-Content-Type: text/markdown
30
24
 
@@ -1,6 +1,6 @@
1
1
  [project]
2
2
  name = "HowdenParser"
3
- version = "4.0.3"
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,15 +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
- "fitz (>=0.0.1.dev2,<0.0.2)",
24
23
  "pypdf2 (>=3.0.1,<4.0.0)",
25
24
  "pdf2image (>=1.17.0,<2.0.0)",
26
- "torch (>=2.8.0,<3.0.0)",
27
- "torchvision (>=0.23.0,<0.24.0)",
28
- "torchaudio (>=2.8.0,<3.0.0)",
29
- "hf-xet (>=1.1.7,<2.0.0)",
30
25
  "transformers (==4.56.0)",
31
- "tomli-w (>=1.2.0,<2.0.0)",
32
26
  ]
33
27
 
34
28
  [project.license]
@@ -45,3 +39,8 @@ requires = [
45
39
  "poetry-core>=2.0.0,<3.0.0",
46
40
  ]
47
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