mirror of
https://github.com/ComposioHQ/composio.git
synced 2026-09-22 11:46:35 +08:00
dafe1389b1
This PR: - bumps Python `composio` and all 13 provider packages to `0.22.0` - regenerates `uv.lock` and adds the coordinated Python and TypeScript release changelog - records the manually published `@composio/typesafe@0.1.0` as the repository baseline - replaces the original TypeSafe minor changeset with a patch release for `0.1.1`, so post-publication runtime fixes ship instead of being skipped - keeps the existing Changesets train for `@composio/core@0.19.0`, `@composio/slim@0.19.0`, and provider updates - verifies the release workflow, changesets, all 20 TypeScript package builds, 147 TypeSafe tests, 590 docs static tests, and all 28 Python distributions with Twine
22 lines
573 B
TOML
22 lines
573 B
TOML
[project]
|
|
name = "composio-google"
|
|
version = "0.22.0"
|
|
description = "Use Composio to get an array of tools with your Google AI Python Gemini model."
|
|
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 = [
|
|
"google-cloud-aiplatform>=1.162.0",
|
|
"composio",
|
|
]
|
|
|
|
[project.urls]
|
|
Homepage = "https://github.com/ComposioHQ/composio"
|