Skip to content

Commit 47728c6

Browse files
committed
build: relock projects depending on libcommon
1 parent d6d6f58 commit 47728c6

File tree

5 files changed

+115
-5
lines changed

5 files changed

+115
-5
lines changed

jobs/mongodb_migration/poetry.lock

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

libs/libapi/poetry.lock

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

libs/libcommon/tests/test_parquet_utils.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,6 +15,7 @@
1515
from datasets.table import embed_table_storage
1616
from fsspec import AbstractFileSystem
1717
from fsspec.implementations.http import HTTPFileSystem
18+
from libviewer import Dataset as LibviewerDataset # type: ignore [import-untyped]
1819

1920
from libcommon.parquet_utils import (
2021
Indexer,
@@ -29,7 +30,6 @@
2930
from libcommon.resources import CacheMongoResource
3031
from libcommon.simple_cache import upsert_response
3132
from libcommon.storage import StrPath
32-
from libviewer import Dataset as LibviewerDataset # type: ignore [import-untyped]
3333

3434
REVISION_NAME = "revision"
3535
CACHED_ASSETS_FOLDER = "cached-assets"

services/search/poetry.lock

Lines changed: 21 additions & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

services/worker/poetry.lock

Lines changed: 21 additions & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

0 commit comments

Comments
 (0)