Skip to content

v0.1.0-alpha.7

Pre-release
Pre-release

Choose a tag to compare

@stainless-app stainless-app released this 24 Nov 23:36
302203e

0.1.0-alpha.7 (2025-11-24)

Full Changelog: v0.1.0-alpha.6...v0.1.0-alpha.7

Features

  • api: manual updates (7b6f1c5)
  • clean up environment call outs (de35b9d)
  • client: support file upload requests (4e03611)
  • improve future compat with pydantic v3 (372675f)
  • types: replace List[str] with SequenceNotStr in params (37625fd)

Bug Fixes

  • avoid newer type syntax (8f77952)
  • client: don't send Content-Type header on GET requests (dfd4e86)
  • parsing: correctly handle nested discriminated unions (79004f8)
  • parsing: ignore empty metadata (a8b35a8)
  • parsing: parse extra field types (5530ece)

Chores

  • internal: add Sequence related utils (856feb3)
  • internal: bump pinned h11 dep (b9e057f)
  • internal: change ci workflow machines (bb0ac37)
  • internal: fix ruff target version (80e5aae)
  • internal: move mypy configurations to pyproject.toml file (97977db)
  • internal: update comment in script (e5a7e0f)
  • internal: update pyright exclude list (0c89992)
  • package: mark python 3.13 as supported (144f8ca)
  • project: add settings file for vscode (c4f8607)
  • readme: fix version rendering on pypi (3ccc314)
  • tests: simplify get_platform test (ae111a6)
  • update @stainless-api/prism-cli to v5.15.0 (0deb0ff)
  • update github action (7e76e08)