From 54dd4f6c5da95edb0c8abd9237e1fdaa3b74a937 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Edgar=20Ram=C3=ADrez=20Mondrag=C3=B3n?= Date: Mon, 10 Jul 2023 10:54:28 -0600 Subject: [PATCH] fix: Add explicit dependency on `packaging` library --- poetry.lock | 2 +- pyproject.toml | 1 + 2 files changed, 2 insertions(+), 1 deletion(-) diff --git a/poetry.lock b/poetry.lock index f018406f73..f1aece93bf 100644 --- a/poetry.lock +++ b/poetry.lock @@ -2708,4 +2708,4 @@ testing = ["pytest", "pytest-durations"] [metadata] lock-version = "2.0" python-versions = "<3.12,>=3.7.1" -content-hash = "53c3e577e500c322fffa5a7f3e5fcebe34a2657894d35a9d5768b951320448d0" +content-hash = "87157533b42f8558069c2af855e01d7b997a85f45962495faa789e071cc36922" diff --git a/pyproject.toml b/pyproject.toml index 705c832a03..f153405a82 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -57,6 +57,7 @@ python-dotenv = ">=0.20,<0.22" typing-extensions = "^4.2.0" simplejson = "^3.17.6" jsonschema = "^4.16.0" +packaging = ">=23.1" pytz = ">=2022.2.1,<2024.0.0" PyYAML = "^6.0" # urllib3 2.0 is not compatible with botocore