Releases: coingecko/coingecko-python
Releases · coingecko/coingecko-python
v1.12.0
v1.11.3
1.11.3 (2025-12-18)
Full Changelog: v1.11.2...v1.11.3
Bug Fixes
- ensure streams are always closed (e51d469)
- Remove incorrect comment (12a638c)
- types: allow pyright to infer TypedDict types within SequenceNotStr (dfe9c19)
- use async_to_httpx_files in patch method (6482e2b)
Chores
v1.11.2
1.11.2 (2025-11-22)
Full Changelog: v1.11.1...v1.11.2
Bug Fixes
- client: close streams without requiring full consumption (920e115)
- compat with Python 3.14 (480f678)
- compat: update signatures of
model_dumpandmodel_dump_jsonfor Pydantic v1 (c8703be)
Chores
- add Python 3.14 classifier and testing (aa3cd7d)
- bump
httpx-aiohttpversion to 0.1.9 (8bb3482) - internal/tests: avoid race condition with implicit client cleanup (21f1918)
- internal: detect missing future annotations with ruff (c7100fb)
- internal: grammar fix (it's -> its) (10ceb55)
- package: drop Python 3.8 support (a8ce8c0)
v1.11.1
1.11.1 (2025-10-06)
Full Changelog: v1.11.0...v1.11.1
Bug Fixes
- Incorrect snippet in ReadMe (d956a5c)
v1.11.0
v1.10.1
1.10.1 (2025-09-25)
Full Changelog: v1.10.0...v1.10.1
Bug Fixes
- Correct accessing example in README (7a8c9fd)
v1.10.0
v1.9.0
1.9.0 (2025-09-20)
Full Changelog: v1.8.3...v1.9.0
Features
- improve future compat with pydantic v3 (a6ad7f5)
- types: replace List[str] with SequenceNotStr in params (fe41e4f)
Chores
- do not install brew dependencies in ./scripts/bootstrap by default (138163f)
- internal: move mypy configurations to
pyproject.tomlfile (73f97dc) - internal: update pydantic dependency (2db8a2b)
- tests: simplify
get_platformtest (f344e7e) - types: change optional parameter type from NotGiven to Omit (4d0a984)
v1.8.3
1.8.3 (2025-08-30)
Full Changelog: v1.8.2...v1.8.3
Bug Fixes
- avoid newer type syntax (3533b82)
Chores
v1.8.2
1.8.2 (2025-07-25)
Full Changelog: v1.8.1...v1.8.2
Bug Fixes
- parsing: parse extra field types (7c699a8)
Chores
- project: add settings file for vscode (7896645)