[PR #40] release: 0.29.1 #40

Open
opened 2026-02-27 19:14:37 +03:00 by kerem · 0 comments
Owner

📋 Pull Request Information

Original PR: https://github.com/cjavdev/spotted-py/pull/40
Author: @stainless-app[bot]
Created: 2/12/2026
Status: 🔄 Open

Base: mainHead: release-please--branches--main--changes--next


📝 Commits (10+)

  • 1ad528a chore(internal): fix lint error on Python 3.14
  • 0c765a0 chore: format all api.md files
  • d843e79 codegen metadata
  • 7a2c1e6 chore(internal): remove mock server code
  • 64f3993 chore: update mock server docs
  • 35923f2 chore(internal): add request options to SSE classes
  • 16f2319 chore(internal): make test_proxy_environment_variables more resilient
  • ab8ffff chore(internal): make test_proxy_environment_variables more resilient to env
  • a60f457 chore(ci): bump uv version
  • 5f5386e release: 0.29.1

📊 Changes

45 files changed (+772 additions, -827 deletions)

View changed files

📝 .github/workflows/ci.yml (+3 -3)
📝 .release-please-manifest.json (+1 -1)
📝 .stats.yml (+2 -2)
📝 CHANGELOG.md (+15 -0)
📝 CONTRIBUTING.md (+0 -7)
📝 pyproject.toml (+1 -1)
📝 scripts/format (+1 -1)
scripts/mock (+0 -41)
📝 scripts/test (+0 -46)
📝 src/spotted/_response.py (+3 -0)
📝 src/spotted/_streaming.py (+8 -3)
📝 src/spotted/_utils/_compat.py (+1 -1)
📝 src/spotted/_version.py (+1 -1)
📝 tests/api_resources/browse/test_categories.py (+28 -28)
📝 tests/api_resources/me/player/test_queue.py (+14 -14)
📝 tests/api_resources/me/test_albums.py (+30 -30)
📝 tests/api_resources/me/test_audiobooks.py (+26 -26)
📝 tests/api_resources/me/test_episodes.py (+30 -30)
📝 tests/api_resources/me/test_following.py (+30 -30)
📝 tests/api_resources/me/test_player.py (+102 -102)

...and 25 more files

📄 Description

Automated Release PR

0.29.1 (2026-02-27)

Full Changelog: v0.29.0...v0.29.1

Chores

  • ci: bump uv version (a60f457)
  • format all api.md files (0c765a0)
  • internal: add request options to SSE classes (35923f2)
  • internal: fix lint error on Python 3.14 (1ad528a)
  • internal: make test_proxy_environment_variables more resilient (16f2319)
  • internal: make test_proxy_environment_variables more resilient to env (ab8ffff)
  • internal: remove mock server code (7a2c1e6)
  • update mock server docs (64f3993)

This pull request is managed by Stainless's GitHub App.

The semver version number is based on included commit messages. Alternatively, you can manually set the version number in the title of this pull request.

For a better experience, it is recommended to use either rebase-merge or squash-merge when merging this pull request.

🔗 Stainless website
📚 Read the docs
🙋 Reach out for help or questions


🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.

## 📋 Pull Request Information **Original PR:** https://github.com/cjavdev/spotted-py/pull/40 **Author:** [@stainless-app[bot]](https://github.com/apps/stainless-app) **Created:** 2/12/2026 **Status:** 🔄 Open **Base:** `main` ← **Head:** `release-please--branches--main--changes--next` --- ### 📝 Commits (10+) - [`1ad528a`](https://github.com/cjavdev/spotted-py/commit/1ad528a08561a1cfb0baca91b485d5b665b576c6) chore(internal): fix lint error on Python 3.14 - [`0c765a0`](https://github.com/cjavdev/spotted-py/commit/0c765a0834316c9608d2e90cdf1604694a478ab0) chore: format all `api.md` files - [`d843e79`](https://github.com/cjavdev/spotted-py/commit/d843e79ecc2cd048cdde19b7040e95f6deda2d67) codegen metadata - [`7a2c1e6`](https://github.com/cjavdev/spotted-py/commit/7a2c1e6e66d2e40b238b800966a20c073053428d) chore(internal): remove mock server code - [`64f3993`](https://github.com/cjavdev/spotted-py/commit/64f39936c62c933691f2cd205edaabd8c7098279) chore: update mock server docs - [`35923f2`](https://github.com/cjavdev/spotted-py/commit/35923f23dbd85ccadb99a87e25623ab97e52f773) chore(internal): add request options to SSE classes - [`16f2319`](https://github.com/cjavdev/spotted-py/commit/16f2319ffb13f13b8e32ca33a17e3c8bb710faf7) chore(internal): make `test_proxy_environment_variables` more resilient - [`ab8ffff`](https://github.com/cjavdev/spotted-py/commit/ab8ffffda62316d34ea0806e6f73999a81330b69) chore(internal): make `test_proxy_environment_variables` more resilient to env - [`a60f457`](https://github.com/cjavdev/spotted-py/commit/a60f4572482ec57c53f822fbdb409fb8e84f2ebb) chore(ci): bump uv version - [`5f5386e`](https://github.com/cjavdev/spotted-py/commit/5f5386e8e7a60be9b9a06abc948a7b5afc998527) release: 0.29.1 ### 📊 Changes **45 files changed** (+772 additions, -827 deletions) <details> <summary>View changed files</summary> 📝 `.github/workflows/ci.yml` (+3 -3) 📝 `.release-please-manifest.json` (+1 -1) 📝 `.stats.yml` (+2 -2) 📝 `CHANGELOG.md` (+15 -0) 📝 `CONTRIBUTING.md` (+0 -7) 📝 `pyproject.toml` (+1 -1) 📝 `scripts/format` (+1 -1) ➖ `scripts/mock` (+0 -41) 📝 `scripts/test` (+0 -46) 📝 `src/spotted/_response.py` (+3 -0) 📝 `src/spotted/_streaming.py` (+8 -3) 📝 `src/spotted/_utils/_compat.py` (+1 -1) 📝 `src/spotted/_version.py` (+1 -1) 📝 `tests/api_resources/browse/test_categories.py` (+28 -28) 📝 `tests/api_resources/me/player/test_queue.py` (+14 -14) 📝 `tests/api_resources/me/test_albums.py` (+30 -30) 📝 `tests/api_resources/me/test_audiobooks.py` (+26 -26) 📝 `tests/api_resources/me/test_episodes.py` (+30 -30) 📝 `tests/api_resources/me/test_following.py` (+30 -30) 📝 `tests/api_resources/me/test_player.py` (+102 -102) _...and 25 more files_ </details> ### 📄 Description Automated Release PR --- ## 0.29.1 (2026-02-27) Full Changelog: [v0.29.0...v0.29.1](https://github.com/cjavdev/spotted-py/compare/v0.29.0...v0.29.1) ### Chores * **ci:** bump uv version ([a60f457](https://github.com/cjavdev/spotted-py/commit/a60f4572482ec57c53f822fbdb409fb8e84f2ebb)) * format all `api.md` files ([0c765a0](https://github.com/cjavdev/spotted-py/commit/0c765a0834316c9608d2e90cdf1604694a478ab0)) * **internal:** add request options to SSE classes ([35923f2](https://github.com/cjavdev/spotted-py/commit/35923f23dbd85ccadb99a87e25623ab97e52f773)) * **internal:** fix lint error on Python 3.14 ([1ad528a](https://github.com/cjavdev/spotted-py/commit/1ad528a08561a1cfb0baca91b485d5b665b576c6)) * **internal:** make `test_proxy_environment_variables` more resilient ([16f2319](https://github.com/cjavdev/spotted-py/commit/16f2319ffb13f13b8e32ca33a17e3c8bb710faf7)) * **internal:** make `test_proxy_environment_variables` more resilient to env ([ab8ffff](https://github.com/cjavdev/spotted-py/commit/ab8ffffda62316d34ea0806e6f73999a81330b69)) * **internal:** remove mock server code ([7a2c1e6](https://github.com/cjavdev/spotted-py/commit/7a2c1e6e66d2e40b238b800966a20c073053428d)) * update mock server docs ([64f3993](https://github.com/cjavdev/spotted-py/commit/64f39936c62c933691f2cd205edaabd8c7098279)) --- This pull request is managed by Stainless's [GitHub App](https://github.com/apps/stainless-app). The [semver version number](https://semver.org/#semantic-versioning-specification-semver) is based on included [commit messages](https://www.conventionalcommits.org/en/v1.0.0/). Alternatively, you can manually set the version number in the title of this pull request. For a better experience, it is recommended to use either rebase-merge or squash-merge when merging this pull request. 🔗 Stainless [website](https://www.stainlessapi.com) 📚 Read the [docs](https://app.stainlessapi.com/docs) 🙋 [Reach out](mailto:support@stainlessapi.com) for help or questions --- <sub>🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.</sub>
Sign in to join this conversation.
No labels
pull-request
No milestone
No project
No assignees
1 participant
Notifications
Due date
The due date is invalid or out of range. Please use the format "yyyy-mm-dd".

No due date set.

Dependencies

No dependencies set.

Reference
starred/spotted-py#40
No description provided.