mirror of
https://github.com/ComposioHQ/composio.git
synced 2026-09-22 11:46:35 +08:00
684a392816
## Summary - bump the Python SDK and all provider package versions to `0.21.1` - regenerate the root `uv.lock` from the updated workspace metadata - keep the existing coordinated changelog as the release authority ## Verification - `pnpm test:release-workflow` - `make build` (26 artifacts) - `python -m twine check python/dist/*`
22 lines
548 B
TOML
22 lines
548 B
TOML
[project]
|
|
name = "composio-langgraph"
|
|
version = "0.21.1"
|
|
description = "Use Composio to get array of tools with LangGraph Agent Workflows."
|
|
readme = "README.md"
|
|
requires-python = ">=3.10,<4"
|
|
authors = [
|
|
{ name = "Composio", email = "tech@composio.dev" }
|
|
]
|
|
classifiers = [
|
|
"Programming Language :: Python :: 3",
|
|
"License :: OSI Approved :: Apache Software License",
|
|
"Operating System :: OS Independent",
|
|
]
|
|
dependencies = [
|
|
"langgraph>=1.2.9",
|
|
"composio",
|
|
]
|
|
|
|
[project.urls]
|
|
Homepage = "https://github.com/ComposioHQ/composio"
|