Skip to content

Commit 330f9a5

Browse files
release: 1.84.1
1 parent a4b4457 commit 330f9a5

4 files changed

Lines changed: 14 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-
".": "1.84.0"
2+
".": "1.84.1"
33
}

CHANGELOG.md

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

3+
## 1.84.1 (2026-02-26)
4+
5+
Full Changelog: [v1.84.0...v1.84.1](https://github.com/dodopayments/dodopayments-python/compare/v1.84.0...v1.84.1)
6+
7+
### Chores
8+
9+
* **dependencies:** require standardwebhooks 1.0.1 ([b423d2b](https://github.com/dodopayments/dodopayments-python/commit/b423d2b6681121286010db3659ffa57b8723712c))
10+
* **internal:** add request options to SSE classes ([95666d2](https://github.com/dodopayments/dodopayments-python/commit/95666d2fb76ba251019a2b3b8a0f92191d5a1405))
11+
* **internal:** make `test_proxy_environment_variables` more resilient ([abcdce7](https://github.com/dodopayments/dodopayments-python/commit/abcdce72713646daf43cbddf9ef2151879cd11cc))
12+
* **internal:** make `test_proxy_environment_variables` more resilient to env ([a4b4457](https://github.com/dodopayments/dodopayments-python/commit/a4b445782cdf71cfa1c2690b82706b175a104084))
13+
314
## 1.84.0 (2026-02-20)
415

516
Full Changelog: [v1.81.1...v1.84.0](https://github.com/dodopayments/dodopayments-python/compare/v1.81.1...v1.84.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 = "dodopayments"
3-
version = "1.84.0"
3+
version = "1.84.1"
44
description = "The official Python library for the Dodo Payments API"
55
dynamic = ["readme"]
66
license = "Apache-2.0"

src/dodopayments/_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__ = "dodopayments"
4-
__version__ = "1.84.0" # x-release-please-version
4+
__version__ = "1.84.1" # x-release-please-version

0 commit comments

Comments
 (0)