Skip to content

Commit 561a369

Browse files
awolfdenAdam Wolfman
and
Adam Wolfman
authored
Update version of workos package to the latest version (#52)
Co-authored-by: Adam Wolfman <[email protected]>
1 parent c63e184 commit 561a369

File tree

8 files changed

+7
-11
lines changed

8 files changed

+7
-11
lines changed

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

+1-1
Original file line numberDiff line numberDiff line change
@@ -9,6 +9,6 @@ MarkupSafe==2.0.1
99
requests==2.26.0
1010
urllib3==1.26.7
1111
Werkzeug==2.0.1
12-
workos>=1.23.0
12+
workos>=1.23.3
1313
python-dotenv
1414
flask-lucide==0.2.0
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
Flask==2.0.3
22
Jinja2==3.1.1
3-
workos>=1.21.0
3+
workos>=1.23.3
44
python-dotenv
55
flask-lucide==0.2.0

python-flask-directory-sync-example/requirements.txt

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
Flask>=1.1.2
2-
workos>=1.23.0
2+
workos>=1.23.3
33
urllib3==1.26.7
44
python-dotenv
55
flask_socketio
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
11
Flask==2.0.0
2-
workos>=1.23.0
2+
workos>=1.23.3
33
urllib3==1.26.7
44
python-dotenv
+1-1
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
Flask==2.0.0
2-
workos>=1.23.0
2+
workos>=1.23.3
33
urllib3==1.26.7
44
python-dotenv
55
flask-lucide==0.2.0

python-flask-mfa-example/templates/list_factors.html

-4
Original file line numberDiff line numberDiff line change
@@ -62,11 +62,7 @@ <h2>MFA Factors</h2>
6262
</div>
6363
{% endif %}
6464
</div>
65-
66-
67-
6865
</div>
69-
7066
</div>
7167
</div>
7268

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
11
Flask==2.0.0
2-
workos>=1.23.0
2+
workos>=1.23.3
33
urllib3==1.26.7
44
python-dotenv

requirements.txt

+1-1
Original file line numberDiff line numberDiff line change
@@ -9,6 +9,6 @@ MarkupSafe==2.0.1
99
requests==2.26.0
1010
urllib3==1.26.7
1111
Werkzeug==2.0.1
12-
workos==1.23.0
12+
workos==1.23.3
1313
python-dotenv
1414
flask_socketio

0 commit comments

Comments
 (0)