```diff
--- test_files/039-original.txt	2025-03-07 19:06:15
+++ test_files/039-modified.txt	2025-03-07 19:06:15
@@ -9,19 +9,19 @@
 
 setup(
     name="composio_praisonai",
-    version="0.3.19",
+    version="0.7.6",
     author="Sawradip",
     author_email="sawradip@composio.dev",
     description="Use Composio Tools to enhance your PraisonAI agents capabilities.",
     long_description=(Path(__file__).parent / "README.md").read_text(encoding="utf-8"),
     long_description_content_type="text/markdown",
-    url="https://github.com/SamparkAI/composio_sdk",
+    url="https://github.com/ComposioHQ/composio",
     classifiers=[
         "Programming Language :: Python :: 3",
         "License :: OSI Approved :: Apache Software License",
         "Operating System :: OS Independent",
     ],
     python_requires=">=3.9",
-    install_requires=["composio_core==0.3.19", "PraisonAI>=0.0.2"],
+    install_requires=["composio_core>=0.7.0,<0.8.0", "PraisonAI>=0.0.2"],
     include_package_data=True,
 )
```
