Skip to content

Commit b645ee9

Browse files
release: 2.0.0-beta.4
1 parent 88c596d commit b645ee9

File tree

4 files changed

+22
-3
lines changed

4 files changed

+22
-3
lines changed

.release-please-manifest.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,3 @@
11
{
2-
".": "2.0.0-beta.3"
2+
".": "2.0.0-beta.4"
33
}

CHANGELOG.md

Lines changed: 19 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,24 @@
11
# Changelog
22

3+
## 2.0.0-beta.4 (2025-11-27)
4+
5+
Full Changelog: [v2.0.0-beta.3...v2.0.0-beta.4](https://github.com/replicate/replicate-python-beta/compare/v2.0.0-beta.3...v2.0.0-beta.4)
6+
7+
### Features
8+
9+
* **api:** manual updates ([1a88ecc](https://github.com/replicate/replicate-python-beta/commit/1a88ecc6bb12b509f78662bcd23e46952ef745a0))
10+
11+
12+
### Bug Fixes
13+
14+
* ensure streams are always closed ([88c596d](https://github.com/replicate/replicate-python-beta/commit/88c596dd9b09101b63f6c90862b6f7f144e0c54d))
15+
16+
17+
### Chores
18+
19+
* **internal:** codegen related update ([ab0983f](https://github.com/replicate/replicate-python-beta/commit/ab0983f58f734a55f2c3cd55adfd4af564aec660))
20+
* pin mypy to 1.17 due to regression ([19ac33c](https://github.com/replicate/replicate-python-beta/commit/19ac33cf0005ac99cd719e44cae6b5b27833fbbf))
21+
322
## 2.0.0-beta.3 (2025-11-11)
423

524
Full Changelog: [v2.0.0-beta.2...v2.0.0-beta.3](https://github.com/replicate/replicate-python-beta/compare/v2.0.0-beta.2...v2.0.0-beta.3)

pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[project]
22
name = "replicate"
3-
version = "2.0.0-beta.3"
3+
version = "2.0.0-beta.4"
44
description = "The official Python library for the replicate API"
55
dynamic = ["readme"]
66
license = "Apache-2.0"

src/replicate/_version.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
11
# File generated from our OpenAPI spec by Stainless. See CONTRIBUTING.md for details.
22

33
__title__ = "replicate"
4-
__version__ = "2.0.0-beta.3" # x-release-please-version
4+
__version__ = "2.0.0-beta.4" # x-release-please-version

0 commit comments

Comments
 (0)