Skip to content

Commit a84dffe

Browse files
release: 2.0.0-alpha.31 (#87)
* chore: bump `httpx-aiohttp` version to 0.1.9 * release: 2.0.0-alpha.31 --------- Co-authored-by: stainless-app[bot] <142633134+stainless-app[bot]@users.noreply.github.com>
1 parent e478856 commit a84dffe

File tree

6 files changed

+14
-6
lines changed

6 files changed

+14
-6
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.30"
2+
".": "2.0.0-alpha.31"
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.31 (2025-10-17)
4+
5+
Full Changelog: [v2.0.0-alpha.30...v2.0.0-alpha.31](https://github.com/replicate/replicate-python-beta/compare/v2.0.0-alpha.30...v2.0.0-alpha.31)
6+
7+
### Chores
8+
9+
* bump `httpx-aiohttp` version to 0.1.9 ([d187919](https://github.com/replicate/replicate-python-beta/commit/d18791936a7cc3658f34d168d070eec8945cef9d))
10+
311
## 2.0.0-alpha.30 (2025-10-15)
412

513
Full Changelog: [v2.0.0-alpha.29...v2.0.0-alpha.30](https://github.com/replicate/replicate-python-beta/compare/v2.0.0-alpha.29...v2.0.0-alpha.30)

pyproject.toml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[project]
22
name = "replicate"
3-
version = "2.0.0-alpha.30"
3+
version = "2.0.0-alpha.31"
44
description = "The official Python library for the replicate API"
55
dynamic = ["readme"]
66
license = "Apache-2.0"
@@ -40,7 +40,7 @@ Homepage = "https://github.com/replicate/replicate-python-beta"
4040
Repository = "https://github.com/replicate/replicate-python-beta"
4141

4242
[project.optional-dependencies]
43-
aiohttp = ["aiohttp", "httpx_aiohttp>=0.1.8"]
43+
aiohttp = ["aiohttp", "httpx_aiohttp>=0.1.9"]
4444

4545
[tool.rye]
4646
managed = true

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.8
59+
httpx-aiohttp==0.1.9
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.9
4343
httpx==0.28.1
4444
# via httpx-aiohttp
4545
# via replicate
46-
httpx-aiohttp==0.1.8
46+
httpx-aiohttp==0.1.9
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.30" # x-release-please-version
4+
__version__ = "2.0.0-alpha.31" # x-release-please-version

0 commit comments

Comments
 (0)