diff --git a/poetry.lock b/poetry.lock index 01361f0b..d35221a7 100644 --- a/poetry.lock +++ b/poetry.lock @@ -477,17 +477,6 @@ MarkupSafe = ">=2.0" [package.extras] i18n = ["Babel (>=2.7)"] -[[package]] -name = "jsonref" -version = "1.1.0" -description = "jsonref is a library for automatic dereferencing of JSON Reference objects for Python." -optional = false -python-versions = ">=3.7" -files = [ - {file = "jsonref-1.1.0-py3-none-any.whl", hash = "sha256:590dc7773df6c21cbf948b5dac07a72a251db28b0238ceecce0a2abfa8ec30a9"}, - {file = "jsonref-1.1.0.tar.gz", hash = "sha256:32fe8e1d85af0fdefbebce950af85590b22b60f9e95443176adbde4e1ecea552"}, -] - [[package]] name = "langdetect" version = "1.0.9" @@ -1451,17 +1440,6 @@ files = [ {file = "types_pytz-2023.4.0.20240130-py3-none-any.whl", hash = "sha256:6ce76a9f8fd22bd39b01a59c35bfa2db39b60d11a2f77145e97b730de7e64fe0"}, ] -[[package]] -name = "types-pyyaml" -version = "6.0.12.12" -description = "Typing stubs for PyYAML" -optional = false -python-versions = "*" -files = [ - {file = "types-PyYAML-6.0.12.12.tar.gz", hash = "sha256:334373d392fde0fdf95af5c3f1661885fa10c52167b14593eb856289e1855062"}, - {file = "types_PyYAML-6.0.12.12-py3-none-any.whl", hash = "sha256:c05bc6c158facb0676674b7f11fe3960db4f389718e19e62bd2b84d6205cfd24"}, -] - [[package]] name = "types-requests" version = "2.31.0.20240125" @@ -1540,4 +1518,4 @@ files = [ [metadata] lock-version = "2.0" python-versions = "^3.11" -content-hash = "6192604e8db549c1a981154182e08c7d1da2cf0f7c25b403838ecf248c82b2fb" +content-hash = "0262bb0da6a3c1935208ee320b2d0b33b44a77b631fbbf791faaccd3135ebf7f" diff --git a/pyproject.toml b/pyproject.toml index 68fa9e12..f023032f 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -12,7 +12,6 @@ packages = [{ include = "mex" }] python = "^3.11" backoff = "^2.2.1" click = "^8.1.7" -jsonref = "^1.1.0" langdetect = "^1.0.9" ldap3 = "^2.9.1" numpy = "^1.26.2" @@ -35,7 +34,6 @@ ruff = "^0.1.13" sphinx = "^7.2.6" types-ldap3 = "^2.9.13" types-pytz = "^2023.3.1" -types-pyyaml = "^6.0.12" types-requests = "^2.31.0" types-setuptools = "^69.0.0" @@ -53,7 +51,7 @@ strict = true plugins = ["pydantic.mypy"] [[tool.mypy.overrides]] -module = ['langdetect.*', 'jsonref'] +module = ['langdetect.*'] ignore_missing_imports = true [tool.pydantic-mypy]