Skip to content

Releases: replicate/replicate-python-beta

v0.1.0-alpha.3

23 Apr 16:36
95cdf0a

Choose a tag to compare

v0.1.0-alpha.3 Pre-release
Pre-release

0.1.0-alpha.3 (2025-04-23)

Full Changelog: v0.1.0-alpha.2...v0.1.0-alpha.3

⚠ BREAKING CHANGES

  • api: use correct env var for bearer token

Features

Bug Fixes

  • api: use correct env var for bearer token (00eab77)
  • pydantic v1: more robust ModelField.annotation check (c907599)

Chores

  • ci: add timeout thresholds for CI jobs (1bad4d3)
  • internal: base client updates (c1d6ed5)
  • internal: bump pyright version (f1e4d14)
  • internal: fix list file params (2918eba)
  • internal: import reformatting (4cdf515)
  • internal: refactor retries to not use recursion (75005e1)
  • internal: update models test (fc34c6d)

v0.1.0-alpha.2

16 Apr 16:11

Choose a tag to compare

v0.1.0-alpha.2 Pre-release
Pre-release

0.1.0-alpha.2 (2025-04-16)

Full Changelog: v0.1.0-alpha.1...v0.1.0-alpha.2

Features

Chores

v0.1.0-alpha.1

15 Apr 20:40
05cc653

Choose a tag to compare

v0.1.0-alpha.1 Pre-release
Pre-release

0.1.0-alpha.1 (2025-04-15)

Full Changelog: v0.0.1-alpha.0...v0.1.0-alpha.1

Features

Bug Fixes

  • ci: ensure pip is always available (#14) (d4f8f18)
  • ci: remove publishing patch (#15) (002b758)
  • types: handle more discriminated union shapes (#13) (4ca1ca8)

Chores