Skip to content

Commit a89c7fc

Browse files
release: 7.9.1
1 parent 75425fb commit a89c7fc

4 files changed

Lines changed: 17 additions & 3 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-
".": "7.9.0"
2+
".": "7.9.1"
33
}

CHANGELOG.md

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

3+
## 7.9.1 (2026-03-17)
4+
5+
Full Changelog: [v7.9.0...v7.9.1](https://github.com/trycourier/courier-python/compare/v7.9.0...v7.9.1)
6+
7+
### Bug Fixes
8+
9+
* **deps:** bump minimum typing-extensions version ([19dae33](https://github.com/trycourier/courier-python/commit/19dae33c3428ebd7e5c1bf27b51d97c491862f62))
10+
* **pydantic:** do not pass `by_alias` unless set ([10db070](https://github.com/trycourier/courier-python/commit/10db0705d5f517511df5c649b6183f12409fa977))
11+
12+
13+
### Chores
14+
15+
* **internal:** tweak CI branches ([75425fb](https://github.com/trycourier/courier-python/commit/75425fbbcab9362d2e2f55dd91f0f954e90b812e))
16+
317
## 7.9.0 (2026-03-12)
418

519
Full Changelog: [v7.8.0...v7.9.0](https://github.com/trycourier/courier-python/compare/v7.8.0...v7.9.0)

pyproject.toml

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

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__ = "7.9.0" # x-release-please-version
4+
__version__ = "7.9.1" # x-release-please-version

0 commit comments

Comments
 (0)