pyannotators-patterns 1.6.29__tar.gz → 1.6.133__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: pyannotators-patterns
3
- Version: 1.6.29
3
+ Version: 1.6.133
4
4
  Summary: Annotator based on Presidio pattern recognizer
5
5
  Project-URL: Homepage, https://github.com/oterrier/pyannotators_patterns/
6
6
  Author-email: Olivier Terrier <olivier.terrier@kairntech.com>
@@ -42,7 +42,7 @@ Requires-Python: >=3.12
42
42
  Requires-Dist: collections-extended
43
43
  Requires-Dist: log-with-context
44
44
  Requires-Dist: presidio-analyzer>=2.2.354
45
- Requires-Dist: pymultirole-plugins<0.7.0,>=0.6.0
45
+ Requires-Dist: pymultirole-plugins<1.7.0,>=1.6.0
46
46
  Requires-Dist: spacy[lookups]>=3.7.0
47
47
  Requires-Dist: tldextract>=5.1.2
48
48
  Requires-Dist: unidecode
@@ -27,7 +27,7 @@ classifiers = [
27
27
  ]
28
28
  requires-python = ">=3.12"
29
29
  dependencies = [
30
- "pymultirole-plugins>=0.6.0,<0.7.0",
30
+ "pymultirole-plugins>=1.6.0,<1.7.0",
31
31
  "tldextract>=5.1.2",
32
32
  "spacy[lookups]>=3.7.0",
33
33
  "log-with-context",
@@ -1,3 +1,3 @@
1
1
  """Annotator based on Presidio pattern recognizer"""
2
2
 
3
- __version__ = "1.6.29"
3
+ __version__ = "1.6.133"