Skip to content

Commit

Permalink
fix: Add explicit dependency on packaging library (#1827)
Browse files Browse the repository at this point in the history
  • Loading branch information
edgarrmondragon authored Jul 10, 2023
1 parent 7a4f6fc commit 5a1190a
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
2 changes: 1 addition & 1 deletion poetry.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

1 change: 1 addition & 0 deletions pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit 5a1190a

Please sign in to comment.