Skip to content

Commit 92e3c1e

Browse files
committed
python: target typing-extensions >= 4.12
1 parent af52d34 commit 92e3c1e

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

ortools/python/setup.py.in

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -47,7 +47,7 @@ setup(
4747
'numpy >= 1.13.3',
4848
'pandas >= 2.0.0',
4949
'protobuf >= 6.30.2,<6.31',
50-
'typing-extensions >= 4.13.1',
50+
'typing-extensions >= 4.12',
5151
'immutabledict >= 3.0.0',
5252
],
5353
package_data={

0 commit comments

Comments
 (0)