composio-langgraph 0.7.16__tar.gz → 0.7.17__tar.gz

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.

Potentially problematic release.


This version of composio-langgraph might be problematic. Click here for more details.

@@ -1,6 +1,6 @@
1
1
  Metadata-Version: 2.4
2
2
  Name: composio_langgraph
3
- Version: 0.7.16
3
+ Version: 0.7.17
4
4
  Summary: Use Composio to get array of tools with LangGraph Agent Workflows
5
5
  Home-page: https://github.com/ComposioHQ/composio
6
6
  Author: Sawradip
@@ -11,7 +11,7 @@ Classifier: Operating System :: OS Independent
11
11
  Requires-Python: >=3.9,<4
12
12
  Description-Content-Type: text/markdown
13
13
  Requires-Dist: composio_langchain<0.8.0,>=0.5.0
14
- Requires-Dist: langgraph<0.3.0
14
+ Requires-Dist: langgraph
15
15
  Dynamic: author
16
16
  Dynamic: author-email
17
17
  Dynamic: classifier
@@ -1,6 +1,6 @@
1
1
  Metadata-Version: 2.4
2
2
  Name: composio_langgraph
3
- Version: 0.7.16
3
+ Version: 0.7.17
4
4
  Summary: Use Composio to get array of tools with LangGraph Agent Workflows
5
5
  Home-page: https://github.com/ComposioHQ/composio
6
6
  Author: Sawradip
@@ -11,7 +11,7 @@ Classifier: Operating System :: OS Independent
11
11
  Requires-Python: >=3.9,<4
12
12
  Description-Content-Type: text/markdown
13
13
  Requires-Dist: composio_langchain<0.8.0,>=0.5.0
14
- Requires-Dist: langgraph<0.3.0
14
+ Requires-Dist: langgraph
15
15
  Dynamic: author
16
16
  Dynamic: author-email
17
17
  Dynamic: classifier
@@ -1,2 +1,2 @@
1
1
  composio_langchain<0.8.0,>=0.5.0
2
- langgraph<0.3.0
2
+ langgraph
@@ -9,7 +9,7 @@ from setuptools import setup
9
9
 
10
10
  setup(
11
11
  name="composio_langgraph",
12
- version="0.7.16",
12
+ version="0.7.17",
13
13
  author="Sawradip",
14
14
  author_email="sawradip@composio.dev",
15
15
  description="Use Composio to get array of tools with LangGraph Agent Workflows",
@@ -24,7 +24,7 @@ setup(
24
24
  python_requires=">=3.9,<4",
25
25
  install_requires=[
26
26
  "composio_langchain>=0.5.0,<0.8.0",
27
- "langgraph<0.3.0",
27
+ "langgraph",
28
28
  ],
29
29
  include_package_data=True,
30
30
  )