Releases: replicate/replicate-python
Releases · replicate/replicate-python
0.25.0
What's Changed
- Update README to provide instructions for base64-encoding image inputs by @GothReigen in #244
- Clarify model identifier in README by @aron in #249
- Remove call to removeprefix to fix python 3.8 by @nateraw in #253
- now with accurate pydantic version by @daanelson in #257
- Improve client HTTP errors by @mattt in #263
- Update project for ruff 0.3.3 by @mattt in #266
- Add support for deployments endpoints by @mattt in #258
- Fix linter warnings in
exceptions.py
by @mattt in #267 - Apply custom headers passed to client constructor by @mattt in #268
New Contributors
Full Changelog: 0.24.0...0.25.0
0.24.0
0.23.1
0.23.0
What's Changed
- Add async_wait method to Prediction class by @nurikk in #225
- Fix blocking behavior of
async_run
by @nurikk in #225 - Fix docstring for
ModelVersionIdentifier
by @mattt in #216 - Update README example from
version.predict
by @GothReigen in #223
New Contributors
- @GothReigen made their first contribution in #223
- @nurikk made their first contribution in #225
Full Changelog: 0.22.0...0.23.0
0.22.0
0.21.1
What's Changed
- Replace Mypy with Pyright by @mattt in #206
- Add support for
models.predictions.create
endpoint by @mattt in #207 - Add type annotation to
Prediction
andTraining
status
fields by @mattt in #209 - Allow
run
andstream
methods to take model arguments, when supported by @mattt in #210 - Fix
stream
functionality by @mattt in #214
Full Changelog: 0.21.0...0.21.1
0.21.0
0.20.0
What's Changed
- Add
paginate
andasync_paginate
method by @mattt in #197 - Add missing typing_extensions dependency by @evilstreak in #201
Full Changelog: 0.19.0...0.20.0