Skip to content

Commit 5ea3f6e

Browse files
committed
feat(dependency): ✨ update dependency for compatibility
1 parent ed2ff1e commit 5ea3f6e

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

pyproject.toml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -27,9 +27,9 @@ packages = [
2727

2828
[tool.poetry.dependencies]
2929
python = "^3.7"
30-
requests = "^2.28"
30+
requests = ">=2.28"
3131
dataclasses-json = ">=0.5.7"
32-
Authlib = "^1.0.0"
32+
Authlib = ">=1.0.0"
3333

3434
[tool.poetry.dev-dependencies]
3535
pytest = "^7.1.0"

0 commit comments

Comments
 (0)