Skip to content

Commit 57ff6bf

Browse files
Add missing packaging dependency (#2281)
1 parent 3696e32 commit 57ff6bf

File tree

2 files changed

+4
-3
lines changed

2 files changed

+4
-3
lines changed

poetry.lock

Lines changed: 3 additions & 3 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

pyproject.toml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -34,6 +34,7 @@ pandas = ">=1.2.0,!=1.5.0,<3.0.0" # Exclusion per: https://github.com/aws/aws-sd
3434
numpy = "^1.18"
3535
pyarrow = ">=7.0.0"
3636
typing-extensions = "^4.4.0"
37+
packaging = "^23.1"
3738

3839
# Databases
3940
redshift-connector = { version = "^2.0.0", optional = true }

0 commit comments

Comments
 (0)