We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 603f860 commit 2e21112Copy full SHA for 2e21112
1 file changed
pyproject.toml
@@ -7,11 +7,7 @@ license = "MIT"
7
authors = [{ name = "WorkOS", email = "sdk@workos.com" }]
8
requires-python = ">=3.10"
9
10
-dependencies = [
11
- "cryptography~=46.0",
12
- "httpx~=0.28",
13
- "pyjwt~=2.12",
14
-]
+dependencies = ["cryptography~=46.0", "httpx~=0.28", "pyjwt~=2.12"]
15
16
[project.urls]
17
Homepage = "https://workos.com/docs/sdks/python"
@@ -24,14 +20,14 @@ dev = [
24
20
{ include-group = "lint" },
25
21
{ include-group = "type_check" },
26
22
{ include-group = "nox" },
27
- "pyright>=1.1.408",
23
+ "pyright~=1.1",
28
]
29
test = [
30
"pytest~=9.0",
31
"pytest-asyncio~=1.3",
32
"pytest-cov~=7.1",
33
"pytest-httpx~=0.36",
34
- ]
+]
35
lint = ["ruff~=0.15"]
36
type_check = ["pyright~=1.1"]
37
nox = ["nox~=2026.2", "nox-uv~=0.7"]
0 commit comments