New versioning, INN now is not requirement for FC

This commit is contained in:
2025-09-30 11:17:14 +03:00
parent 9a9ffda4ac
commit 1be43c827f
2 changed files with 2 additions and 2 deletions

View File

@@ -8,7 +8,7 @@ class FocusCompliance(Request):
_basedir = os.path.abspath(os.path.dirname(__file__))
_focus_base_url = None
def __init__(self, inn: str, ogrn: str = None):
def __init__(self, inn: str = None, ogrn: str = None):
load_dotenv()
super().__init__(
base_url=os.environ.get('FOCUS_COMPLIANCE_BASE_URL'),

View File

@@ -2,7 +2,7 @@ from setuptools import setup, find_packages
setup(
name="kontur_focus",
version="0.2.8",
version="2025.9.0",
author="Ilya Sapunov",
author_email="sapunov@selectel.ru",
description="Библиотека-обертка для взаимодействия с REST API Контур.Фокус и Фокус.Комплаенс",