Skip to content

Commit 89834a4

Browse files
karanatarynaustin-aryn-ai
authored andcommitted
Bump Ray to Fix Security Issue (#1181)
* bump ray * fix rich * bump runner
1 parent 4c3fa17 commit 89834a4

File tree

11 files changed

+1773
-1933
lines changed

11 files changed

+1773
-1933
lines changed

.github/workflows/testing.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -30,7 +30,7 @@ permissions:
3030

3131
jobs:
3232
sycamore-unit-tests:
33-
runs-on: blacksmith-4vcpu-ubuntu-2204
33+
runs-on: blacksmith-8vcpu-ubuntu-2204
3434
strategy:
3535
matrix:
3636
python-version: ["3.9", "3.10", "3.11", "3.12"]

apps/integration/poetry.lock

Lines changed: 516 additions & 41 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

apps/jupyter/poetry.lock

Lines changed: 373 additions & 511 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

apps/jupyter/pyproject.toml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ repository = "https://github.com/aryn-ai/sycamore.git"
88

99
[tool.poetry.dependencies]
1010
python = ">=3.9,<3.13"
11-
sycamore-ai = {extras = ["opensearch"], version = "^0.1.13"}
11+
sycamore-ai = {extras = ["opensearch"], version = "^0.1.30"}
1212

1313
jupyterlab = "^4.0.11"
1414
jupyter-lsp = "^2.2.2"
@@ -17,7 +17,7 @@ notebook = "^7.1.2"
1717

1818

1919
[tool.poetry.group.dev.dependencies]
20-
sycamore-ai = { path = "../../lib/sycamore", develop = true }
20+
sycamore-ai = { path = "../../lib/sycamore", extras = ["opensearch"], develop = true }
2121

2222
[tool.poetry.group.sycamore_poetry_lock.dependencies]
2323
sycamore-poetry-lock = { path = "../../lib/poetry-lock", develop = true }

apps/remote-processor-service/poetry.lock

Lines changed: 384 additions & 510 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

lib/poetry-lock/poetry.lock

Lines changed: 37 additions & 36 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

lib/poetry-lock/pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@ fsspec = "2024.2.0" # sycamore (via datasets)
1616
# poetry run pytest lib/sycamore/sycamore/tests/unit/scans/test_materialized_scan.py lib/sycamore/sycamore/tests/unit/test_docset.py
1717
pytest = "7.4.0"
1818
guidance = "0.1.14" # They removed AzureOpenAIChat in https://github.com/guidance-ai/guidance/commit/a75896a851edf8b3cf15534af4fed8d15f277af1
19-
ray = "2.36.0" # Latest version supported on linux/aarch64 https://github.com/ray-project/ray/issues/46104
19+
ray = ">=2.41.0" # Latest version supported on linux/aarch64 https://github.com/ray-project/ray/issues/46104
2020
pandas = "2.1.1" # Hardcoded into sycamore pyproject.toml. Unclear why.
2121
weaviate-client = "4.6.4" # Failes typechecking with 4.7.0
2222

0 commit comments

Comments
 (0)