Skip to content

Commit eb3a41d

Browse files
committed
Fix requires
1 parent 95dd707 commit eb3a41d

File tree

2 files changed

+4
-1
lines changed

2 files changed

+4
-1
lines changed

agentx/version.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
VERSION = "0.4.0"
1+
VERSION = "0.4.1"

setup.py

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -24,6 +24,9 @@ def get_long_description():
2424
install_requires=[
2525
"urllib3>=1.26.11",
2626
"certifi",
27+
"requests",
28+
"pydantic",
29+
"pydantic_core",
2730
],
2831
author="Robin Wang and AgentX Team",
2932
author_email="[email protected]",

0 commit comments

Comments
 (0)