Skip to content

Commit ff61ce3

Browse files
committed
Removed upper bound on python version 4
1 parent 815cdc4 commit ff61ce3

2 files changed

Lines changed: 3 additions & 3 deletions

File tree

poetry.lock

Lines changed: 2 additions & 2 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ packages = [
1111
]
1212

1313
[tool.poetry.dependencies]
14-
python = ">=3.9.2,<4.0"
14+
python = ">=3.9.2"
1515
authlib = "^1.0" # For JWT/OIDC features
1616
requests = "^2.31.0" # If you use requests for HTTP calls (e.g., discovery)
1717
httpx = "^0.28.1"

0 commit comments

Comments
 (0)