Skip to content

Commit 087d0dc

Browse files
authored
Merge pull request #2 from TimChild/fix-dependency-upper-limit
Fix dependency upper limit
2 parents 08f6b59 + 948b06b commit 087d0dc

File tree

3 files changed

+220
-195
lines changed

3 files changed

+220
-195
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
![Test Status](https://github.com/TimChild/reflex-clerk-api/actions/workflows/ci.yml/badge.svg?branch=v0.2.7)
1+
![Test Status](https://github.com/TimChild/reflex-clerk-api/actions/workflows/ci.yml/badge.svg?branch=v0.2.8)
22
![PyPi publish Status](https://github.com/TimChild/reflex-clerk-api/actions/workflows/publish.yml/badge.svg)
33
![Demo Deploy Status](https://github.com/TimChild/reflex-clerk-api/actions/workflows/deploy.yml/badge.svg)
44

pyproject.toml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ build-backend = "setuptools.build_meta"
44

55
[project]
66
name = "reflex-clerk-api"
7-
version = "0.2.7"
7+
version = "0.2.8"
88
description = "Reflex custom component wrapping @clerk/clerk-react and integrating the clerk-backend-api"
99
readme = "README.md"
1010
license = { text = "Apache-2.0" }
@@ -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)