Skip to content

Commit 7184dd2

Browse files
committed
update dependencies
1 parent 6e0b60f commit 7184dd2

2 files changed

Lines changed: 116 additions & 102 deletions

File tree

pyproject.toml

Lines changed: 13 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -4,14 +4,14 @@ version = "5.46.0"
44
description = "WorkOS Python Client"
55
readme = "README.md"
66
license = "MIT"
7-
authors = [{ name = "WorkOS", email = "team@workos.com" }]
7+
authors = [{ name = "WorkOS", email = "sdk@workos.com" }]
88
requires-python = ">=3.10"
99

1010
dependencies = [
11-
"cryptography>=44.0.2",
12-
"httpx~=0.28.1",
13-
"pydantic>=2.10.4",
14-
"pyjwt>=2.12.0",
11+
"cryptography~=46.0",
12+
"httpx~=0.28",
13+
"pydantic~=2.12",
14+
"pyjwt~=2.12",
1515
]
1616

1717
[project.urls]
@@ -27,8 +27,13 @@ dev = [
2727
{ include-group = "nox" },
2828
"pyright>=1.1.408",
2929
]
30-
test = ["pytest~=8.3", "pytest-asyncio~=1.3", "pytest-cov~=7.0", "pytest-httpx~=0.35.0"]
31-
lint = ["ruff==0.14.5"]
30+
test = [
31+
"pytest~=9.0",
32+
"pytest-asyncio~=1.3",
33+
"pytest-cov~=7.1",
34+
"pytest-httpx~=0.36",
35+
]
36+
lint = ["ruff~=0.15"]
3237
type_check = ["pyright~=1.1"]
3338
nox = ["nox~=2026.2", "nox-uv~=0.7"]
3439

@@ -51,5 +56,5 @@ typeCheckingMode = "strict"
5156
include = ["workos"]
5257

5358
[build-system]
54-
requires = ["uv_build>=0.8.15,<0.9.0"]
59+
requires = ["uv_build~=0.11"]
5560
build-backend = "uv_build"

0 commit comments

Comments
 (0)