Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
fix: remove constrain on pandas 1.5+
Pandas 1.5.0 had a memory leak with awswrangler, but according to aws#1678 it is no longer the case. The current dependency expressed in pyproject.toml locks dependents to use only 1.5.1. Since the bug has been fixed in pandas we can now remove the lock.
- Loading branch information