swarmauri_tool_entityrecognition 0.6.1.dev14__tar.gz → 0.6.1.dev15__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: swarmauri_tool_entityrecognition
3
- Version: 0.6.1.dev14
3
+ Version: 0.6.1.dev15
4
4
  Summary: Swarmauri Community Entity Recognition Tool
5
5
  License: Apache-2.0
6
6
  Author: Jacob Stewart
@@ -11,9 +11,9 @@ Classifier: Programming Language :: Python :: 3
11
11
  Classifier: Programming Language :: Python :: 3.10
12
12
  Classifier: Programming Language :: Python :: 3.11
13
13
  Classifier: Programming Language :: Python :: 3.12
14
- Requires-Dist: swarmauri_base (>=0.6.1.dev14,<0.7.0)
15
- Requires-Dist: swarmauri_core (>=0.6.1.dev14,<0.7.0)
16
- Requires-Dist: swarmauri_standard (>=0.6.1.dev1,<0.7.0)
14
+ Requires-Dist: swarmauri_base (>=0.6.1.dev15,<0.7.0)
15
+ Requires-Dist: swarmauri_core (>=0.6.1.dev15,<0.7.0)
16
+ Requires-Dist: swarmauri_standard (>=0.6.1.dev2,<0.7.0)
17
17
  Requires-Dist: transformers (>=4.45.0)
18
18
  Project-URL: Repository, http://github.com/swarmauri/swarmauri-sdk
19
19
  Description-Content-Type: text/markdown
@@ -1,6 +1,6 @@
1
1
  [tool.poetry]
2
2
  name = "swarmauri_tool_entityrecognition"
3
- version = "0.6.1.dev14"
3
+ version = "0.6.1.dev15"
4
4
  description = "Swarmauri Community Entity Recognition Tool"
5
5
  authors = ["Jacob Stewart <jacob@swarmauri.com>"]
6
6
  license = "Apache-2.0"
@@ -17,9 +17,9 @@ classifiers = [
17
17
  python = ">=3.10,<3.13"
18
18
 
19
19
  # Swarmauri
20
- swarmauri_core = {version = "^0.6.1.dev14"}
21
- swarmauri_base = {version = "^0.6.1.dev14"}
22
- swarmauri_standard = {version = "^0.6.1.dev1"}
20
+ swarmauri_core = {version = "^0.6.1.dev15"}
21
+ swarmauri_base = {version = "^0.6.1.dev15"}
22
+ swarmauri_standard = {version = "^0.6.1.dev2"}
23
23
 
24
24
  # Dependencies
25
25
  transformers = ">=4.45.0"