Skip to content
Snippets Groups Projects

feat: AUTO-3805 Update requirements

Merged feat: AUTO-3805 Update requirements
All threads resolved!
Merged Anton Teplyakov requested to merge feature/AUTO-3805 into master
All threads resolved!
Files
3
from perxis.collections import collections_pb2
from typing import TypedDict
from typing_extensions import deprecated
@@ -24,7 +25,7 @@ def make_collection_instances(
def init_collections(
schemes_dir: str,
schemes_mapping: dict[str, str],
collections_settings_mapping: dict[str, dict[str, ...]],
collections_settings_mapping: dict[str, TypedDict],
) -> list[collections_pb2.Collection]:
collections = []
Loading