Skip to content

Commit 8aeb387

Browse files
Update pandera requirement from <0.26,>=0.20.1 to >=0.20.1,<0.27
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.26.0) --- updated-dependencies: - dependency-name: pandera dependency-version: 0.26.0 dependency-type: direct:production ... Signed-off-by: dependabot[bot] <support@github.com>
1 parent 226843d commit 8aeb387

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.11.1",
2626
"numpy >= 1.18.5,< 3",
2727
"pandas >= 1.4,< 2.4",
28-
"pandera >= 0.20.1, < 0.26",
28+
"pandera >= 0.20.1, < 0.27",
2929
"pyarrow>=7, <22",
3030
]
3131

0 commit comments

Comments
 (0)