mirror of
https://github.com/open-metadata/OpenMetadata.git
synced 2025-11-09 15:32:25 +00:00
Fix pyproject - TypeError: 'list' object is not a mapping (#14064)
* Fix pyproject - TypeError: 'list' object is not a mapping * Add dynamic optional-dependencies * Add dynamic optional-dependencies * Bump datamodel * Bump datamodel
This commit is contained in:
parent
caaf0e7a1d
commit
c7e758eccc
@ -1,5 +1,5 @@
|
|||||||
[build-system]
|
[build-system]
|
||||||
requires = ["setuptools"]
|
requires = ["setuptools==69.0.2"]
|
||||||
build-backend = "setuptools.build_meta"
|
build-backend = "setuptools.build_meta"
|
||||||
|
|
||||||
# We will keep handling dependencies in setup.py
|
# We will keep handling dependencies in setup.py
|
||||||
@ -7,7 +7,7 @@ build-backend = "setuptools.build_meta"
|
|||||||
[project]
|
[project]
|
||||||
name = "openmetadata-ingestion"
|
name = "openmetadata-ingestion"
|
||||||
version = "1.3.0.0.dev0"
|
version = "1.3.0.0.dev0"
|
||||||
dynamic = ["readme"]
|
dynamic = ["readme", "dependencies", "optional-dependencies"]
|
||||||
authors = [
|
authors = [
|
||||||
{name = "OpenMetadata Committers"}
|
{name = "OpenMetadata Committers"}
|
||||||
]
|
]
|
||||||
|
|||||||
@ -250,7 +250,7 @@ plugins: Dict[str, Set[str]] = {
|
|||||||
|
|
||||||
dev = {
|
dev = {
|
||||||
"black==22.3.0",
|
"black==22.3.0",
|
||||||
"datamodel-code-generator==0.22.0",
|
"datamodel-code-generator==0.24.2",
|
||||||
"isort",
|
"isort",
|
||||||
"pre-commit",
|
"pre-commit",
|
||||||
"pycln",
|
"pycln",
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user