Skip to content

Commit db0eb19

Browse files
authored
Merge pull request #442 from VoynichLabs/fix/stripe-v15-breaking-change
fix: pin stripe<15.0.0 to prevent v15 breaking change in checkout
2 parents 0e9f36b + 85100ca commit db0eb19

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

frontend_multi_user/pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ dependencies = [
1212
"authlib>=1.3.2",
1313
"psycopg2-binary>=2.9.10",
1414
"requests>=2.32.3",
15-
"stripe>=10.7.0",
15+
"stripe>=10.7.0,<15.0.0",
1616
"python-dotenv>=1.0.1",
1717
"sqlalchemy-utils>=0.41.1",
1818
"WTForms==3.1.2", # This is an older version of WTForms. Since WTForms 3.2.1 breaks the "edit" button in the admin panel.

0 commit comments

Comments
 (0)