VibecoderMcSwaggins commited on
Commit
b001fef
·
1 Parent(s): 2bd9462

fix: remove duplicate typer dependency per CodeRabbit review

Browse files

Removes [dependency-groups] section with conflicting typer version.
The dev dependency at line 37 (typer>=0.9.0) is sufficient.

Files changed (1) hide show
  1. pyproject.toml +0 -5
pyproject.toml CHANGED
@@ -132,10 +132,5 @@ exclude_lines = [
132
  "raise NotImplementedError",
133
  ]
134
 
135
- [dependency-groups]
136
- dev = [
137
- "typer>=0.20.0",
138
- ]
139
-
140
  # Note: agent-framework-core is optional and installed locally for magentic mode
141
  # CI skips tests that require it via pytest.importorskip
 
132
  "raise NotImplementedError",
133
  ]
134
 
 
 
 
 
 
135
  # Note: agent-framework-core is optional and installed locally for magentic mode
136
  # CI skips tests that require it via pytest.importorskip