swm_example_community_package 0.6.0.dev148__tar.gz → 0.6.0.dev149__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: swm_example_community_package
3
- Version: 0.6.0.dev148
3
+ Version: 0.6.0.dev149
4
4
  Summary: example community package
5
5
  License: Apache-2.0
6
6
  Author: Jacob Stewart
@@ -11,8 +11,8 @@ 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.0.dev148,<0.7.0)
15
- Requires-Dist: swarmauri_core (>=0.6.0.dev148,<0.7.0)
14
+ Requires-Dist: swarmauri_base (>=0.6.0.dev149,<0.7.0)
15
+ Requires-Dist: swarmauri_core (>=0.6.0.dev149,<0.7.0)
16
16
  Project-URL: Repository, http://github.com/swarmauri/swarmauri-sdk
17
17
  Description-Content-Type: text/markdown
18
18
 
@@ -1,6 +1,6 @@
1
1
  [tool.poetry]
2
2
  name = "swm_example_community_package"
3
- version = "0.6.0.dev148"
3
+ version = "0.6.0.dev149"
4
4
  description = "example community package"
5
5
  authors = ["Jacob Stewart <jacob@swarmauri.com>"]
6
6
  license = "Apache-2.0"
@@ -17,8 +17,8 @@ classifiers = [
17
17
  python = ">=3.10,<3.13"
18
18
 
19
19
  # Swarmauri
20
- swarmauri_core = { version = "^0.6.0.dev148" }
21
- swarmauri_base = { version = "^0.6.0.dev148" }
20
+ swarmauri_core = { version = "^0.6.0.dev149" }
21
+ swarmauri_base = { version = "^0.6.0.dev149" }
22
22
 
23
23
 
24
24
  [tool.poetry.group.dev.dependencies]