Skip to content

Commit

Permalink
add quotes around python version
Browse files Browse the repository at this point in the history
  • Loading branch information
klmcadams committed Jan 19, 2024
1 parent abf0979 commit be5fc3e
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -33,8 +33,8 @@ dependencies = [
"requests>=2.21.0",
"marshmallow>=3.0.0",
"marshmallow_oneofschema>=2.0.1",
"python-keycloak>=1.5.0,<=2.12.0;python_version<=3.11",
"python-keycloak>=3.6.1;python_version >=3.12",
"python-keycloak>=1.5.0,<=2.12.0;python_version<='3.11'",
"python-keycloak>=3.6.1;python_version>='3.12'",
"backoff>=2.0.0",
"pydantic>=1.10.0",
]
Expand Down

0 comments on commit be5fc3e

Please sign in to comment.