[UP] v 0.1.2-1
This commit is contained in:
parent
b1854a5cdb
commit
0d93d19e8f
3 changed files with 3 additions and 3 deletions
|
|
@ -1,6 +1,6 @@
|
|||
[project]
|
||||
name = "yandexapimanager"
|
||||
version = "0.1.2"
|
||||
version = "0.1.2-1"
|
||||
description = ""
|
||||
authors = [
|
||||
{name = "Evgeny (Krymmy) Momotov",email = "evgeny.momotov@gmail.com"}
|
||||
|
|
|
|||
|
|
@ -2,7 +2,7 @@ import re
|
|||
from enum import Enum
|
||||
|
||||
from pydantic import BaseModel, Field, validator
|
||||
from typing import Optional, Dict, Any
|
||||
from typing import Optional, Dict, Any, List
|
||||
|
||||
class CallSide(str, Enum):
|
||||
DRIVER = "driver"
|
||||
|
|
|
|||
|
|
@ -1,5 +1,5 @@
|
|||
from enum import Enum
|
||||
from typing import Optional
|
||||
from typing import Optional, List
|
||||
from pydantic import BaseModel, validator, Field
|
||||
|
||||
class WorkStatus(Enum):
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue