Skip to content

release: 0.4.0#7

Open
stainless-app[bot] wants to merge 42 commits intomainfrom
release-please--branches--main--changes--next
Open

release: 0.4.0#7
stainless-app[bot] wants to merge 42 commits intomainfrom
release-please--branches--main--changes--next

Conversation

@stainless-app
Copy link
Contributor

@stainless-app stainless-app bot commented Jun 27, 2025

Automated Release PR

0.4.0 (2025-11-28)

Full Changelog: v0.3.0...v0.4.0

Features

  • clean up environment call outs (1e03cb6)
  • client: support file upload requests (937d2d0)
  • improve future compat with pydantic v3 (f35932d)
  • types: replace List[str] with SequenceNotStr in params (4f55c7a)

Bug Fixes

  • avoid newer type syntax (7a92a5c)
  • ci: correct conditional (3704839)
  • ci: release-doctor — report correct token name (28ed8a4)
  • client: close streams without requiring full consumption (6c79510)
  • client: don't send Content-Type header on GET requests (e287360)
  • compat with Python 3.14 (fa4a2a8)
  • compat: update signatures of model_dump and model_dump_json for Pydantic v1 (3d5ccd6)
  • ensure streams are always closed (46c993c)
  • parsing: correctly handle nested discriminated unions (2cb7a26)
  • parsing: ignore empty metadata (575e1d2)
  • parsing: parse extra field types (c8d80ce)

