Skip to content

Commit 2dcde38

Browse files
awolfdenAdam Wolfman
andauthored
Update SDK versions and readme files (#15)
* Add top-level python flask env for Semaphore * Update sdk versions and readme files Co-authored-by: Adam Wolfman <[email protected]>
1 parent 21f6238 commit 2dcde38

File tree

10 files changed

+11
-11
lines changed

10 files changed

+11
-11
lines changed

python-flask-admin-portal-example/README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -65,7 +65,7 @@ An example Flask application demonstrating how to use the [WorkOS Python SDK](ht
6565
(env) $ echo $WORKOS_CLIENT_ID
6666
```
6767
68-
9. Update the Admin Portal Redirect Link in the "Configuration" page of your WorkOS Dashboard. The URL should be http://localhost:5000. If you are using Mac OS Monterey, set this to localhost:5001.
68+
9. Update the Admin Portal Redirect Link in the "Configuration" page of your WorkOS Dashboard. The URL should be http://localhost:5000. If you are using macOS Monterey, set this to localhost:5001.
6969
7070
After an Admin Portal user creates an SSO connection using the Admin Portal, they need to be redirected to a webpage within your application (usually this webpage confirms successful creation of the connection). To configure which webpage this is, enter the webpage’s URL in the Configuration section of your WorkOS dashboard under the “Admin Portal Redirect Link” header. For production usage this URL must begin with HTTPS, but for development purposes the URL can begin with HTTP.
7171
@@ -76,7 +76,7 @@ After an Admin Portal user creates an SSO connection using the Admin Portal, the
7676
(env) $ flask run
7777
```
7878
79-
If you are using Mac OS Monterey, port 5000 is not available and you'll need to start the app on a different port with this slightly different command.
79+
If you are using macOS Monterey, port 5000 is not available and you'll need to start the app on a different port with this slightly different command.
8080
```bash
8181
(env) $ flask run -p 5001
8282
```

python-flask-admin-portal-example/requirements.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,5 +9,5 @@ MarkupSafe==2.0.1
99
requests==2.26.0
1010
urllib3==1.26.7
1111
Werkzeug==2.0.1
12-
workos==1.4.0
12+
workos==1.12.0
1313
python-dotenv

python-flask-directory-sync-example/README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -84,7 +84,7 @@ If you get stuck, please reach out to us at [email protected] so we can help.
8484
flask run
8585
```
8686

87-
If you are using Mac OS Monterey, port 5000 is not available and you'll need to start the app on a different port with this slightly different command.
87+
If you are using macOS Monterey, port 5000 is not available and you'll need to start the app on a different port with this slightly different command.
8888
```bash
8989
(env) $ flask run -p 5001
9090
```
Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11

22
Flask>=1.1.2
3-
workos>=0.3.2
3+
workos>=1.12.0
44
python-dotenv
55
flask_socketio

python-flask-magic-link-example/README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -71,7 +71,7 @@ An example Flask application demonstrating how to use the [WorkOS Python SDK](ht
7171
(env) $ flask run
7272
```
7373

74-
If you are using Mac OS Monterey, port 5000 is not available and you'll need to start the app on a different port with this slightly different command.
74+
If you are using macOS Monterey, port 5000 is not available and you'll need to start the app on a different port with this slightly different command.
7575
```bash
7676
(env) $ flask run -p 5001
7777
```
Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,3 @@
11
Flask==2.0.0
2-
workos==1.2.0
2+
workos==1.12.0
33
python-dotenv

python-flask-mfa-example/README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -74,7 +74,7 @@ An example Flask application demonstrating how to use the [WorkOS MFA API](https
7474
(env) $ flask run
7575
```
7676

77-
If you are using Mac OS Monterey, port 5000 is not available and you'll need to start the app on a different port with this slightly different command.
77+
If you are using macOS Monterey, port 5000 is not available and you'll need to start the app on a different port with this slightly different command.
7878
```bash
7979
(env) $ flask run -p 5001
8080
```
Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,3 @@
11
Flask==2.0.0
2-
workos==1.11.0
2+
workos==1.12.0
33
python-dotenv

python-flask-sso-example/README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -74,7 +74,7 @@ An example Flask application demonstrating how to use the [WorkOS Python SDK](ht
7474
(env) $ flask run
7575
```
7676

77-
If you are using Mac OS Monterey, port 5000 is not available and you'll need to start the app on a different port with this slightly different command.
77+
If you are using macOS Monterey, port 5000 is not available and you'll need to start the app on a different port with this slightly different command.
7878
```bash
7979
(env) $ flask run -p 5001
8080
```
Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,3 @@
11
Flask==2.0.0
2-
workos==1.2.0
2+
workos==1.12.0
33
python-dotenv

0 commit comments

Comments
 (0)