composio-pydanticai 0.7.8__tar.gz → 0.7.9__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.
@@ -1,6 +1,6 @@
1
1
  Metadata-Version: 2.2
2
2
  Name: composio_pydanticai
3
- Version: 0.7.8
3
+ Version: 0.7.9
4
4
  Summary: Use Composio to get array of strongly typed tools for Pydantic AI
5
5
  Home-page: https://github.com/ComposioHQ/composio
6
6
  Author: Siddharth
@@ -1,6 +1,6 @@
1
1
  Metadata-Version: 2.2
2
2
  Name: composio_pydanticai
3
- Version: 0.7.8
3
+ Version: 0.7.9
4
4
  Summary: Use Composio to get array of strongly typed tools for Pydantic AI
5
5
  Home-page: https://github.com/ComposioHQ/composio
6
6
  Author: Siddharth
@@ -9,7 +9,7 @@ from setuptools import setup
9
9
 
10
10
  setup(
11
11
  name="composio_pydanticai",
12
- version="0.7.8",
12
+ version="0.7.9",
13
13
  author="Siddharth",
14
14
  author_email="tech@composio.dev",
15
15
  description="Use Composio to get array of strongly typed tools for Pydantic AI",