composio-langgraph 0.3.27__tar.gz → 0.3.28__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.3.27
3
+ Version: 0.3.28
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
@@ -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: langchain_core>=0.2.17
14
- Requires-Dist: composio_langchain==0.3.27
14
+ Requires-Dist: composio_langchain==0.3.28
15
15
 
16
16
  ## 🦜🕸️ Using Composio With LangGraph
17
17
 
@@ -1,6 +1,6 @@
1
1
  Metadata-Version: 2.1
2
2
  Name: composio_langgraph
3
- Version: 0.3.27
3
+ Version: 0.3.28
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
@@ -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: langchain_core>=0.2.17
14
- Requires-Dist: composio_langchain==0.3.27
14
+ Requires-Dist: composio_langchain==0.3.28
15
15
 
16
16
  ## 🦜🕸️ Using Composio With LangGraph
17
17
 
@@ -0,0 +1,2 @@
1
+ langchain_core>=0.2.17
2
+ composio_langchain==0.3.28
@@ -9,7 +9,7 @@ from setuptools import setup
9
9
 
10
10
  setup(
11
11
  name="composio_langgraph",
12
- version="0.3.27",
12
+ version="0.3.28",
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",
@@ -24,7 +24,7 @@ setup(
24
24
  python_requires=">=3.9,<4",
25
25
  install_requires=[
26
26
  "langchain_core>=0.2.17",
27
- "composio_langchain==0.3.27",
27
+ "composio_langchain==0.3.28",
28
28
  ],
29
29
  include_package_data=True,
30
30
  )
@@ -1,2 +0,0 @@
1
- langchain_core>=0.2.17
2
- composio_langchain==0.3.27