norm_toolkit 1.0.0__tar.gz → 1.0.1__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.3
2
2
  Name: norm_toolkit
3
- Version: 1.0.0
3
+ Version: 1.0.1
4
4
  Summary: Toolkit to normalize text to UMLS / ontologies
5
5
  Author: Haydn Jones
6
6
  Author-email: Haydn Jones <haydnjonest@gmail.com>
@@ -8,7 +8,7 @@ Requires-Dist: asyncpg>=0.29.0
8
8
  Requires-Dist: duckdb>=1.4.3
9
9
  Requires-Dist: lvg-norm>=1.1.0
10
10
  Requires-Dist: polars[rt64]>=1.36.1
11
- Requires-Dist: pyarrow>=22.0.0
11
+ Requires-Dist: pyarrow>=20.0.0
12
12
  Requires-Dist: pydantic>=2.12.5
13
13
  Requires-Dist: tqdm>=4.67.1
14
14
  Requires-Python: >=3.12
@@ -1,6 +1,6 @@
1
1
  [project]
2
2
  name = "norm_toolkit"
3
- version = "1.0.0"
3
+ version = "1.0.1"
4
4
  description = "Toolkit to normalize text to UMLS / ontologies"
5
5
  readme = "README.md"
6
6
  authors = [{ name = "Haydn Jones", email = "haydnjonest@gmail.com" }]
@@ -10,7 +10,7 @@ dependencies = [
10
10
  "duckdb>=1.4.3",
11
11
  "lvg-norm>=1.1.0",
12
12
  "polars[rt64]>=1.36.1",
13
- "pyarrow>=22.0.0",
13
+ "pyarrow>=20.0.0",
14
14
  "pydantic>=2.12.5",
15
15
  "tqdm>=4.67.1",
16
16
  ]
File without changes