From f7838ae0fd6155e6db6cc501798c7c7665a63631 Mon Sep 17 00:00:00 2001 From: "stainless-app[bot]" <142633134+stainless-app[bot]@users.noreply.github.com> Date: Mon, 20 Apr 2026 23:35:31 +0000 Subject: [PATCH 1/2] docs(api): document edit message limits (BUG-7607) --- .stats.yml | 4 ++-- src/linq/resources/messages.py | 6 ++++++ 2 files changed, 8 insertions(+), 2 deletions(-) diff --git a/.stats.yml b/.stats.yml index 38f0213..cc5bb81 100644 --- a/.stats.yml +++ b/.stats.yml @@ -1,4 +1,4 @@ configured_endpoints: 34 -openapi_spec_url: https://storage.googleapis.com/stainless-sdk-openapi-specs/linq%2Flinq-api-v3-05741656c70e4c968289c09c4e194c20850f16357952836542a3dca9717198de.yml -openapi_spec_hash: c367f8c422a67e5b3dc3a987d37c2cd2 +openapi_spec_url: https://storage.googleapis.com/stainless-sdk-openapi-specs/linq%2Flinq-api-v3-36db2d614fc8cc86744b1677db6c3217c273fc366a40fd98fbc1034febb5ad36.yml +openapi_spec_hash: aab0034296b3ef4681f3ab8a8a8f1249 config_hash: be5410c6c4d8f36a7cd93c8950bc90d6 diff --git a/src/linq/resources/messages.py b/src/linq/resources/messages.py index 5eb8797..01bcd82 100644 --- a/src/linq/resources/messages.py +++ b/src/linq/resources/messages.py @@ -117,6 +117,9 @@ def update( """ Edit the text content of a specific part of a previously sent message. + **Note:** A message can be edited up to 5 times, and only within 15 minutes of + when it was originally sent. + Args: text: New text content for the message part @@ -405,6 +408,9 @@ async def update( """ Edit the text content of a specific part of a previously sent message. + **Note:** A message can be edited up to 5 times, and only within 15 minutes of + when it was originally sent. + Args: text: New text content for the message part From b1855d83d51b07d7b4274791a4699af9023492d5 Mon Sep 17 00:00:00 2001 From: "stainless-app[bot]" <142633134+stainless-app[bot]@users.noreply.github.com> Date: Mon, 20 Apr 2026 23:35:46 +0000 Subject: [PATCH 2/2] release: 0.2.5 --- .release-please-manifest.json | 2 +- CHANGELOG.md | 8 ++++++++ pyproject.toml | 2 +- src/linq/_version.py | 2 +- 4 files changed, 11 insertions(+), 3 deletions(-) diff --git a/.release-please-manifest.json b/.release-please-manifest.json index 9aa540f..7f58a50 100644 --- a/.release-please-manifest.json +++ b/.release-please-manifest.json @@ -1,3 +1,3 @@ { - ".": "0.2.4" + ".": "0.2.5" } \ No newline at end of file diff --git a/CHANGELOG.md b/CHANGELOG.md index 3979c17..611c892 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,13 @@ # Changelog +## 0.2.5 (2026-04-20) + +Full Changelog: [v0.2.4...v0.2.5](https://github.com/linq-team/linq-python/compare/v0.2.4...v0.2.5) + +### Documentation + +* **api:** document edit message limits (BUG-7607) ([f7838ae](https://github.com/linq-team/linq-python/commit/f7838ae0fd6155e6db6cc501798c7c7665a63631)) + ## 0.2.4 (2026-04-18) Full Changelog: [v0.2.3...v0.2.4](https://github.com/linq-team/linq-python/compare/v0.2.3...v0.2.4) diff --git a/pyproject.toml b/pyproject.toml index 92244cc..a99852a 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -1,6 +1,6 @@ [project] name = "linq-python" -version = "0.2.4" +version = "0.2.5" description = "The official Python library for the linq-api-v3 API" dynamic = ["readme"] license = "Apache-2.0" diff --git a/src/linq/_version.py b/src/linq/_version.py index 3b5c99b..14d10c0 100644 --- a/src/linq/_version.py +++ b/src/linq/_version.py @@ -1,4 +1,4 @@ # File generated from our OpenAPI spec by Stainless. See CONTRIBUTING.md for details. __title__ = "linq" -__version__ = "0.2.4" # x-release-please-version +__version__ = "0.2.5" # x-release-please-version