Skip to content

Releases: replicate/replicate-python-beta

v2.0.0-alpha.23

04 Sep 16:25
ae85a60

Choose a tag to compare

v2.0.0-alpha.23 Pre-release
Pre-release

2.0.0-alpha.23 (2025-09-04)

Full Changelog: v2.0.0-alpha.22...v2.0.0-alpha.23

Features

  • add get_path_url() function support for migration compatibility (#61) (951d9c5)
  • improve future compat with pydantic v3 (06dfa6b)
  • types: replace List[str] with SequenceNotStr in params (56dc0f2)

Chores

  • add agents files (#59) (b726483)
  • internal: add Sequence related utils (5a8f513)
  • internal: move mypy configurations to pyproject.toml file (696d2c1)

v2.0.0-alpha.22

28 Aug 17:16
2959d2d

Choose a tag to compare

v2.0.0-alpha.22 Pre-release
Pre-release

2.0.0-alpha.22 (2025-08-28)

Full Changelog: v2.0.0-alpha.21...v2.0.0-alpha.22

Bug Fixes

  • implement lazy client creation in replicate.use() (#57) (caf4c4e)

v2.0.0-alpha.21

27 Aug 16:12
af6ae70

Choose a tag to compare

v2.0.0-alpha.21 Pre-release
Pre-release

2.0.0-alpha.21 (2025-08-26)

Full Changelog: v2.0.0-alpha.20...v2.0.0-alpha.21

Bug Fixes

  • avoid newer type syntax (7a3be3b)

Chores

  • internal: change ci workflow machines (71bfc70)
  • internal: update pyright exclude list (6906d75)

v2.0.0-alpha.20

25 Aug 17:18
c976aff

Choose a tag to compare

v2.0.0-alpha.20 Pre-release
Pre-release

2.0.0-alpha.20 (2025-08-25)

Full Changelog: v2.0.0-alpha.19...v2.0.0-alpha.20

Bug Fixes

  • add missing packaging dependency (#54) (8c698f1)

Chores

  • update github action (1c61a40)
  • update OpenAPI spec and rebuild SDKs (0179eac)

v2.0.0-alpha.19

22 Aug 03:21
dbb4bf4

Choose a tag to compare

v2.0.0-alpha.19 Pre-release
Pre-release

2.0.0-alpha.19 (2025-08-20)

Full Changelog: v2.0.0-alpha.18...v2.0.0-alpha.19

Features

  • allow Claude to run all scripts in scripts directory (#51) (d77081b)

v2.0.0-alpha.18

20 Aug 05:56
e57c5cf

Choose a tag to compare

v2.0.0-alpha.18 Pre-release
Pre-release

2.0.0-alpha.18 (2025-08-19)

Full Changelog: v2.0.0-alpha.17...v2.0.0-alpha.18

Features

  • pipelines: get API token from cog's current_scope, if available (#48) (7f60d30)

v2.0.0-alpha.17

12 Aug 05:31
914202d

Choose a tag to compare

v2.0.0-alpha.17 Pre-release
Pre-release

2.0.0-alpha.17 (2025-08-12)

Full Changelog: v2.0.0-alpha.16...v2.0.0-alpha.17

Chores

  • internal: codegen related update (ea920d5)
  • internal: update comment in script (8e30c35)

v2.0.0-alpha.16

11 Aug 20:33
c9bad8e

Choose a tag to compare

v2.0.0-alpha.16 Pre-release
Pre-release

2.0.0-alpha.16 (2025-08-09)

Full Changelog: v2.0.0-alpha.15...v2.0.0-alpha.16

Chores

  • update @stainless-api/prism-cli to v5.15.0 (6fb0043)

v2.0.0-alpha.15

06 Aug 16:45
ac025a0

Choose a tag to compare

v2.0.0-alpha.15 Pre-release
Pre-release

2.0.0-alpha.15 (2025-08-06)

Full Changelog: v2.0.0-alpha.14...v2.0.0-alpha.15

Chores

  • internal: fix ruff target version (16c78dc)
  • update OpenAPI spec and rebuild SDKs (fdca0c4)

v2.0.0-alpha.14

31 Jul 16:18
74e4475

Choose a tag to compare

v2.0.0-alpha.14 Pre-release
Pre-release

2.0.0-alpha.14 (2025-07-31)

Full Changelog: v2.0.0-alpha.13...v2.0.0-alpha.14

Features

  • add replicate.use() (a7b12dd)
  • client: support file upload requests (756cad1)

Chores

  • docs: document replicate.run() (681772d)
  • docs: document replicate.use() (b47c9bd)
  • make the linter happy (70c1af2)
  • make the mypy happy (24ddc92)