composio-openai-agents 0.7.18__tar.gz → 0.7.19rc1__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.
- {composio_openai_agents-0.7.18 → composio_openai_agents-0.7.19rc1}/PKG-INFO +1 -1
- {composio_openai_agents-0.7.18 → composio_openai_agents-0.7.19rc1}/composio_openai_agents.egg-info/PKG-INFO +1 -1
- {composio_openai_agents-0.7.18 → composio_openai_agents-0.7.19rc1}/setup.py +1 -1
- {composio_openai_agents-0.7.18 → composio_openai_agents-0.7.19rc1}/README.md +0 -0
- {composio_openai_agents-0.7.18 → composio_openai_agents-0.7.19rc1}/composio_openai_agents/__init__.py +0 -0
- {composio_openai_agents-0.7.18 → composio_openai_agents-0.7.19rc1}/composio_openai_agents/toolset.py +0 -0
- {composio_openai_agents-0.7.18 → composio_openai_agents-0.7.19rc1}/composio_openai_agents.egg-info/SOURCES.txt +0 -0
- {composio_openai_agents-0.7.18 → composio_openai_agents-0.7.19rc1}/composio_openai_agents.egg-info/dependency_links.txt +0 -0
- {composio_openai_agents-0.7.18 → composio_openai_agents-0.7.19rc1}/composio_openai_agents.egg-info/requires.txt +0 -0
- {composio_openai_agents-0.7.18 → composio_openai_agents-0.7.19rc1}/composio_openai_agents.egg-info/top_level.txt +0 -0
- {composio_openai_agents-0.7.18 → composio_openai_agents-0.7.19rc1}/setup.cfg +0 -0
@@ -9,7 +9,7 @@ from setuptools import find_packages, setup
|
|
9
9
|
|
10
10
|
setup(
|
11
11
|
name="composio_openai_agents",
|
12
|
-
version="0.7.
|
12
|
+
version="0.7.19-rc.1",
|
13
13
|
author="Siddharth",
|
14
14
|
author_email="tech@composio.dev",
|
15
15
|
description="Use Composio to get array of strongly typed tools for OpenAI Agents",
|
File without changes
|
File without changes
|
{composio_openai_agents-0.7.18 → composio_openai_agents-0.7.19rc1}/composio_openai_agents/toolset.py
RENAMED
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|