Skip to content

Releases: coingecko/coingecko-python

v1.12.0

18 Dec 12:20

Choose a tag to compare

1.12.0 (2025-12-18)

Full Changelog: v1.11.3...v1.12.0

Features

v1.11.3

18 Dec 08:55

Choose a tag to compare

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

  • add missing docstrings (d90bf87)
  • deps: mypy 1.18.1 has a regression, pin to 1.17 (4fb9fd2)
  • docs: use environment variables for authentication in code snippets (cd2478b)
  • internal: add missing files argument to base client (fdfb733)
  • speedup initial import (41bfc15)
  • update lockfile (def90a4)

v1.11.2

26 Nov 15:53

Choose a tag to compare

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_dump and model_dump_json for Pydantic v1 (c8703be)

Chores

  • add Python 3.14 classifier and testing (aa3cd7d)
  • bump httpx-aiohttp version 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

06 Oct 16:28
75a6307

Choose a tag to compare

1.11.1 (2025-10-06)

Full Changelog: v1.11.0...v1.11.1

Bug Fixes

  • Incorrect snippet in ReadMe (d956a5c)

v1.11.0

06 Oct 05:24

Choose a tag to compare

1.11.0 (2025-10-06)

Full Changelog: v1.10.1...v1.11.0

Features

v1.10.1

25 Sep 05:18
264702c

Choose a tag to compare

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

22 Sep 16:08
29aa4ca

Choose a tag to compare

1.10.0 (2025-09-22)

Full Changelog: v1.9.0...v1.10.0

Features

Bug Fixes

  • Merge public_treasury config (a6738ba)
  • Stainless config to match the latest endpoints (73ec25c)

v1.9.0

22 Sep 08:30

Choose a tag to compare

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.toml file (73f97dc)
  • internal: update pydantic dependency (2db8a2b)
  • tests: simplify get_platform test (f344e7e)
  • types: change optional parameter type from NotGiven to Omit (4d0a984)

v1.8.3

01 Sep 08:37

Choose a tag to compare

1.8.3 (2025-08-30)

Full Changelog: v1.8.2...v1.8.3

Bug Fixes

  • avoid newer type syntax (3533b82)

Chores

  • internal: add Sequence related utils (fdf2b29)
  • internal: change ci workflow machines (5a910b3)
  • internal: codegen related update (73e0df0)
  • internal: update pyright exclude list (6b0b243)
  • update github action (bd13157)

v1.8.2

31 Jul 23:57

Choose a tag to compare

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)