Skip to content

Commit bfdaf57

Browse files
committed
Add outlines upper bound
Version 1.0.0 and later does not have fsm.guides module. We should update against the 1.0.0 API later.
1 parent fc2405c commit bfdaf57

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

server/pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -80,7 +80,7 @@ peft = [
8080
"peft>=0.14.0",
8181
]
8282
outlines = [
83-
"outlines>=0.1.13",
83+
"outlines>=0.1.13,<1.0",
8484
]
8585
dev = [
8686
"grpcio-tools>=1.51.1,<2.0",

0 commit comments

Comments
 (0)