Skip to content
Snippets Groups Projects
Commit af149a21 authored by teplyakov's avatar teplyakov
Browse files

feat: AUTO-3805 Update version

parent 3034910b
No related branches found
No related tags found
1 merge request!75feat: AUTO-3805 Update requirements
...@@ -22,10 +22,17 @@ def make_collection_instances( ...@@ -22,10 +22,17 @@ def make_collection_instances(
return collections return collections
class CollectionProps(TypedDict):
single: bool
system: bool
no_data: bool
hidden: bool
def init_collections( def init_collections(
schemes_dir: str, schemes_dir: str,
schemes_mapping: dict[str, str], schemes_mapping: dict[str, str],
collections_settings_mapping: dict[str, TypedDict], collections_settings_mapping: dict[str, CollectionProps],
) -> list[collections_pb2.Collection]: ) -> list[collections_pb2.Collection]:
collections = [] collections = []
......
...@@ -14,7 +14,7 @@ def load_requirements(): ...@@ -14,7 +14,7 @@ def load_requirements():
setup( setup(
name='perxis', name='perxis',
version='1.7.3', version='1.8.0',
description='Perxis python client', description='Perxis python client',
long_description=long_description, long_description=long_description,
long_description_content_type='text/markdown', long_description_content_type='text/markdown',
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment