@@ -23,10 +23,7 @@ dependencies = [
2323 " botocore>=1.23.32,<2" ,
2424 " pandas>=1.2.0,<3.0.0" ,
2525 " numpy>=1.26,<3.0" ,
26- " pyarrow>=18.0.0,<21.0.0 ; sys_platform != 'darwin' or platform_machine != 'x86_64'" ,
27- # pyarrow 18 causes macos build failures
28- # https://github.com/ray-project/ray/pull/48446
29- " pyarrow>=8.0.0,<18.0.0 ; sys_platform == 'darwin' and platform_machine == 'x86_64'" ,
26+ " pyarrow>=8.0.0,<21.0.0" ,
3027 " typing-extensions>=4.4.0,<5" ,
3128 " packaging>=21.1,<26.0" ,
3229 " setuptools ; python_version >= '3.12'" ,
@@ -41,7 +38,7 @@ oracle = ["oracledb>=1,<4"]
4138gremlin = [
4239 " gremlinpython>=3.7.1,<4" ,
4340 " requests>=2.0.0,<3" ,
44- " aiohttp>=3.9.0 ,<4" ,
41+ " aiohttp>=3.12.14 ,<4" ,
4542 " async-timeout>=4.0.3,<6.0.0" ,
4643]
4744sparql = [
@@ -58,8 +55,8 @@ openpyxl = ["openpyxl>=3.0.0,<4"]
5855progressbar = [" progressbar2>=4.0.0,<5" ]
5956deltalake = [" deltalake>=0.18.0,<1.2.0" ]
6057geopandas = [" geopandas>=1.0.0,<2" ]
61- modin = [" modin>=0.31,<0.35 " ]
62- ray = [" ray[default, data]>=2.45 .0,<3" ]
58+ modin = [" modin>=0.31,<0.36 " ]
59+ ray = [" ray[default, data]>=2.49 .0,<3" ]
6360
6461[project .urls ]
6562Homepage = " https://aws-sdk-pandas.readthedocs.io/"
0 commit comments