Skip to content

Commit 69f24cd

Browse files
author
Huy Vuong
committed
fix(dependencies): update outlines version constraint in pyproject.toml to <1.2
1 parent 355421d commit 69f24cd

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -38,7 +38,7 @@ dependencies = [
3838
"mlx>=0.30", # Needed due to a typing issue in <0.30
3939
"numpy>=2.2.0,<2.4",
4040
"openai-harmony>=0.0.4,<0.1",
41-
"outlines>=1.1.1,<1.3",
41+
"outlines>=1.1.1,<1.2",
4242
"pillow>=10.4.0,<11.0",
4343
"pydantic>=2,<3",
4444
"python-multipart>=0.0.20,<0.0.25",

0 commit comments

Comments
 (0)