File tree Expand file tree Collapse file tree 1 file changed +3
-7
lines changed
Expand file tree Collapse file tree 1 file changed +3
-7
lines changed Original file line number Diff line number Diff line change @@ -7,11 +7,7 @@ license = "MIT"
77authors = [{ name = " WorkOS" , email = " sdk@workos.com" }]
88requires-python = " >=3.10"
99
10- dependencies = [
11- " cryptography~=46.0" ,
12- " httpx~=0.28" ,
13- " pyjwt~=2.12" ,
14- ]
10+ dependencies = [" cryptography~=46.0" , " httpx~=0.28" , " pyjwt~=2.12" ]
1511
1612[project .urls ]
1713Homepage = " https://workos.com/docs/sdks/python"
@@ -24,14 +20,14 @@ dev = [
2420 { include-group = " lint" },
2521 { include-group = " type_check" },
2622 { include-group = " nox" },
27- " pyright> =1.1.408 " ,
23+ " pyright~ =1.1" ,
2824]
2925test = [
3026 " pytest~=9.0" ,
3127 " pytest-asyncio~=1.3" ,
3228 " pytest-cov~=7.1" ,
3329 " pytest-httpx~=0.36" ,
34- ]
30+ ]
3531lint = [" ruff~=0.15" ]
3632type_check = [" pyright~=1.1" ]
3733nox = [" nox~=2026.2" , " nox-uv~=0.7" ]
You can’t perform that action at this time.
0 commit comments