Skip to content

Commit 2e21112

Browse files
committed
lock cleanup
1 parent 603f860 commit 2e21112

File tree

1 file changed

+3
-7
lines changed

1 file changed

+3
-7
lines changed

pyproject.toml

Lines changed: 3 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -7,11 +7,7 @@ license = "MIT"
77
authors = [{ name = "WorkOS", email = "sdk@workos.com" }]
88
requires-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]
1713
Homepage = "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
]
2925
test = [
3026
"pytest~=9.0",
3127
"pytest-asyncio~=1.3",
3228
"pytest-cov~=7.1",
3329
"pytest-httpx~=0.36",
34-
]
30+
]
3531
lint = ["ruff~=0.15"]
3632
type_check = ["pyright~=1.1"]
3733
nox = ["nox~=2026.2", "nox-uv~=0.7"]

0 commit comments

Comments
 (0)