We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 95dd707 commit eb3a41dCopy full SHA for eb3a41d
agentx/version.py
@@ -1 +1 @@
1
-VERSION = "0.4.0"
+VERSION = "0.4.1"
setup.py
@@ -24,6 +24,9 @@ def get_long_description():
24
install_requires=[
25
"urllib3>=1.26.11",
26
"certifi",
27
+ "requests",
28
+ "pydantic",
29
+ "pydantic_core",
30
],
31
author="Robin Wang and AgentX Team",
32
author_email="[email protected]",
0 commit comments