```diff
--- test_files/051-original.txt	2025-03-07 19:06:16
+++ test_files/051-modified.txt	2025-03-07 19:06:16
@@ -9,7 +9,7 @@
 
 setup(
     name="composio_phidata",
-    version="0.4.1",
+    version="0.7.6",
     author="Sawradip",
     author_email="sawradip@composio.dev",
     description="Use Composio to get an array of tools with your Phidata Plugin.",
@@ -22,6 +22,10 @@
         "Operating System :: OS Independent",
     ],
     python_requires=">=3.9,<4",
-    install_requires=["composio_==0.4.1"],
+    install_requires=[
+        "composio_core>=0.7.0,<0.8.0",
+        "composio_openai>=0.5.0,<0.8.0",
+        "phidata",
+    ],
     include_package_data=True,
 )
```
