mirror of
https://github.com/open-metadata/OpenMetadata.git
synced 2025-10-10 08:16:25 +00:00
lib upgrades (#7536)
* lib upgrades * black reformatting * downgraded datamode-core-generator to 0.13.0 and pydantic to 1.9.0
This commit is contained in:
parent
b2bdc54ac7
commit
a326d3bcc0
@ -21,14 +21,14 @@ def get_long_description():
|
||||
|
||||
|
||||
dev = {
|
||||
"datamodel-code-generator==0.11.14",
|
||||
"datamodel-code-generator==0.13.0",
|
||||
"black==21.12b0",
|
||||
"incremental",
|
||||
"twine",
|
||||
"twisted",
|
||||
"wheel",
|
||||
"click",
|
||||
"pydantic[email]==1.8.2",
|
||||
"pydantic[email]==1.9.0",
|
||||
}
|
||||
|
||||
setup(
|
||||
|
@ -28,7 +28,7 @@ base_requirements = {
|
||||
"click>=7.1.1",
|
||||
"mypy_extensions>=0.4.3",
|
||||
"typing-inspect",
|
||||
"pydantic[email]==1.8.2",
|
||||
"pydantic[email]==1.9.0",
|
||||
"google>=3.0.0",
|
||||
"google-auth>=1.33.0",
|
||||
"python-dateutil>=2.8.1",
|
||||
@ -133,12 +133,13 @@ plugins: Dict[str, Set[str]] = {
|
||||
"nifi": {},
|
||||
}
|
||||
dev = {
|
||||
"datamodel-code-generator==0.12.0",
|
||||
"datamodel-code-generator==0.13.0",
|
||||
"black==22.3.0",
|
||||
"pycln==1.3.2",
|
||||
"docker",
|
||||
"google-cloud-storage==1.43.0",
|
||||
"twine",
|
||||
"pydantic[email]==1.9.0",
|
||||
}
|
||||
test = {
|
||||
"isort==5.10.1",
|
||||
|
Loading…
x
Reference in New Issue
Block a user