Skip to content
Merged
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
4 changes: 2 additions & 2 deletions .pre-commit-config.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -8,12 +8,12 @@ repos:
- id: check-yaml

- repo: https://github.com/psf/black
rev: 24.8.0
rev: 26.3.1
hooks:
- id: black

- repo: https://github.com/astral-sh/ruff-pre-commit
rev: v0.6.3
rev: v0.15.11
hooks:
- id: ruff
args: ["--fix"]
Expand Down
8 changes: 4 additions & 4 deletions requirements-dev.lock
Original file line number Diff line number Diff line change
Expand Up @@ -28,12 +28,12 @@ dspy-ai==3.2.0
fastuuid==0.14.0
filelock==3.29.0
flask==3.1.3
flask-limiter==3.8.0
flask-limiter==4.1.1
frozenlist==1.8.0
fsspec==2026.3.0
gepa==0.0.27
ghp-import==2.1.0
gunicorn==22.0.0
gunicorn==25.3.0
h11==0.16.0
hf-xet==1.4.3
httpcore==1.0.9
Expand Down Expand Up @@ -74,7 +74,7 @@ paginate==0.5.7
pathspec==1.0.4
platformdirs==4.9.6
pluggy==1.6.0
pre-commit==3.8.0
pre-commit==4.6.0
propcache==0.4.1
pydantic==2.13.3
pydantic-core==2.46.3
Expand All @@ -93,7 +93,7 @@ pyyaml-env-tag==1.1
referencing==0.37.0
regex==2026.4.4
requests==2.33.1
rich==13.7.1
rich==15.0.0
rpds-py==0.30.0
ruff==0.15.11
shellingham==1.5.4
Expand Down
2 changes: 1 addition & 1 deletion requirements-dev.txt
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ pytest-asyncio==1.3.0
black==26.3.1
ruff==0.15.11
mypy==1.20.2
pre-commit==3.8.0
pre-commit==4.6.0

# Documentation
mkdocs==1.6.1
Expand Down
8 changes: 4 additions & 4 deletions requirements.lock
Original file line number Diff line number Diff line change
Expand Up @@ -28,12 +28,12 @@ dspy-ai==3.2.0
fastuuid==0.14.0
filelock==3.29.0
flask==3.1.3
flask-limiter==3.8.0
flask-limiter==4.1.1
frozenlist==1.8.0
fsspec==2026.3.0
gepa==0.0.27
ghp-import==2.1.0
gunicorn==22.0.0
gunicorn==25.3.0
h11==0.16.0
hf-xet==1.4.3
httpcore==1.0.9
Expand Down Expand Up @@ -74,7 +74,7 @@ paginate==0.5.7
pathspec==1.0.4
platformdirs==4.9.6
pluggy==1.6.0
pre-commit==3.8.0
pre-commit==4.6.0
propcache==0.4.1
pydantic==2.13.3
pydantic-core==2.46.3
Expand All @@ -93,7 +93,7 @@ pyyaml-env-tag==1.1
referencing==0.37.0
regex==2026.4.4
requests==2.33.1
rich==13.7.1
rich==15.0.0
rpds-py==0.30.0
ruff==0.15.11
shellingham==1.5.4
Expand Down
6 changes: 3 additions & 3 deletions requirements.txt
Original file line number Diff line number Diff line change
@@ -1,15 +1,15 @@
# Core AI and CLI (prefer latest v3 per dspy.ai)
dspy-ai>=3.2.0,<4.0.0
typer==0.24.1
rich==13.7.1
rich==15.0.0
pydantic==2.13.3
python-dotenv==1.2.2

# Web server and SMS
Flask==3.1.3
Flask-Limiter==3.8.0
Flask-Limiter==4.1.1
twilio==9.10.5
gunicorn==22.0.0
gunicorn==25.3.0

# Data and utilities
PyYAML==6.0.3
Expand Down