Chores

  • add Python 3.14 classifier and testing (f75581a)
  • bump httpx-aiohttp version to 0.1.9 (7f956ad)
  • ci: change upload type (38e5950)
  • ci: only run for pushes and fork pull requests (7e24628)
  • deps: mypy 1.18.1 has a regression, pin to 1.17 (fba448a)
  • do not install brew dependencies in ./scripts/bootstrap by default (3d03150)
  • internal/tests: avoid race condition with implicit client cleanup (cb9e87b)
  • internal: add Sequence related utils (909caf9)
  • internal: bump pinned h11 dep (3c70731)
  • internal: change ci workflow machines (92a80ff)
  • internal: codegen related update (e0549e1)
  • internal: detect missing future annotations with ruff (4f57acd)
  • internal: fix ruff target version (0261de0)
  • internal: grammar fix (it's -> its) (d6036ed)
  • internal: move mypy configurations to pyproject.toml file (aa43f3d)
  • internal: update comment in script (e29358f)
  • internal: update pydantic dependency (58abe7b)
  • internal: update pyright exclude list (3a3dedf)
  • package: drop Python 3.8 support (32d0cf0)
  • package: mark python 3.13 as supported (9478695)
  • project: add settings file for vscode (0fd6229)
  • readme: fix version rendering on pypi (42a31e7)
  • tests: simplify get_platform test (f208b93)
  • types: change optional parameter type from NotGiven to Omit (113e64c)
  • update @stainless-api/prism-cli to v5.15.0 (d0b1bdf)
  • update github action (c33b98e)

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

@stainless-app stainless-app bot force-pushed the release-please--branches--main--changes--next branch from 3c14952 to 7e24628 Compare June 28, 2025 08:49
@stainless-app stainless-app bot force-pushed the release-please--branches--main--changes--next branch from bfcec77 to 3704839 Compare June 30, 2025 02:33
@stainless-app
Copy link
Contributor Author

stainless-app bot commented Jun 30, 2025

🧪 Testing

    To try out this version of the SDK, run:
    ```
    pip install 'https://pkg.stainless.com/s/patronus-api-python/fba448a5c172247633574f74da4cc3df10773678/patronus_api-0.3.0-py3-none-any.whl'
    ```

    _Expires: Sun, 28 Dec 2025 03:37:16 GMT_

@stainless-app stainless-app bot force-pushed the release-please--branches--main--changes--next branch from 89f1dfb to 38e5950 Compare July 2, 2025 05:09
@stainless-app stainless-app bot force-pushed the release-please--branches--main--changes--next branch from 15ce4f9 to e0549e1 Compare July 8, 2025 02:18
@stainless-app stainless-app bot force-pushed the release-please--branches--main--changes--next branch from c56b33c to 3c70731 Compare July 9, 2025 02:35
@stainless-app stainless-app bot force-pushed the release-please--branches--main--changes--next branch from 8350d06 to 9478695 Compare July 9, 2025 02:55
@stainless-app stainless-app bot force-pushed the release-please--branches--main--changes--next branch from 75c0099 to 2cb7a26 Compare July 10, 2025 02:50
@stainless-app stainless-app bot force-pushed the release-please--branches--main--changes--next branch from 809c1c7 to 42a31e7 Compare July 11, 2025 03:08
@stainless-app stainless-app bot force-pushed the release-please--branches--main--changes--next branch from 0e47092 to e287360 Compare July 12, 2025 02:15
@stainless-app stainless-app bot force-pushed the release-please--branches--main--changes--next branch from 6988499 to 1e03cb6 Compare July 15, 2025 02:15
@stainless-app stainless-app bot changed the title release: 0.3.1 release: 0.4.0 Jul 15, 2025
@stainless-app stainless-app bot force-pushed the release-please--branches--main--changes--next branch from 8af22fd to 1e03cb6 Compare July 15, 2025 02:16
@stainless-app stainless-app bot force-pushed the release-please--branches--main--changes--next branch from abce2e7 to 575e1d2 Compare July 22, 2025 02:17
@stainless-app stainless-app bot force-pushed the release-please--branches--main--changes--next branch from f4760cd to c8d80ce Compare July 23, 2025 02:21
@stainless-app stainless-app bot force-pushed the release-please--branches--main--changes--next branch from 9aebcb0 to 0fb76d6 Compare September 6, 2025 05:08
@stainless-app stainless-app bot force-pushed the release-please--branches--main--changes--next branch from 0fb76d6 to f5b74a1 Compare September 17, 2025 03:13
@stainless-app stainless-app bot force-pushed the release-please--branches--main--changes--next branch from f5b74a1 to 9762501 Compare September 19, 2025 03:32
@stainless-app stainless-app bot force-pushed the release-please--branches--main--changes--next branch from 9762501 to d2951d7 Compare September 20, 2025 03:39
@stainless-app stainless-app bot force-pushed the release-please--branches--main--changes--next branch from d2951d7 to a8e598e Compare October 11, 2025 02:36
@stainless-app stainless-app bot force-pushed the release-please--branches--main--changes--next branch from a8e598e to 456e23f Compare October 18, 2025 02:22
@stainless-app stainless-app bot force-pushed the release-please--branches--main--changes--next branch from 456e23f to 7d3f489 Compare October 30, 2025 02:47
@stainless-app stainless-app bot force-pushed the release-please--branches--main--changes--next branch from 7d3f489 to 051b3c4 Compare October 31, 2025 03:56
@stainless-app stainless-app bot force-pushed the release-please--branches--main--changes--next branch from 051b3c4 to cbb1e01 Compare November 4, 2025 05:45
@stainless-app stainless-app bot force-pushed the release-please--branches--main--changes--next branch from cbb1e01 to 737ff55 Compare November 11, 2025 05:29
@stainless-app stainless-app bot force-pushed the release-please--branches--main--changes--next branch from 737ff55 to 6a7acf1 Compare November 11, 2025 05:30
@stainless-app stainless-app bot force-pushed the release-please--branches--main--changes--next branch from 6a7acf1 to 155db66 Compare November 12, 2025 05:06
@stainless-app stainless-app bot force-pushed the release-please--branches--main--changes--next branch from 155db66 to 38804a3 Compare November 22, 2025 04:36
@stainless-app stainless-app bot force-pushed the release-please--branches--main--changes--next branch from 38804a3 to 691ab29 Compare November 28, 2025 03:36
@stainless-app stainless-app bot force-pushed the release-please--branches--main--changes--next branch from 691ab29 to acbe330 Compare November 28, 2025 03:37
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Projects

None yet

Development

Successfully merging this pull request may close these issues.

0 participants