File tree 9 files changed +10
-9
lines changed
9 files changed +10
-9
lines changed Original file line number Diff line number Diff line change 16
16
.coverage
17
17
.mypy_cache
18
18
.pytest_cache
19
+ .python-version
19
20
** /coverage.xml
20
21
** /htmlcov /**
21
22
Original file line number Diff line number Diff line change 2
2
# SPDX-License-Identifier: Apache-2.0
3
3
4
4
import attr
5
- from marshmallow_annotations .ext .attrs import AttrsSchema
5
+ from marshmallow3_annotations .ext .attrs import AttrsSchema
6
6
7
7
8
8
@attr .s (auto_attribs = True , kw_only = True )
Original file line number Diff line number Diff line change 7
7
from amundsen_common .models .popular_table import PopularTable
8
8
from amundsen_common .models .table import Badge , Tag
9
9
from amundsen_common .models .user import User
10
- from marshmallow_annotations .ext .attrs import AttrsSchema
10
+ from marshmallow3_annotations .ext .attrs import AttrsSchema
11
11
12
12
from metadata_service .entity .dashboard_query import DashboardQuery
13
13
Original file line number Diff line number Diff line change 4
4
from typing import Optional
5
5
6
6
import attr
7
- from marshmallow_annotations .ext .attrs import AttrsSchema
7
+ from marshmallow3_annotations .ext .attrs import AttrsSchema
8
8
9
9
10
10
@attr .s (auto_attribs = True , kw_only = True )
Original file line number Diff line number Diff line change 5
5
6
6
import attr
7
7
from amundsen_common .models .dashboard import DashboardSummary as Summary
8
- from marshmallow_annotations .ext .attrs import AttrsSchema
8
+ from marshmallow3_annotations .ext .attrs import AttrsSchema
9
9
10
10
11
11
@attr .s (auto_attribs = True , kw_only = True )
Original file line number Diff line number Diff line change 2
2
# SPDX-License-Identifier: Apache-2.0
3
3
4
4
import attr
5
- from marshmallow_annotations .ext .attrs import AttrsSchema
5
+ from marshmallow3_annotations .ext .attrs import AttrsSchema
6
6
7
7
8
8
@attr .s (auto_attribs = True , kw_only = True )
Original file line number Diff line number Diff line change 2
2
# SPDX-License-Identifier: Apache-2.0
3
3
4
4
import attr
5
- from marshmallow_annotations .ext .attrs import AttrsSchema
5
+ from marshmallow3_annotations .ext .attrs import AttrsSchema
6
6
7
7
8
8
@attr .s (auto_attribs = True , kw_only = True )
Original file line number Diff line number Diff line change @@ -35,7 +35,7 @@ typing-extensions==3.7.4
35
35
36
36
# A common package that holds the models deifnition and schemas that are used
37
37
# accross different amundsen repositories.
38
- amundsen-common >= 0.8.1
38
+ amundsen-common >= 0.9.0
39
39
amundsen-gremlin >= 0.0.7
40
40
41
41
boto3 == 1.17.23
@@ -66,4 +66,4 @@ overrides==2.5
66
66
typed-ast == 1.4.2
67
67
isort [colors ]~= 5.4
68
68
marshmallow >= 3.0 ,<= 3.6
69
- marshmallow -annotations@git+https://www.github.com/hilearn/marshmallow-annotations.git@a7a2dc96932430369bdef36555082df990ed9bef
69
+ marshmallow3 -annotations>= 1.0.0
Original file line number Diff line number Diff line change 5
5
6
6
from setuptools import find_packages , setup
7
7
8
- __version__ = '3.3 .0'
8
+ __version__ = '3.4 .0'
9
9
10
10
11
11
requirements_path = os .path .join (os .path .dirname (os .path .realpath (__file__ )), 'requirements.txt' )
You can’t perform that action at this time.
0 commit comments