File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -98,7 +98,7 @@ regex==2026.5.9
9898requests==2.34.2
9999rich==15.0.0
100100rpds-py==0.30.0
101- ruff==0.15.14
101+ ruff==0.15.15
102102shellingham==1.5.4
103103six==1.17.0
104104sniffio==1.3.1
@@ -108,7 +108,7 @@ tokenizers==0.23.1
108108tqdm==4.67.3
109109twilio==9.10.9
110110typeguard==4.4.3
111- typer==0.25.1
111+ typer==0.26.5
112112types-pyyaml==6.0.12.20260518
113113types-requests==2.33.0.20260518
114114typing-extensions==4.15.0
Original file line number Diff line number Diff line change @@ -8,7 +8,7 @@ pytest-asyncio==1.3.0
88
99# Code quality
1010black == 26.5.1
11- ruff == 0.15.14
11+ ruff == 0.15.15
1212mypy == 2.1.0
1313pre-commit == 4.6.0
1414
Original file line number Diff line number Diff line change @@ -77,7 +77,7 @@ regex==2026.5.9
7777requests==2.34.2
7878rich==15.0.0
7979rpds-py==0.30.0
80- ruff==0.15.14
80+ ruff==0.15.15
8181shellingham==1.5.4
8282sniffio==1.3.1
8383tenacity==9.1.4
@@ -86,7 +86,7 @@ tokenizers==0.23.1
8686tqdm==4.67.3
8787twilio==9.10.9
8888typeguard==4.4.3
89- typer==0.25.1
89+ typer==0.26.5
9090typing-extensions==4.15.0
9191typing-inspection==0.4.2
9292urllib3==2.7.0
Original file line number Diff line number Diff line change 11# Core AI and CLI (prefer latest v3 per dspy.ai)
22dspy-ai >= 3.2.1 ,< 4.0.0
3- typer == 0.25.1
3+ typer == 0.26.5
44rich == 15.0.0
55pydantic == 2.13.4
66python-dotenv == 1.2.2
@@ -19,5 +19,5 @@ requests==2.34.2
1919pytest == 9.0.3
2020pytest-cov == 7.1.0
2121black == 26.5.1
22- ruff == 0.15.14
22+ ruff == 0.15.15
2323mypy == 2.1.0
You can’t perform that action at this time.
0 commit comments