composio-langgraph 0.5.51__tar.gz → 0.5.52rc1__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.1
2
2
  Name: composio_langgraph
3
- Version: 0.5.51
3
+ Version: 0.5.52rc1
4
4
  Summary: Use Composio to get array of tools with LnagGraph Agent Workflows
5
5
  Home-page: https://github.com/ComposioHQ/composio
6
6
  Author: Sawradip
@@ -10,7 +10,7 @@ Classifier: License :: OSI Approved :: Apache Software License
10
10
  Classifier: Operating System :: OS Independent
11
11
  Requires-Python: >=3.9,<4
12
12
  Description-Content-Type: text/markdown
13
- Requires-Dist: composio_langchain<=0.5.51,>=0.5.50
13
+ Requires-Dist: composio_langchain<=0.5.52-rc.1,>=0.5.50
14
14
  Requires-Dist: langgraph
15
15
 
16
16
  ## 🦜🕸️ Using Composio With LangGraph
@@ -1,6 +1,6 @@
1
1
  Metadata-Version: 2.1
2
2
  Name: composio_langgraph
3
- Version: 0.5.51
3
+ Version: 0.5.52rc1
4
4
  Summary: Use Composio to get array of tools with LnagGraph Agent Workflows
5
5
  Home-page: https://github.com/ComposioHQ/composio
6
6
  Author: Sawradip
@@ -10,7 +10,7 @@ Classifier: License :: OSI Approved :: Apache Software License
10
10
  Classifier: Operating System :: OS Independent
11
11
  Requires-Python: >=3.9,<4
12
12
  Description-Content-Type: text/markdown
13
- Requires-Dist: composio_langchain<=0.5.51,>=0.5.50
13
+ Requires-Dist: composio_langchain<=0.5.52-rc.1,>=0.5.50
14
14
  Requires-Dist: langgraph
15
15
 
16
16
  ## 🦜🕸️ Using Composio With LangGraph
@@ -0,0 +1,2 @@
1
+ composio_langchain<=0.5.52-rc.1,>=0.5.50
2
+ langgraph
@@ -9,7 +9,7 @@ from setuptools import setup
9
9
 
10
10
  setup(
11
11
  name="composio_langgraph",
12
- version="0.5.51",
12
+ version="0.5.52-rc.1",
13
13
  author="Sawradip",
14
14
  author_email="sawradip@composio.dev",
15
15
  description="Use Composio to get array of tools with LnagGraph Agent Workflows",
@@ -23,7 +23,7 @@ setup(
23
23
  ],
24
24
  python_requires=">=3.9,<4",
25
25
  install_requires=[
26
- "composio_langchain>=0.5.50,<=0.5.51",
26
+ "composio_langchain>=0.5.50,<=0.5.52-rc.1",
27
27
  "langgraph",
28
28
  ],
29
29
  include_package_data=True,
@@ -1,2 +0,0 @@
1
- composio_langchain<=0.5.51,>=0.5.50
2
- langgraph