Skip to content
Closed
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion requirements-dev.txt
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ pytest-asyncio==1.4.0

# Code quality
black==26.5.1
ruff==0.15.15
ruff==0.15.16
mypy==2.1.0
pre-commit==4.6.0

Expand Down
4 changes: 2 additions & 2 deletions requirements.txt
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
# Core AI and CLI (prefer latest v3 per dspy.ai)
dspy-ai>=3.2.1,<4.0.0
typer==0.26.5
typer==0.26.7
rich==15.0.0
pydantic==2.13.4
python-dotenv==1.2.2
Expand All @@ -19,5 +19,5 @@ requests==2.34.2
pytest==9.0.3
pytest-cov==7.1.0
black==26.5.1
ruff==0.15.15
ruff==0.15.16
mypy==2.1.0
Loading