Skip to content

Commit f0c5fa1

Browse files
chore(deps): broad dependency modernization
1 parent f7e2ee3 commit f0c5fa1

2 files changed

Lines changed: 1600 additions & 1172 deletions

File tree

pyproject.toml

Lines changed: 10 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -6,19 +6,19 @@ authors = [
66
{ name = "William Fu-Hinthorn", email = "13333726+hinthornw@users.noreply.github.com" },
77
]
88
readme = "README.md"
9-
license = { text = "MIT" }
9+
license = "MIT"
1010
requires-python = ">=3.10"
1111
dependencies = [
12-
"langgraph>=1.0.0",
13-
"python-dotenv>=1.0.1",
12+
"langgraph>=1.2.11",
13+
"python-dotenv>=1.2.3",
1414
]
1515

1616

1717
[project.optional-dependencies]
18-
dev = ["mypy>=1.11.1", "ruff>=0.6.1"]
18+
dev = ["mypy>=2.3.1", "ruff>=0.16.4"]
1919

2020
[build-system]
21-
requires = ["setuptools>=83.0.0", "wheel"]
21+
requires = ["setuptools>=84.0.0", "wheel>=0.48.0"]
2222
build-backend = "setuptools.build_meta"
2323

2424
[tool.setuptools]
@@ -57,9 +57,9 @@ convention = "google"
5757

5858
[dependency-groups]
5959
dev = [
60-
"anyio>=4.7.0",
61-
"langgraph-cli[inmem]>=0.4.14",
62-
"mypy>=1.13.0",
63-
"pytest>=9.0.3",
64-
"ruff>=0.8.2",
60+
"anyio>=4.14.2",
61+
"langgraph-cli[inmem]>=0.4.31",
62+
"mypy>=2.3.1",
63+
"pytest>=9.1.1",
64+
"ruff>=0.16.4",
6565
]

0 commit comments

Comments
 (0)