Skip to content

Commit 5f74cff

Browse files
committed
chore: add pydantic-settings dependency to pyproject.toml
1 parent 4e2792d commit 5f74cff

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

pyproject.toml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -30,6 +30,7 @@ dependencies = [
3030
"rich>=14.0.0",
3131
"fastmcp>=2.11.0,<3.0.0",
3232
"pydantic>=2.11.0",
33+
"pydantic-settings>=2.0.0",
3334
"python-dotenv>=1.1.0",
3435
"black>=24.10.0",
3536
"pyjwt>=2.0.0",
@@ -90,6 +91,7 @@ python = ">=3.8" # Match requires-python
9091
fastmcp = ">=2.11.0,<3.0.0"
9192
typer = {extras = ["all"], version = ">=0.15.4"}
9293
pydantic = ">=2.11.0"
94+
pydantic-settings = ">=2.0.0"
9395
rich = ">=14.0.0"
9496
python-dotenv = ">=1.1.0"
9597
black = ">=24.10.0"

0 commit comments

Comments
 (0)