Skip to content

Commit 4e08fb2

Browse files
committed
Update pandas version upper bound to support python 3.14
1 parent eaba570 commit 4e08fb2

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

sdks/python/setup.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -485,7 +485,7 @@ def get_portability_package_data():
485485
'docstring-parser>=0.15,<1.0',
486486
'docutils>=0.18.1',
487487
'markdown',
488-
'pandas<2.3.0',
488+
'pandas<2.4.0',
489489
'openai',
490490
'virtualenv-clone>=0.5,<1.0',
491491
],
@@ -496,7 +496,7 @@ def get_portability_package_data():
496496
'jinja2>=3.0,<3.2',
497497
'joblib>=1.0.1',
498498
'mock>=1.0.1,<6.0.0',
499-
'pandas<2.3.0',
499+
'pandas<2.4.0',
500500
'parameterized>=0.7.1,<0.10.0',
501501
'pydot>=1.2.0,<2',
502502
'pyhamcrest>=1.9,!=1.10.0,<3.0.0',

0 commit comments

Comments
 (0)