We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 4e2792d commit 5f74cffCopy full SHA for 5f74cff
pyproject.toml
@@ -30,6 +30,7 @@ dependencies = [
30
"rich>=14.0.0",
31
"fastmcp>=2.11.0,<3.0.0",
32
"pydantic>=2.11.0",
33
+ "pydantic-settings>=2.0.0",
34
"python-dotenv>=1.1.0",
35
"black>=24.10.0",
36
"pyjwt>=2.0.0",
@@ -90,6 +91,7 @@ python = ">=3.8" # Match requires-python
90
91
fastmcp = ">=2.11.0,<3.0.0"
92
typer = {extras = ["all"], version = ">=0.15.4"}
93
pydantic = ">=2.11.0"
94
+pydantic-settings = ">=2.0.0"
95
rich = ">=14.0.0"
96
python-dotenv = ">=1.1.0"
97
black = ">=24.10.0"
0 commit comments