diff --git a/sdk/purview/azure-purview-administration/pyproject.toml b/sdk/purview/azure-purview-administration/pyproject.toml index 3701be6990e1..af1276ae7c9b 100644 --- a/sdk/purview/azure-purview-administration/pyproject.toml +++ b/sdk/purview/azure-purview-administration/pyproject.toml @@ -1,6 +1,7 @@ [tool.azure-sdk-build] pylint = false pyright = false +mypy = false type_check_samples = false verifytypes = false strict_sphinx = true diff --git a/sdk/purview/azure-purview-administration/setup.py b/sdk/purview/azure-purview-administration/setup.py index fb12aed2d454..636984c3d021 100644 --- a/sdk/purview/azure-purview-administration/setup.py +++ b/sdk/purview/azure-purview-administration/setup.py @@ -69,7 +69,7 @@ }, python_requires=">=3.6", install_requires=[ - "azure-core<2.0.0,>=1.18.0", + "azure-core<2.0.0,>=1.23.0", "msrest>=0.6.21", 'six>=1.11.0', ], diff --git a/sdk/purview/azure-purview-catalog/pyproject.toml b/sdk/purview/azure-purview-catalog/pyproject.toml index a3a58bd09030..db2ab0365e12 100644 --- a/sdk/purview/azure-purview-catalog/pyproject.toml +++ b/sdk/purview/azure-purview-catalog/pyproject.toml @@ -1,6 +1,7 @@ [tool.azure-sdk-build] pylint = false pyright = false +mypy = false type_check_samples = false verifytypes = false ci_enabled = false diff --git a/sdk/purview/azure-purview-scanning/pyproject.toml b/sdk/purview/azure-purview-scanning/pyproject.toml index 3701be6990e1..af1276ae7c9b 100644 --- a/sdk/purview/azure-purview-scanning/pyproject.toml +++ b/sdk/purview/azure-purview-scanning/pyproject.toml @@ -1,6 +1,7 @@ [tool.azure-sdk-build] pylint = false pyright = false +mypy = false type_check_samples = false verifytypes = false strict_sphinx = true diff --git a/sdk/purview/azure-purview-scanning/setup.py b/sdk/purview/azure-purview-scanning/setup.py index 1696fd21a26f..2c25b1cddd41 100644 --- a/sdk/purview/azure-purview-scanning/setup.py +++ b/sdk/purview/azure-purview-scanning/setup.py @@ -69,7 +69,7 @@ }, python_requires=">=3.6", install_requires=[ - "azure-core<2.0.0,>=1.18.0", + "azure-core<2.0.0,>=1.23.0", "msrest>=0.6.21", 'six>=1.11.0', ],