composio-langgraph 0.8.14__tar.gz → 0.8.16__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.8.14
3
+ Version: 0.8.16
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: composio
@@ -1,6 +1,6 @@
1
1
  Metadata-Version: 2.4
2
2
  Name: composio-langgraph
3
- Version: 0.8.14
3
+ Version: 0.8.16
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: composio
@@ -1,6 +1,6 @@
1
1
  [project]
2
2
  name = "composio-langgraph"
3
- version = "0.8.14"
3
+ version = "0.8.16"
4
4
  description = "Use Composio to get array of tools with LangGraph Agent Workflows."
5
5
  readme = "README.md"
6
6
  requires-python = ">=3.9,<4"
@@ -8,7 +8,7 @@ from setuptools import setup
8
8
 
9
9
  setup(
10
10
  name="composio_langgraph",
11
- version="0.8.14",
11
+ version="0.8.16",
12
12
  author="composio",
13
13
  author_email="tech@composio.dev",
14
14
  description="Use Composio to get array of tools with LangGraph Agent Workflows",