Skip to content

Commit cac5dc9

Browse files
authored
Add min version for custom request support (#1668)
* Add min version for custom request support * Use pytest <9.0.0
1 parent 639dcb9 commit cac5dc9

File tree

2 files changed

+3
-1
lines changed

2 files changed

+3
-1
lines changed

README.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -275,6 +275,8 @@ Stripe has features in the [private preview phase](https://docs.stripe.com/relea
275275

276276
### Custom requests
277277

278+
> This feature is only available from version 11 of this SDK.
279+
278280
If you would like to send a request to an undocumented API (for example you are in a private beta), or if you prefer to bypass the method definitions in the library and specify your request details directly, you can use the `raw_request` method on `StripeClient`.
279281

280282
```python

deps/test-requirements.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,4 +14,4 @@ anyio[trio] == 4.11.0; python_version >= "3.13"
1414
pytest-mock >= 2.0.0
1515
mock >= 4.0; python_version < "3.8"
1616
pytest-xdist >= 1.31.0
17-
pytest >= 6.0.0
17+
pytest >= 6.0.0,<9.0.0

0 commit comments

Comments
 (0)