Skip to content

Commit ba4cec5

Browse files
committed
set upper limits on dependencies
1 parent 08f6b59 commit ba4cec5

File tree

2 files changed

+217
-192
lines changed

2 files changed

+217
-192
lines changed

pyproject.toml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -13,9 +13,9 @@ authors = [{ name = "Tim Child", email = "[email protected]" }]
1313
keywords = ["reflex","reflex-custom-components", "clerk", "clerk-backend-api"]
1414

1515
dependencies = [
16-
"authlib>=1.5.1",
17-
"clerk-backend-api>=1.8.0",
18-
"reflex>=0.7.2",
16+
"authlib>=1.5.1,<2.0.0",
17+
"clerk-backend-api>=1.8.0,<2.0.0",
18+
"reflex>=0.7.2,<0.8.0",
1919
]
2020

2121
classifiers = [

0 commit comments

Comments
 (0)