diff --git a/lib/dl_auth_native/pyproject.toml b/lib/dl_auth_native/pyproject.toml index 0183fbcbe..0f44d3218 100644 --- a/lib/dl_auth_native/pyproject.toml +++ b/lib/dl_auth_native/pyproject.toml @@ -1,6 +1,6 @@ [tool.poetry] -name = "datalens-auth-native" +name = "dl-auth-native" version = "0.0.1" description = "" authors = ["DataLens Team "] diff --git a/metapkg/poetry.lock b/metapkg/poetry.lock index 6e6c72d99..5cf0d4233 100644 --- a/metapkg/poetry.lock +++ b/metapkg/poetry.lock @@ -1332,29 +1332,6 @@ ssh = ["bcrypt (>=3.1.5)"] test = ["certifi", "cryptography-vectors (==43.0.1)", "pretend", "pytest (>=6.2.0)", "pytest-benchmark", "pytest-cov", "pytest-xdist"] test-randomorder = ["pytest-randomly"] -[[package]] -name = "datalens-auth-native" -version = "0.0.1" -description = "" -optional = false -python-versions = ">=3.10, <3.13" -files = [] -develop = true - -[package.dependencies] -aiohttp = ">=3.9.1" -attrs = ">=22.2.0" -dl-api-commons = {path = "../../lib/dl_api_commons"} -dl-constants = {path = "../../lib/dl_constants"} -flask = ">=2.2.5" -pydantic = ">=2.7.0" -pyjwt = ">=2.4.0" -werkzeug = ">=2.2.3" - -[package.source] -type = "directory" -url = "../lib/dl_auth_native" - [[package]] name = "decorator" version = "5.1.1" @@ -1653,6 +1630,29 @@ typing-extensions = ">=4.9.0" type = "directory" url = "../lib/dl_auth_api_lib" +[[package]] +name = "dl-auth-native" +version = "0.0.1" +description = "" +optional = false +python-versions = ">=3.10, <3.13" +files = [] +develop = true + +[package.dependencies] +aiohttp = ">=3.9.1" +attrs = ">=22.2.0" +dl-api-commons = {path = "../../lib/dl_api_commons"} +dl-constants = {path = "../../lib/dl_constants"} +flask = ">=2.2.5" +pydantic = ">=2.7.0" +pyjwt = ">=2.4.0" +werkzeug = ">=2.2.3" + +[package.source] +type = "directory" +url = "../lib/dl_auth_native" + [[package]] name = "dl-cache-engine" version = "0.0.1" @@ -6130,6 +6130,7 @@ files = [ {file = "PyYAML-6.0.1-cp311-cp311-win_amd64.whl", hash = "sha256:bf07ee2fef7014951eeb99f56f39c9bb4af143d8aa3c21b1677805985307da34"}, {file = "PyYAML-6.0.1-cp312-cp312-macosx_10_9_x86_64.whl", hash = "sha256:855fb52b0dc35af121542a76b9a84f8d1cd886ea97c84703eaa6d88e37a2ad28"}, {file = "PyYAML-6.0.1-cp312-cp312-macosx_11_0_arm64.whl", hash = "sha256:40df9b996c2b73138957fe23a16a4f0ba614f4c0efce1e9406a184b6d07fa3a9"}, + {file = "PyYAML-6.0.1-cp312-cp312-manylinux_2_17_aarch64.manylinux2014_aarch64.whl", hash = "sha256:a08c6f0fe150303c1c6b71ebcd7213c2858041a7e01975da3a99aed1e7a378ef"}, {file = "PyYAML-6.0.1-cp312-cp312-manylinux_2_17_x86_64.manylinux2014_x86_64.whl", hash = "sha256:6c22bec3fbe2524cde73d7ada88f6566758a8f7227bfbf93a408a9d86bcc12a0"}, {file = "PyYAML-6.0.1-cp312-cp312-musllinux_1_1_x86_64.whl", hash = "sha256:8d4e9c88387b0f5c7d5f281e55304de64cf7f9c0021a3525bd3b1c542da3b0e4"}, {file = "PyYAML-6.0.1-cp312-cp312-win32.whl", hash = "sha256:d483d2cdf104e7c9fa60c544d92981f12ad66a457afae824d146093b8c294c54"}, @@ -8325,4 +8326,4 @@ type = ["pytest-mypy"] [metadata] lock-version = "2.0" python-versions = ">=3.10, <3.13" -content-hash = "20c5128d45f5db858a42cfcbd772e17f5292f0f3b8a25ee9e3a95cb44652b425" +content-hash = "946847c38e227d8445213d8d8362a57db98162a67939511a6dac571af1c27a9d" diff --git a/metapkg/pyproject.toml b/metapkg/pyproject.toml index c91382d51..a821cc5e2 100644 --- a/metapkg/pyproject.toml +++ b/metapkg/pyproject.toml @@ -161,7 +161,7 @@ dl-zitadel = {path = "../lib/dl_zitadel", develop = true} dl-auth-api-lib = {path = "../lib/dl_auth_api_lib", develop = true} dl-type-transformer = {path = "../lib/dl_type_transformer", develop = true} dl-s3 = {path = "../lib/dl_s3", develop = true} -datalens-auth-native = {path = "../lib/dl_auth_native", develop = true} +dl-auth-native = {path = "../lib/dl_auth_native", develop = true} [tool.poetry.group.dev.dependencies] black = "==23.12.1"