agentx-python 0.4.0__tar.gz → 0.4.1__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: agentx-python
3
- Version: 0.4.0
3
+ Version: 0.4.1
4
4
  Summary: Official Python SDK for AgentX (https://www.agentx.so/)
5
5
  Home-page: https://github.com/AgentX-ai/AgentX-python-sdk
6
6
  Author: Robin Wang and AgentX Team
@@ -13,6 +13,9 @@ Description-Content-Type: text/markdown
13
13
  License-File: LICENSE
14
14
  Requires-Dist: urllib3>=1.26.11
15
15
  Requires-Dist: certifi
16
+ Requires-Dist: requests
17
+ Requires-Dist: pydantic
18
+ Requires-Dist: pydantic_core
16
19
  Dynamic: author
17
20
  Dynamic: author-email
18
21
  Dynamic: classifier
@@ -0,0 +1 @@
1
+ VERSION = "0.4.1"
@@ -1,6 +1,6 @@
1
1
  Metadata-Version: 2.4
2
2
  Name: agentx-python
3
- Version: 0.4.0
3
+ Version: 0.4.1
4
4
  Summary: Official Python SDK for AgentX (https://www.agentx.so/)
5
5
  Home-page: https://github.com/AgentX-ai/AgentX-python-sdk
6
6
  Author: Robin Wang and AgentX Team
@@ -13,6 +13,9 @@ Description-Content-Type: text/markdown
13
13
  License-File: LICENSE
14
14
  Requires-Dist: urllib3>=1.26.11
15
15
  Requires-Dist: certifi
16
+ Requires-Dist: requests
17
+ Requires-Dist: pydantic
18
+ Requires-Dist: pydantic_core
16
19
  Dynamic: author
17
20
  Dynamic: author-email
18
21
  Dynamic: classifier
@@ -0,0 +1,5 @@
1
+ urllib3>=1.26.11
2
+ certifi
3
+ requests
4
+ pydantic
5
+ pydantic_core
@@ -24,6 +24,9 @@ setup(
24
24
  install_requires=[
25
25
  "urllib3>=1.26.11",
26
26
  "certifi",
27
+ "requests",
28
+ "pydantic",
29
+ "pydantic_core",
27
30
  ],
28
31
  author="Robin Wang and AgentX Team",
29
32
  author_email="contact@agentx.so",
@@ -1 +0,0 @@
1
- VERSION = "0.4.0"
@@ -1,2 +0,0 @@
1
- urllib3>=1.26.11
2
- certifi
File without changes
File without changes
File without changes