ul-pii-sdk 3.1.2__tar.gz → 4.0.1__tar.gz

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
@@ -1,6 +1,6 @@
1
1
  Metadata-Version: 2.1
2
2
  Name: ul-pii-sdk
3
- Version: 3.1.2
3
+ Version: 4.0.1
4
4
  Summary: Pii sdk
5
5
  Author: Unic-lab
6
6
  License: MIT
@@ -10,14 +10,14 @@ TimeZonesEnum = Enum('tz_type', {tz_name.lower().replace('/', '_'): tz_name for
10
10
 
11
11
 
12
12
  class ApiOrganizationData(BaseModel):
13
- admin_notes: Optional[str]
13
+ admin_notes: Optional[str] = None
14
14
  name: str
15
15
  available_permissions: List[int]
16
16
  timezones: List[TimeZonesEnum]
17
17
 
18
18
 
19
19
  class ApiOrganization(ApiBaseUserModelPayloadResponse):
20
- admin_notes: Optional[str]
20
+ admin_notes: Optional[str] = None
21
21
  organization_data: ApiOrganizationData
22
22
  frontend_settings: Dict[str, Any]
23
23
  teams_count: int
@@ -9,7 +9,7 @@ with open(path.join(HERE, 'README.md'), encoding='utf-8') as f:
9
9
 
10
10
  setup(
11
11
  name='ul-pii-sdk',
12
- version='3.1.2',
12
+ version='4.0.1',
13
13
  description='Pii sdk',
14
14
  author='Unic-lab',
15
15
  long_description=long_description,
@@ -37,9 +37,9 @@ setup(
37
37
  'ul-api-utils>=7.2.8',
38
38
  # "bcrypt==3.2.0",
39
39
  # "passlib==1.7.4",
40
- # "ul-notification-sdk-iot-account==2.2.3",
41
- # 'ul-api-utils==7.2.8',
42
- # 'ul-py-tool==1.15.20',
43
- # 'ul-db-utils==2.10.7',
40
+ # "ul-notification-sdk-iot-account==3.0.2",
41
+ # "ul-py-tool==2.1.2,
42
+ # "ul-api-utils==8.1.6",
43
+ # "ul-db-utils==4.0.2",
44
44
  ],
45
45
  )
@@ -1,6 +1,6 @@
1
1
  Metadata-Version: 2.1
2
2
  Name: ul-pii-sdk
3
- Version: 3.1.2
3
+ Version: 4.0.1
4
4
  Summary: Pii sdk
5
5
  Author: Unic-lab
6
6
  License: MIT
File without changes
File without changes
File without changes
File without changes