Skip to content

Commit b397413

Browse files
sidmohan0claude
andcommitted
fix(deps): add pydantic-settings to cli and all extras
- Added pydantic-settings>=2.0.0 to cli extra dependencies - Included in all extras bundle for complete test coverage - Resolves ModuleNotFoundError for pydantic_settings in CLI tests - Required for datafog.config BaseSettings functionality 🤖 Generated with [Claude Code](https://claude.ai/code) Co-Authored-By: Claude <noreply@anthropic.com>
1 parent 512330e commit b397413

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

setup.py

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -43,6 +43,7 @@
4343
],
4444
"cli": [
4545
"typer>=0.12.0",
46+
"pydantic-settings>=2.0.0",
4647
],
4748
"crypto": [
4849
"cryptography>=40.0.0",
@@ -66,6 +67,7 @@
6667
"aiohttp>=3.8.0",
6768
"requests>=2.30.0",
6869
"typer>=0.12.0",
70+
"pydantic-settings>=2.0.0",
6971
"cryptography>=40.0.0",
7072
],
7173
}

0 commit comments

Comments
 (0)