From 0c72a7510464ed2bc0620d1ed64b6ab40f7145b7 Mon Sep 17 00:00:00 2001 From: "stainless-app[bot]" <142633134+stainless-app[bot]@users.noreply.github.com> Date: Sat, 31 May 2025 06:25:34 +0000 Subject: [PATCH 1/8] feat(api): update via SDK Studio --- .stats.yml | 6 +++--- .../resources/onchain/networks/tokens/trades.py | 8 ++++---- 2 files changed, 7 insertions(+), 7 deletions(-) diff --git a/.stats.yml b/.stats.yml index bd57530..51253b9 100644 --- a/.stats.yml +++ b/.stats.yml @@ -1,4 +1,4 @@ configured_endpoints: 77 -openapi_spec_url: https://storage.googleapis.com/stainless-sdk-openapi-specs/coingecko%2Fcoingecko-672da434b7c16835742e7051aa49aa7c953646ea384ead8b64fcbfd611c9dc13.yml -openapi_spec_hash: 8c8c984aa692011f8b7b5f62d9ad3211 -config_hash: ee0fcee03e9f9b77015be66024d42405 +openapi_spec_url: https://storage.googleapis.com/stainless-sdk-openapi-specs/coingecko%2Fcoingecko-43b16535b1ce6386bbad2363e03bd69351eb520637ff2ac11d18f7fb4d09ed6c.yml +openapi_spec_hash: fc5235c0058e661a824821019684dc7c +config_hash: 1e1c2d66e984634e4f352eebc829b02d diff --git a/src/coingecko_python/resources/onchain/networks/tokens/trades.py b/src/coingecko_python/resources/onchain/networks/tokens/trades.py index b7e9574..afcf317 100644 --- a/src/coingecko_python/resources/onchain/networks/tokens/trades.py +++ b/src/coingecko_python/resources/onchain/networks/tokens/trades.py @@ -55,8 +55,8 @@ def get( timeout: float | httpx.Timeout | None | NotGiven = NOT_GIVEN, ) -> TradeGetResponse: """ - This endpoint allows you to **query the last 300 trades in the past 24 hours - based on the provided token contract address on a network** + This endpoint allows you to **query the last 300 trades in the past 24 hours, + across all pools, based on the provided token contract address on a network** Args: trade_volume_in_usd_greater_than: filter trades by trade volume in USD greater than this value Default value: 0 @@ -123,8 +123,8 @@ async def get( timeout: float | httpx.Timeout | None | NotGiven = NOT_GIVEN, ) -> TradeGetResponse: """ - This endpoint allows you to **query the last 300 trades in the past 24 hours - based on the provided token contract address on a network** + This endpoint allows you to **query the last 300 trades in the past 24 hours, + across all pools, based on the provided token contract address on a network** Args: trade_volume_in_usd_greater_than: filter trades by trade volume in USD greater than this value Default value: 0 From 0be70be8c9cc311992cb3ecb96ffeb53b72faeb5 Mon Sep 17 00:00:00 2001 From: "stainless-app[bot]" <142633134+stainless-app[bot]@users.noreply.github.com> Date: Mon, 2 Jun 2025 04:15:04 +0000 Subject: [PATCH 2/8] codegen metadata --- .stats.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.stats.yml b/.stats.yml index 51253b9..0616e9b 100644 --- a/.stats.yml +++ b/.stats.yml @@ -1,4 +1,4 @@ configured_endpoints: 77 openapi_spec_url: https://storage.googleapis.com/stainless-sdk-openapi-specs/coingecko%2Fcoingecko-43b16535b1ce6386bbad2363e03bd69351eb520637ff2ac11d18f7fb4d09ed6c.yml openapi_spec_hash: fc5235c0058e661a824821019684dc7c -config_hash: 1e1c2d66e984634e4f352eebc829b02d +config_hash: e3ca63c96c36b67affe8f561597c7855 From f1894d6923f7f05abdf41653071cab8a944781ff Mon Sep 17 00:00:00 2001 From: "stainless-app[bot]" <142633134+stainless-app[bot]@users.noreply.github.com> Date: Mon, 2 Jun 2025 04:32:04 +0000 Subject: [PATCH 3/8] codegen metadata --- .stats.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.stats.yml b/.stats.yml index 0616e9b..d747bf6 100644 --- a/.stats.yml +++ b/.stats.yml @@ -1,4 +1,4 @@ configured_endpoints: 77 openapi_spec_url: https://storage.googleapis.com/stainless-sdk-openapi-specs/coingecko%2Fcoingecko-43b16535b1ce6386bbad2363e03bd69351eb520637ff2ac11d18f7fb4d09ed6c.yml openapi_spec_hash: fc5235c0058e661a824821019684dc7c -config_hash: e3ca63c96c36b67affe8f561597c7855 +config_hash: 0e8aca9ecde46800a7f81d270dc9ac2c From d9cc05af9eeb6e7040d26b438eba7136a5f1afc7 Mon Sep 17 00:00:00 2001 From: "stainless-app[bot]" <142633134+stainless-app[bot]@users.noreply.github.com> Date: Mon, 2 Jun 2025 04:35:11 +0000 Subject: [PATCH 4/8] codegen metadata --- .stats.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.stats.yml b/.stats.yml index d747bf6..0616e9b 100644 --- a/.stats.yml +++ b/.stats.yml @@ -1,4 +1,4 @@ configured_endpoints: 77 openapi_spec_url: https://storage.googleapis.com/stainless-sdk-openapi-specs/coingecko%2Fcoingecko-43b16535b1ce6386bbad2363e03bd69351eb520637ff2ac11d18f7fb4d09ed6c.yml openapi_spec_hash: fc5235c0058e661a824821019684dc7c -config_hash: 0e8aca9ecde46800a7f81d270dc9ac2c +config_hash: e3ca63c96c36b67affe8f561597c7855 From a4209a1aebc7b56b40a0f2294af709b419dd2261 Mon Sep 17 00:00:00 2001 From: "stainless-app[bot]" <142633134+stainless-app[bot]@users.noreply.github.com> Date: Mon, 2 Jun 2025 04:48:18 +0000 Subject: [PATCH 5/8] codegen metadata --- .stats.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.stats.yml b/.stats.yml index 0616e9b..1029e22 100644 --- a/.stats.yml +++ b/.stats.yml @@ -1,4 +1,4 @@ configured_endpoints: 77 openapi_spec_url: https://storage.googleapis.com/stainless-sdk-openapi-specs/coingecko%2Fcoingecko-43b16535b1ce6386bbad2363e03bd69351eb520637ff2ac11d18f7fb4d09ed6c.yml openapi_spec_hash: fc5235c0058e661a824821019684dc7c -config_hash: e3ca63c96c36b67affe8f561597c7855 +config_hash: 2678c900068790660458afbe67696d04 From 95292bbce5ebaabe429517c4e1281632be860a45 Mon Sep 17 00:00:00 2001 From: "stainless-app[bot]" <142633134+stainless-app[bot]@users.noreply.github.com> Date: Mon, 2 Jun 2025 05:44:34 +0000 Subject: [PATCH 6/8] codegen metadata --- .stats.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.stats.yml b/.stats.yml index 1029e22..bc47e51 100644 --- a/.stats.yml +++ b/.stats.yml @@ -1,4 +1,4 @@ configured_endpoints: 77 openapi_spec_url: https://storage.googleapis.com/stainless-sdk-openapi-specs/coingecko%2Fcoingecko-43b16535b1ce6386bbad2363e03bd69351eb520637ff2ac11d18f7fb4d09ed6c.yml openapi_spec_hash: fc5235c0058e661a824821019684dc7c -config_hash: 2678c900068790660458afbe67696d04 +config_hash: 9ddef7b6d7655b424d91198028b1531b From ef331dea16940f7dcc4837ccf9bff6802d6c0f69 Mon Sep 17 00:00:00 2001 From: "stainless-app[bot]" <142633134+stainless-app[bot]@users.noreply.github.com> Date: Mon, 2 Jun 2025 05:45:11 +0000 Subject: [PATCH 7/8] codegen metadata --- .stats.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.stats.yml b/.stats.yml index bc47e51..c361fab 100644 --- a/.stats.yml +++ b/.stats.yml @@ -1,4 +1,4 @@ configured_endpoints: 77 openapi_spec_url: https://storage.googleapis.com/stainless-sdk-openapi-specs/coingecko%2Fcoingecko-43b16535b1ce6386bbad2363e03bd69351eb520637ff2ac11d18f7fb4d09ed6c.yml openapi_spec_hash: fc5235c0058e661a824821019684dc7c -config_hash: 9ddef7b6d7655b424d91198028b1531b +config_hash: da49953fdfba4fd2615028c076537ed0 From ef239721d7383322f082f39cf0da3136986900ee Mon Sep 17 00:00:00 2001 From: "stainless-app[bot]" <142633134+stainless-app[bot]@users.noreply.github.com> Date: Mon, 2 Jun 2025 05:45:26 +0000 Subject: [PATCH 8/8] release: 0.1.0-alpha.4 --- .release-please-manifest.json | 2 +- CHANGELOG.md | 8 ++++++++ pyproject.toml | 2 +- src/coingecko_python/_version.py | 2 +- 4 files changed, 11 insertions(+), 3 deletions(-) diff --git a/.release-please-manifest.json b/.release-please-manifest.json index aaf968a..b56c3d0 100644 --- a/.release-please-manifest.json +++ b/.release-please-manifest.json @@ -1,3 +1,3 @@ { - ".": "0.1.0-alpha.3" + ".": "0.1.0-alpha.4" } \ No newline at end of file diff --git a/CHANGELOG.md b/CHANGELOG.md index 3e31371..b362b3b 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,13 @@ # Changelog +## 0.1.0-alpha.4 (2025-06-02) + +Full Changelog: [v0.1.0-alpha.3...v0.1.0-alpha.4](https://github.com/coingecko/coingecko-python/compare/v0.1.0-alpha.3...v0.1.0-alpha.4) + +### Features + +* **api:** update via SDK Studio ([0c72a75](https://github.com/coingecko/coingecko-python/commit/0c72a7510464ed2bc0620d1ed64b6ab40f7145b7)) + ## 0.1.0-alpha.3 (2025-05-29) Full Changelog: [v0.1.0-alpha.2...v0.1.0-alpha.3](https://github.com/coingecko/coingecko-python/compare/v0.1.0-alpha.2...v0.1.0-alpha.3) diff --git a/pyproject.toml b/pyproject.toml index dd4a4b8..8010616 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -1,6 +1,6 @@ [project] name = "coingecko_python" -version = "0.1.0-alpha.3" +version = "0.1.0-alpha.4" description = "The official Python library for the coingecko API" dynamic = ["readme"] license = "Apache-2.0" diff --git a/src/coingecko_python/_version.py b/src/coingecko_python/_version.py index 9a3224f..0a011e6 100644 --- a/src/coingecko_python/_version.py +++ b/src/coingecko_python/_version.py @@ -1,4 +1,4 @@ # File generated from our OpenAPI spec by Stainless. See CONTRIBUTING.md for details. __title__ = "coingecko_python" -__version__ = "0.1.0-alpha.3" # x-release-please-version +__version__ = "0.1.0-alpha.4" # x-release-please-version