Skip to content

Commit c3d77d4

Browse files
Update pandera requirement from <0.30,>=0.20.1 to >=0.20.1,<0.31
Updates the requirements on [pandera](https://github.com/pandera-dev/pandera) to permit the latest version. - [Release notes](https://github.com/pandera-dev/pandera/releases) - [Commits](unionai-oss/pandera@v0.20.1...v0.30.1) --- updated-dependencies: - dependency-name: pandera dependency-version: 0.30.1 dependency-type: direct:production ... Signed-off-by: dependabot[bot] <support@github.com>
1 parent 6e4f390 commit c3d77d4

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@ dependencies = [
2525
"numexpr >= 2.8, < 2.14.2",
2626
"numpy >= 1.18.5,< 3",
2727
"pandas >= 1.4,< 2.4",
28-
"pandera >= 0.20.1, < 0.30",
28+
"pandera >= 0.20.1, < 0.31",
2929
"pyarrow>=7, <24",
3030
"rmi.etoolbox @ git+https://github.com/rmi/etoolbox.git",
3131
]

0 commit comments

Comments
 (0)