Skip to content

Commit 7f95376

Browse files
release: 1.11.0
1 parent a5c671b commit 7f95376

File tree

4 files changed

+28
-3
lines changed

4 files changed

+28
-3
lines changed

.release-please-manifest.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,3 @@
11
{
2-
".": "1.10.0"
2+
".": "1.11.0"
33
}

CHANGELOG.md

Lines changed: 25 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,30 @@
11
# Changelog
22

3+
## 1.11.0 (2025-10-27)
4+
5+
Full Changelog: [v1.10.0...v1.11.0](https://github.com/ComposioHQ/composio-base-py/compare/v1.10.0...v1.11.0)
6+
7+
### Features
8+
9+
* **api:** api update ([a5c671b](https://github.com/ComposioHQ/composio-base-py/commit/a5c671be0aa3154d47c4c473fdbf6ca89054caa1))
10+
* **api:** api update ([199e68e](https://github.com/ComposioHQ/composio-base-py/commit/199e68e8a7c63a9c4733daf4afc6d9c131f09bb1))
11+
* **api:** api update ([9ba3a5e](https://github.com/ComposioHQ/composio-base-py/commit/9ba3a5e6d79d2bd8c28cca7ab9ecd501baf36e16))
12+
* **api:** api update ([19b7cb9](https://github.com/ComposioHQ/composio-base-py/commit/19b7cb96bff0601c669038579b713e7ae3e03a18))
13+
* **api:** api update ([92e4ace](https://github.com/ComposioHQ/composio-base-py/commit/92e4ace6ff3c10e830e8359f408b93c7fad797d7))
14+
* **api:** api update ([ff03586](https://github.com/ComposioHQ/composio-base-py/commit/ff03586aaddeda9778b2573f48db98a3ea115744))
15+
* **api:** api update ([894af4d](https://github.com/ComposioHQ/composio-base-py/commit/894af4d5cf8ee6c2441b42e366b87218a95cebd7))
16+
* **api:** api update ([9ba0e9a](https://github.com/ComposioHQ/composio-base-py/commit/9ba0e9ab3432a3ad62160e0ea4e6caaefe5785e7))
17+
* **api:** api update ([b888851](https://github.com/ComposioHQ/composio-base-py/commit/b88885121a54da70a7597ae9bb721e524fa490e4))
18+
* **api:** api update ([2369a35](https://github.com/ComposioHQ/composio-base-py/commit/2369a35e9bfdb2f7cb8700322fd30ff6cdfaf10a))
19+
* **api:** api update ([0de1b68](https://github.com/ComposioHQ/composio-base-py/commit/0de1b68014415a3459a25e091775e72d52d6429d))
20+
* **api:** api update ([96d3e51](https://github.com/ComposioHQ/composio-base-py/commit/96d3e51ca088beed3c08c0214a7533b8e2cf8763))
21+
22+
23+
### Chores
24+
25+
* bump `httpx-aiohttp` version to 0.1.9 ([26fb133](https://github.com/ComposioHQ/composio-base-py/commit/26fb1332ef7e2ca966866c7a821debe13a918bdb))
26+
* **internal:** detect missing future annotations with ruff ([57d4425](https://github.com/ComposioHQ/composio-base-py/commit/57d4425c479c890d21621d13bf7ac7de7c2658d8))
27+
328
## 1.10.0 (2025-09-25)
429

530
Full Changelog: [v1.9.1...v1.10.0](https://github.com/ComposioHQ/composio-base-py/compare/v1.9.1...v1.10.0)

pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[project]
22
name = "composio-client"
3-
version = "1.10.0"
3+
version = "1.11.0"
44
description = "The official Python library for the composio API"
55
dynamic = ["readme"]
66
license = "Apache-2.0"

src/composio_client/_version.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
11
# File generated from our OpenAPI spec by Stainless. See CONTRIBUTING.md for details.
22

33
__title__ = "composio_client"
4-
__version__ = "1.10.0" # x-release-please-version
4+
__version__ = "1.11.0" # x-release-please-version

0 commit comments

Comments
 (0)