File tree Expand file tree Collapse file tree 2 files changed +3
-3
lines changed
Expand file tree Collapse file tree 2 files changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -38,7 +38,7 @@ dependencies = [
3838" peft>=0.8.0,<0.14" ,
3939" protobuf>=5.28.0,<6.0.0" ,
4040" datasets>=2.15.0,<3.0" ,
41- " simpleeval>=0.9.13,<1 .0" ,
41+ " simpleeval>=0.9.13,<2 .0" ,
4242]
4343
4444[project .optional-dependencies ]
Original file line number Diff line number Diff line change @@ -106,12 +106,12 @@ def test_mailicious_inputs_to_eval():
106106 "getattr((), '_' '_class_' '_')" ,
107107 ),
108108 (
109- "Sorry, I will not evalute something that long." ,
109+ "Sorry, I will not evaluate something that long." ,
110110 False ,
111111 '["hello"]*10000000000' ,
112112 ),
113113 (
114- "Sorry, I will not evalute something that long." ,
114+ "Sorry, I will not evaluate something that long." ,
115115 False ,
116116 "'i want to break free'.split() * 9999999999" ,
117117 ),
You can’t perform that action at this time.
0 commit comments