Skip to content

Commit

Permalink
packaging: Remove upper constraint on faker extra (#2640)
Browse files Browse the repository at this point in the history
  • Loading branch information
edgarrmondragon authored Sep 2, 2024
1 parent 984b2cd commit aaed6c7
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 5 deletions.
8 changes: 4 additions & 4 deletions poetry.lock

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

2 changes: 1 addition & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -90,7 +90,7 @@ pyarrow = { version = ">=13", optional = true }
pytest = {version=">=7.2.1", optional = true}

# installed as optional 'faker' extra
faker = {version = ">=22.5,<29.0", optional = true}
faker = {version = ">=22.5", optional = true}

# Crypto extras
cryptography = { version = ">=3.4.6", optional = true }
Expand Down

0 comments on commit aaed6c7

Please sign in to comment.