```diff
--- test_files/057-original.txt	2025-03-07 19:06:16
+++ test_files/057-modified.txt	2025-03-07 19:06:16
@@ -9,19 +9,19 @@
 
 setup(
     name="composio_julep",
-    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 Julep wokflow.",
+    description="Use Composio to get an array of tools with your Julep workflow.",
     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,<4",
-    install_requires=["composio_openai===0.3.12", "julep>=0.3.2"],
+    install_requires=["composio_openai>=0.5.0,<0.8.0", "julep>=0.3.2"],
     include_package_data=True,
 )
```
