Skip to content

Commit ca5478d

Browse files
chore(deps): bump the production-dependencies group with 2 updates
--- updated-dependencies: - dependency-name: pyarrow dependency-version: 20.0.0 dependency-type: direct:production dependency-group: production-dependencies - dependency-name: opensearch-py dependency-version: 3.0.0 dependency-type: direct:production dependency-group: production-dependencies ... Signed-off-by: dependabot[bot] <[email protected]>
1 parent 93c13f8 commit ca5478d

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

pyproject.toml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,7 @@ dependencies = [
2626
"pyarrow>=18.0.0,<21.0.0 ; sys_platform != 'darwin' or platform_machine != 'x86_64'",
2727
# pyarrow 18 causes macos build failures
2828
# https://github.com/ray-project/ray/pull/48446
29-
"pyarrow>=8.0.0,<18.0.0 ; sys_platform == 'darwin' and platform_machine == 'x86_64'",
29+
"pyarrow>=8.0.0,<21.0.0 ; sys_platform == 'darwin' and platform_machine == 'x86_64'",
3030
"typing-extensions>=4.4.0,<5",
3131
"packaging>=21.1,<26.0",
3232
"setuptools ; python_version >= '3.12'",
@@ -50,7 +50,7 @@ sparql = [
5050
]
5151
opencypher = ["requests>=2.0.0,<3"]
5252
opensearch = [
53-
"opensearch-py>=2.0.0,<3",
53+
"opensearch-py>=2.0.0,<4",
5454
"jsonpath-ng>=1.5.3,<2",
5555
"requests-aws4auth>=1.1.1,<2",
5656
]

0 commit comments

Comments
 (0)