Skip to content

Commit b2ab858

Browse files
authored
Merge pull request #38 from replicate/release-please--branches--main--changes--next
release: 2.0.0-alpha.10
2 parents 0d1be44 + 1023b2c commit b2ab858

File tree

6 files changed

+13
-5
lines changed

6 files changed

+13
-5
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-alpha.9"
2+
".": "2.0.0-alpha.10"
33
}

CHANGELOG.md

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

3+
## 2.0.0-alpha.10 (2025-07-08)
4+
5+
Full Changelog: [v2.0.0-alpha.9...v2.0.0-alpha.10](https://github.com/replicate/replicate-python-stainless/compare/v2.0.0-alpha.9...v2.0.0-alpha.10)
6+
7+
### Chores
8+
9+
* **internal:** codegen related update ([b31fdbb](https://github.com/replicate/replicate-python-stainless/commit/b31fdbb3ffa3c483c796be98a4206d794dea864b))
10+
311
## 2.0.0-alpha.9 (2025-07-02)
412

513
Full Changelog: [v2.0.0-alpha.8...v2.0.0-alpha.9](https://github.com/replicate/replicate-python-stainless/compare/v2.0.0-alpha.8...v2.0.0-alpha.9)

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-alpha.9"
3+
version = "2.0.0-alpha.10"
44
description = "The official Python library for the replicate API"
55
dynamic = ["readme"]
66
license = "Apache-2.0"

requirements-dev.lock

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -56,7 +56,7 @@ httpx==0.28.1
5656
# via httpx-aiohttp
5757
# via replicate
5858
# via respx
59-
httpx-aiohttp==0.1.6
59+
httpx-aiohttp==0.1.8
6060
# via replicate
6161
idna==3.4
6262
# via anyio

requirements.lock

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -43,7 +43,7 @@ httpcore==1.0.2
4343
httpx==0.28.1
4444
# via httpx-aiohttp
4545
# via replicate
46-
httpx-aiohttp==0.1.6
46+
httpx-aiohttp==0.1.8
4747
# via replicate
4848
idna==3.4
4949
# via anyio

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-alpha.9" # x-release-please-version
4+
__version__ = "2.0.0-alpha.10" # x-release-please-version

0 commit comments

Comments
 (0)