diff --git a/poetry.lock b/poetry.lock index 96f11ccc5..99145b564 100644 --- a/poetry.lock +++ b/poetry.lock @@ -1,4 +1,4 @@ -# This file is automatically @generated by Poetry and should not be changed by hand. +# This file is automatically @generated by Poetry 1.4.2 and should not be changed by hand. [[package]] name = "aenum" @@ -6078,7 +6078,7 @@ modin = ["modin"] mysql = ["pymysql"] opencypher = ["requests"] openpyxl = ["openpyxl"] -opensearch = ["opensearch-py", "jsonpath-ng", "requests-aws4auth"] +opensearch = ["jsonpath-ng", "opensearch-py", "requests-aws4auth"] oracle = ["oracledb"] postgres = ["pg8000"] progressbar = ["progressbar2"] @@ -6090,4 +6090,4 @@ sqlserver = ["pyodbc"] [metadata] lock-version = "2.0" python-versions = ">=3.8, <4.0" -content-hash = "61464b1c7a0240d47147c2a1cfd5778dda7813cc9ecc04b8164b0a22afa07418" +content-hash = "22842ff2ec2c5c8805af61e11f7fb11dc65cb76b74ac678cfb7aed2d9a116789" diff --git a/pyproject.toml b/pyproject.toml index e13a8eeb0..9e17198ba 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -34,6 +34,7 @@ pandas = ">=1.2.0,!=1.5.0,<3.0.0" # Exclusion per: https://github.com/aws/aws-sd numpy = "^1.18" pyarrow = ">=7.0.0" typing-extensions = "^4.4.0" +packaging = "^23.1" # Databases redshift-connector = { version = "^2.0.0", optional = true }