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:
Pere Miquel Brull 2023-11-22 08:38:47 +01:00 committed by GitHub
parent caaf0e7a1d
commit c7e758eccc
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
2 changed files with 3 additions and 3 deletions

View File

@ -1,5 +1,5 @@
[build-system]
requires = ["setuptools"]
requires = ["setuptools==69.0.2"]
build-backend = "setuptools.build_meta"
# We will keep handling dependencies in setup.py
@ -7,7 +7,7 @@ build-backend = "setuptools.build_meta"
[project]
name = "openmetadata-ingestion"
version = "1.3.0.0.dev0"
dynamic = ["readme"]
dynamic = ["readme", "dependencies", "optional-dependencies"]
authors = [
{name = "OpenMetadata Committers"}
]

View File

@ -250,7 +250,7 @@ plugins: Dict[str, Set[str]] = {
dev = {
"black==22.3.0",
"datamodel-code-generator==0.22.0",
"datamodel-code-generator==0.24.2",
"isort",
"pre-commit",
"pycln",