What's Changed * Include `stream=True` in prediction stream snippet by nateraw in https://github.com/replicate/replicate-python/pull/279 * Fix initialization of stream decoder by mattt in https://github.com/replicate/replicate-python/pull/288
What's Changed * Fix `Deployment` model definition by mattt in https://github.com/replicate/replicate-python/pull/271 * Improve ergonomics of streaming predictions by mattt in https://github.com/replicate/replicate-python/pull/269
What's Changed * Update README to provide instructions for base64-encoding image inputs by GothReigen in https://github.com/replicate/replicate-python/pull/244 * Clarify model identifier in README by aron in https://github.com/replicate/replicate-python/pull/249 * Remove call to removeprefix to fix python 3.8 by nateraw in https://github.com/replicate/replicate-python/pull/253 * now with accurate pydantic version by daanelson in https://github.com/replicate/replicate-python/pull/257 * Improve client HTTP errors by mattt in https://github.com/replicate/replicate-python/pull/263 * Update project for ruff 0.3.3 by mattt in https://github.com/replicate/replicate-python/pull/266 * Add support for deployments endpoints by mattt in https://github.com/replicate/replicate-python/pull/258 * Fix linter warnings in `exceptions.py` by mattt in https://github.com/replicate/replicate-python/pull/267 * Apply custom headers passed to client constructor by mattt in https://github.com/replicate/replicate-python/pull/268
New Contributors * aron made their first contribution in https://github.com/replicate/replicate-python/pull/249 * nateraw made their first contribution in https://github.com/replicate/replicate-python/pull/253
What's Changed * Document fine-tuning and clean up trainings API by mattt in https://github.com/replicate/replicate-python/pull/240 * Add support for `accounts.current` endpoint by mattt in https://github.com/replicate/replicate-python/pull/221 * Implement `models.versions.delete` endpoint by mattt in https://github.com/replicate/replicate-python/pull/234
What's Changed * Add async_wait method to Prediction class by nurikk in https://github.com/replicate/replicate-python/pull/225 * Fix blocking behavior of `async_run` by nurikk in https://github.com/replicate/replicate-python/pull/225 * Fix docstring for `ModelVersionIdentifier` by mattt in https://github.com/replicate/replicate-python/pull/216 * Update README example from `version.predict` by GothReigen in https://github.com/replicate/replicate-python/pull/223
New Contributors * GothReigen made their first contribution in https://github.com/replicate/replicate-python/pull/223 * nurikk made their first contribution in https://github.com/replicate/replicate-python/pull/225