Skip to content

Commit 22aba9f

Browse files
sidmohan0claude
andcommitted
fix(deps): move pydantic-settings to core dependencies
- Moved pydantic-settings from cli extra to core dependencies - Required for datafog.config module which is imported by core components - Resolves persistent ModuleNotFoundError in CI workflows - Aligns with requirements.txt which already includes pydantic-settings 🤖 Generated with [Claude Code](https://claude.ai/code) Co-Authored-By: Claude <noreply@anthropic.com>
1 parent b397413 commit 22aba9f

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

setup.py

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -18,6 +18,7 @@
1818
# Core lightweight dependencies only
1919
core_deps = [
2020
"pydantic>=2.0,<3.0",
21+
"pydantic-settings>=2.0.0",
2122
"typing-extensions>=4.0",
2223
]
2324

0 commit comments

Comments
 (0)