Skip to content

Commit 060235c

Browse files
release: 6.4.0-alpha17 (#103)
* chore: bump `httpx-aiohttp` version to 0.1.9 * codegen metadata * codegen metadata * release: 6.4.0-alpha17 --------- Co-authored-by: stainless-app[bot] <142633134+stainless-app[bot]@users.noreply.github.com>
1 parent c5c374c commit 060235c

7 files changed

Lines changed: 15 additions & 7 deletions

File tree

.release-please-manifest.json

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

.stats.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
11
configured_endpoints: 77
22
openapi_spec_url: https://storage.googleapis.com/stainless-sdk-openapi-specs/courier%2Fcourier-17f51389a59f61b350e400d0693d11d34b3fe88582164cbe97c98d7cd32ac982.yml
33
openapi_spec_hash: 8afff7d6ab9219c0379980128e1629ff
4-
config_hash: 3b322758d3aee96e67f456c2d35c6f6a
4+
config_hash: e1d83bee0e68c17c867ff38fa845e732

CHANGELOG.md

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

3+
## 6.4.0-alpha17 (2025-10-18)
4+
5+
Full Changelog: [v6.4.0-alpha16...v6.4.0-alpha17](https://github.com/trycourier/courier-python/compare/v6.4.0-alpha16...v6.4.0-alpha17)
6+
7+
### Chores
8+
9+
* bump `httpx-aiohttp` version to 0.1.9 ([e0d109f](https://github.com/trycourier/courier-python/commit/e0d109f1a1f1818a3649392af3c49b82890f0cc9))
10+
311
## 6.4.0-alpha16 (2025-10-17)
412

513
Full Changelog: [v6.4.0-alpha15...v6.4.0-alpha16](https://github.com/trycourier/courier-python/compare/v6.4.0-alpha15...v6.4.0-alpha16)

pyproject.toml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[project]
22
name = "trycourier"
3-
version = "6.4.0-alpha16"
3+
version = "6.4.0-alpha17"
44
description = "The official Python library for the courier API"
55
dynamic = ["readme"]
66
license = "Apache-2.0"
@@ -39,7 +39,7 @@ Homepage = "https://github.com/trycourier/courier-python"
3939
Repository = "https://github.com/trycourier/courier-python"
4040

4141
[project.optional-dependencies]
42-
aiohttp = ["aiohttp", "httpx_aiohttp>=0.1.8"]
42+
aiohttp = ["aiohttp", "httpx_aiohttp>=0.1.9"]
4343

4444
[tool.rye]
4545
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 respx
5858
# via trycourier
59-
httpx-aiohttp==0.1.8
59+
httpx-aiohttp==0.1.9
6060
# via trycourier
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 trycourier
46-
httpx-aiohttp==0.1.8
46+
httpx-aiohttp==0.1.9
4747
# via trycourier
4848
idna==3.4
4949
# via anyio

src/courier/_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__ = "courier"
4-
__version__ = "6.4.0-alpha16" # x-release-please-version
4+
__version__ = "6.4.0-alpha17" # x-release-please-version

0 commit comments

Comments
 (0)