diff --git a/poetry.lock b/poetry.lock index 22ab3aa47..7b734cfb3 100644 --- a/poetry.lock +++ b/poetry.lock @@ -1,4 +1,4 @@ -# This file is automatically @generated by Poetry 1.8.3 and should not be changed by hand. +# This file is automatically @generated by Poetry 1.7.1 and should not be changed by hand. [[package]] name = "aiohttp" @@ -3478,10 +3478,10 @@ doc = ["furo", "jaraco.packaging (>=9.3)", "jaraco.tidelift (>=1.4)", "rst.linke test = ["big-O", "jaraco.functools", "jaraco.itertools", "jaraco.test", "more-itertools", "pytest (>=6,!=8.1.*)", "pytest-checkdocs (>=2.4)", "pytest-cov", "pytest-enabler (>=2.2)", "pytest-ignore-flaky", "pytest-mypy", "pytest-ruff (>=0.2.1)"] [extras] -extra-proxy = ["azure-identity", "azure-keyvault-secrets", "google-cloud-kms", "prisma", "pynacl", "resend"] -proxy = ["PyJWT", "apscheduler", "backoff", "cryptography", "fastapi", "fastapi-sso", "gunicorn", "orjson", "python-multipart", "pyyaml", "rq", "uvicorn"] +extra-proxy = ["azure-identity", "azure-keyvault-secrets", "google-cloud-kms", "prisma", "resend"] +proxy = ["PyJWT", "apscheduler", "backoff", "cryptography", "fastapi", "fastapi-sso", "gunicorn", "orjson", "pynacl", "python-multipart", "pyyaml", "rq", "uvicorn"] [metadata] lock-version = "2.0" python-versions = ">=3.8.1,<4.0, !=3.9.7" -content-hash = "dd2242834589eb08430e4acbd470d1bdcf4438fe0bed7ff6ea5b48a7cba0eb10" +content-hash = "ad04b75d2f51072f1ee86bf000a236914b30b02184dcc8b3475c14cd300219f0" diff --git a/pyproject.toml b/pyproject.toml index 2ddd3a635..09e8d836b 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -61,7 +61,8 @@ proxy = [ "fastapi-sso", "PyJWT", "python-multipart", - "cryptography" + "cryptography", + "pynacl" ] extra_proxy = [ @@ -70,7 +71,6 @@ extra_proxy = [ "azure-keyvault-secrets", "google-cloud-kms", "resend", - "pynacl" ] [tool.isort]