swarmauri_parser_textblob 0.6.1.dev6__tar.gz → 0.6.1.dev14__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_parser_textblob
3
- Version: 0.6.1.dev6
3
+ Version: 0.6.1.dev14
4
4
  Summary: TextBlob Parser for Swarmauri.
5
5
  License: Apache-2.0
6
6
  Author: Jacob Stewart
@@ -12,9 +12,9 @@ Classifier: Programming Language :: Python :: 3.10
12
12
  Classifier: Programming Language :: Python :: 3.11
13
13
  Classifier: Programming Language :: Python :: 3.12
14
14
  Requires-Dist: nltk (>=3.9.1,<4.0.0)
15
- Requires-Dist: swarmauri_base (>=0.6.1.dev6,<0.7.0)
16
- Requires-Dist: swarmauri_core (>=0.6.1.dev6,<0.7.0)
17
- Requires-Dist: swarmauri_standard (>=0.6.1.dev6,<0.7.0)
15
+ Requires-Dist: swarmauri_base (>=0.6.1.dev14,<0.7.0)
16
+ Requires-Dist: swarmauri_core (>=0.6.1.dev14,<0.7.0)
17
+ Requires-Dist: swarmauri_standard (>=0.6.1.dev1,<0.7.0)
18
18
  Requires-Dist: textblob (>=0.18.0,<0.19.0)
19
19
  Project-URL: Repository, http://github.com/swarmauri/swarmauri-sdk
20
20
  Description-Content-Type: text/markdown
@@ -1,6 +1,6 @@
1
1
  [tool.poetry]
2
2
  name = "swarmauri_parser_textblob"
3
- version = "0.6.1.dev6"
3
+ version = "0.6.1.dev14"
4
4
  description = "TextBlob Parser for Swarmauri."
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.dev6"}
21
- swarmauri_base = {version = "^0.6.1.dev6"}
22
- swarmauri_standard = {version = "^0.6.1.dev6"}
20
+ swarmauri_core = {version = "^0.6.1.dev14"}
21
+ swarmauri_base = {version = "^0.6.1.dev14"}
22
+ swarmauri_standard = {version = "^0.6.1.dev1"}
23
23
 
24
24
  # Dependencies
25
25
  textblob = "^0.18.0"