Skip to content

Commit 28f576f

Browse files
release: 1.11.2
1 parent c7c8b16 commit 28f576f

4 files changed

Lines changed: 23 additions & 3 deletions

File tree

.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.11.1"
2+
".": "1.11.2"
33
}

CHANGELOG.md

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

3+
## 1.11.2 (2025-11-22)
4+
5+
Full Changelog: [v1.11.1...v1.11.2](https://github.com/coingecko/coingecko-python/compare/v1.11.1...v1.11.2)
6+
7+
### Bug Fixes
8+
9+
* **client:** close streams without requiring full consumption ([920e115](https://github.com/coingecko/coingecko-python/commit/920e115252ab911ed3e0f0f588efd3302eb07651))
10+
* compat with Python 3.14 ([480f678](https://github.com/coingecko/coingecko-python/commit/480f67880356efaff1bc290881d64b010f775c54))
11+
* **compat:** update signatures of `model_dump` and `model_dump_json` for Pydantic v1 ([c8703be](https://github.com/coingecko/coingecko-python/commit/c8703be34335b1dc7cca5f8e6c00267babd95bfd))
12+
13+
14+
### Chores
15+
16+
* add Python 3.14 classifier and testing ([aa3cd7d](https://github.com/coingecko/coingecko-python/commit/aa3cd7d3a3c4d8d202726cc1b617ed05bacbb8d2))
17+
* bump `httpx-aiohttp` version to 0.1.9 ([8bb3482](https://github.com/coingecko/coingecko-python/commit/8bb3482e800e3b28a107bf2d71e888cad9e16855))
18+
* **internal/tests:** avoid race condition with implicit client cleanup ([21f1918](https://github.com/coingecko/coingecko-python/commit/21f1918d6dd982b0bf0280cd5585cfdab8d1e275))
19+
* **internal:** detect missing future annotations with ruff ([c7100fb](https://github.com/coingecko/coingecko-python/commit/c7100fb15194c4eb34d12cb995ea2a81ebfe0b26))
20+
* **internal:** grammar fix (it's -> its) ([10ceb55](https://github.com/coingecko/coingecko-python/commit/10ceb55cfbb9ee6dbd27a9d8e02fd302005c7f70))
21+
* **package:** drop Python 3.8 support ([a8ce8c0](https://github.com/coingecko/coingecko-python/commit/a8ce8c038065a5aecadd21dbf66b8408a3350f1b))
22+
323
## 1.11.1 (2025-10-06)
424

525
Full Changelog: [v1.11.0...v1.11.1](https://github.com/coingecko/coingecko-python/compare/v1.11.0...v1.11.1)

pyproject.toml

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

src/coingecko_sdk/_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__ = "coingecko_sdk"
4-
__version__ = "1.11.1" # x-release-please-version
4+
__version__ = "1.11.2" # x-release-please-version

0 commit comments

Comments
 (0)