New versioning, INN now is not requirement for FC
This commit is contained in:
@@ -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'),
|
||||
|
||||
@@ -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 Контур.Фокус и Фокус.Комплаенс",
|
||||
|
||||
Reference in New Issue
Block a user