llm-ie 0.4.3__py3-none-any.whl → 0.4.4__py3-none-any.whl

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.1
2
2
  Name: llm-ie
3
- Version: 0.4.3
3
+ Version: 0.4.4
4
4
  Summary: An LLM-powered tool that transforms everyday language into robust information extraction pipelines.
5
5
  License: MIT
6
6
  Author: Enshuo (David) Hsu
@@ -11,7 +11,7 @@ Classifier: Programming Language :: Python :: 3.11
11
11
  Classifier: Programming Language :: Python :: 3.12
12
12
  Requires-Dist: colorama (>=0.4.6,<0.5.0)
13
13
  Requires-Dist: json_repair (>=0.30,<0.31)
14
- Requires-Dist: nest_asyncio (>=0.1.6,<0.2.0)
14
+ Requires-Dist: nest_asyncio (>=1.6.0,<2.0.0)
15
15
  Requires-Dist: nltk (>=3.8,<4.0)
16
16
  Description-Content-Type: text/markdown
17
17
 
@@ -18,6 +18,6 @@ llm_ie/data_types.py,sha256=_Kt4Er1SMj1jg8U8TCXFJH_64prur-IbFngHKmZgWr8,15717
18
18
  llm_ie/engines.py,sha256=qESKa2f_2VZ-HSCDZ6R2gKFwPBN0j2qv1vcTYpWXJTM,18319
19
19
  llm_ie/extractors.py,sha256=ueSt8jBKLnqOxu8FuqyYqEERugzd6FsI0r-pY8EboHw,85426
20
20
  llm_ie/prompt_editor.py,sha256=pHRbg_yFZdoV63r3pvf0TsLfgH2EVJvzUQEVDH1Hj0s,9570
21
- llm_ie-0.4.3.dist-info/METADATA,sha256=ErEWRa3WYFakjwcUmQvHUomp_EiZho7nlB9XQFgGu9A,53980
22
- llm_ie-0.4.3.dist-info/WHEEL,sha256=sP946D7jFCHeNz5Iq4fL4Lu-PrWrFsgfLXbbkciIZwg,88
23
- llm_ie-0.4.3.dist-info/RECORD,,
21
+ llm_ie-0.4.4.dist-info/METADATA,sha256=RlIDS2sDnx4UvgwNGv83wb9rEswjk-LXm2T5wU5zGCI,53980
22
+ llm_ie-0.4.4.dist-info/WHEEL,sha256=sP946D7jFCHeNz5Iq4fL4Lu-PrWrFsgfLXbbkciIZwg,88
23
+ llm_ie-0.4.4.dist-info/RECORD,,
File without changes