```diff
--- test_files/006-original.txt	2025-03-07 19:06:13
+++ test_files/006-modified.txt	2025-03-07 19:06:13
@@ -1,5 +1,5 @@
 """
-Setup configuration for Composio Langchain plugin
+Setup configuration for Composio LlamaIndex plugin
 """
 
 from pathlib import Path
@@ -9,13 +9,13 @@
 
 setup(
     name="composio_llamaindex",
-    version="0.3.12",
+    version="0.7.6",
     author="Sawradip",
     author_email="sawradip@composio.dev",
     description="Use Composio to get an array of tools with your LlamaIndex agent.",
     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",
@@ -24,7 +24,7 @@
     python_requires=">=3.9,<4",
     install_requires=[
         "llama_index>=0.10.43",
-        "composio_langchain===0.3.12",
+        "composio_core>=0.7.0,<0.8.0",
     ],
     include_package_data=True,
 )
```
