Код: Выделить всё
1.1.0, 3.5.6, 1.1.2У меня не получается использовать следующий синтаксис:
Код: Выделить всё
install_component_version: constr(regex=r"^[0-9]+.[0-9]+.[0-9]$")
install_component_version: constr(regex=r"^([0-9])+.([0-9])+.([0-9])$")
install_component_version: constr(regex=r"^([0-9])\.([0-9])\.([0-9])$")
Подробнее здесь: https://stackoverflow.com/questions/746 ... validation
Мобильная версия