Skip to content

Commit 954e426

Browse files
committed
Merge branch 'alex-syc-cve-20260511' of ssh://github-aryn/aryn-ai/sycamore into alex-syc-cve-20260511
2 parents 99e4d03 + c2b8bef commit 954e426

13 files changed

Lines changed: 715 additions & 718 deletions

File tree

.github/workflows/testing.yml

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -34,7 +34,7 @@ jobs:
3434
runs-on: ubuntu-latest
3535
strategy:
3636
matrix:
37-
python-version: ["3.10", "3.11", "3.12", "3.13"]
37+
python-version: ["3.11", "3.12", "3.13"]
3838

3939
steps:
4040
- name: DF-1
@@ -75,7 +75,7 @@ jobs:
7575
- name: DF-5
7676
run: df
7777
- name: Run tests
78-
run: poetry run pytest -n auto sycamore/tests/unit/
78+
run: poetry run pytest -n auto --dist loadfile sycamore/tests/unit/
7979
working-directory: lib/sycamore
8080
- name: Run more tests
8181
run: poetry run python sycamore/tests/manual/test_fast_sycamore_import.py
@@ -87,7 +87,7 @@ jobs:
8787
runs-on: blacksmith-8vcpu-ubuntu-2204
8888
strategy:
8989
matrix:
90-
python-version: ["3.10"]
90+
python-version: ["3.11"]
9191
services:
9292
opensearch:
9393
image: opensearchproject/opensearch:2.10.0
@@ -126,7 +126,7 @@ jobs:
126126
runs-on: blacksmith-8vcpu-ubuntu-2204
127127
strategy:
128128
matrix:
129-
python-version: ["3.10"]
129+
python-version: ["3.11"]
130130
services:
131131
opensearch:
132132
image: opensearchproject/opensearch:2.10.0
@@ -200,7 +200,7 @@ jobs:
200200
runs-on: blacksmith-8vcpu-ubuntu-2204
201201
strategy:
202202
matrix:
203-
python-version: ["3.10"]
203+
python-version: ["3.11"]
204204
services:
205205
opensearch:
206206
image: opensearchproject/opensearch:2.10.0
@@ -239,7 +239,7 @@ jobs:
239239
runs-on: blacksmith-8vcpu-ubuntu-2204
240240
strategy:
241241
matrix:
242-
python-version: ["3.10"]
242+
python-version: ["3.11"]
243243
services:
244244
opensearch:
245245
image: opensearchproject/opensearch:2.10.0

apps/integration/poetry.lock

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

apps/integration/pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ pytest = "^9.0.3"
1313
opensearch-py = "^2.5.0"
1414
testcontainers = "^4.9.2"
1515
sycamore-poetry-lock = { path = "../../lib/poetry-lock", develop = true }
16-
urllib3 = "^2.6.3"
16+
urllib3 = "^2.7.0"
1717

1818
[build-system]
1919
requires = ["poetry-core"]

apps/jupyter/poetry.lock

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

apps/remote-processor-service/poetry.lock

Lines changed: 88 additions & 86 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: 85 additions & 83 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
@@ -15,7 +15,7 @@ ray = "^2.55.1"
1515
pandas = "^3.0.2" # Bumped to a version that supports 3.13.
1616
scipy = "^1.15.0"
1717
weaviate-client = "^4.16.10"
18-
urllib3 = "^2.6.3"
18+
urllib3 = "^2.7.0"
1919

2020
# Required to continue supporting python 3.9; it may be possible to make these a bit more
2121
# current, but latest version no longer supports 3.9

lib/remote-processors/poetry.lock

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

lib/remote-processors/pyproject.toml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -12,6 +12,7 @@ pyyaml = "^6.0.1"
1212
grpcio = "^1.71.0"
1313
cbor2 = "^5.9.0"
1414
sycamore-ai = "^0.1.13"
15+
urllib3 = "^2.7.0"
1516

1617
[tool.poetry.group.test.dependencies]
1718
pytest = "^9.0.3"

lib/sycamore/poetry.lock

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

0 commit comments

Comments
 (0)