Skip to content

Commit c1f06fd

Browse files
author
Brett Chaldecott
committed
feat: began modification to documentation to match python sdk update
1 parent 10a0e47 commit c1f06fd

File tree

1 file changed

+2
-3
lines changed

1 file changed

+2
-3
lines changed

src/content/docs/developer-tools/sdks/backend/python-sdk.mdx

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ The Kinde Python SDK allows developers to quickly and securely integrate a new o
1414

1515
## Before you begin
1616

17-
- Kinde Python SDK supports Python 3.8+
17+
- Kinde Python SDK supports Python 3.9+
1818
- If you haven’t already got a Kinde account, [register for free here](https://app.kinde.com/register) (no credit card required). Registering gives you a Kinde domain, which you need to get started, e.g. `yourapp.kinde.com`.
1919

2020
For new projects, you can also find our [Starter Kit on GitHub](https://github.com/kinde-starter-kits/python-starter-kit).
@@ -57,8 +57,7 @@ Create a new instance of the Kinde Auth client object before you initialize your
5757

5858
```python
5959
...
60-
from kinde_sdk import Configuration
61-
from kinde_sdk.kinde_api_client import GrantType, KindeApiClient
60+
6261
...
6362

6463
configuration = Configuration(host=KINDE_HOST)

0 commit comments

Comments
 (0)