Skip to content

Commit 32efd0b

Browse files
Bump pandera from 0.6.5 to 0.13.4
Bumps [pandera](https://github.com/pandera-dev/pandera) from 0.6.5 to 0.13.4. - [Release notes](https://github.com/pandera-dev/pandera/releases) - [Commits](unionai-oss/pandera@v0.6.5...v0.13.4) --- updated-dependencies: - dependency-name: pandera dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] <[email protected]>
1 parent 750c19f commit 32efd0b

File tree

2 files changed

+20
-11
lines changed

2 files changed

+20
-11
lines changed

poetry.lock

Lines changed: 19 additions & 10 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ dfshema = "dfshema.cli:app"
1212
python = ">=3.7.1,<4.0"
1313
pandas = "^1.2.4"
1414
sqlalchemy = {version = "1.*", optional = true}
15-
pandera = {version = "^0.6", optional = true}
15+
pandera = {version = ">=0.6,<0.14", optional = true}
1616
pydantic = "^1.9.1"
1717
typer = {version = "^0.6.1", optional = true}
1818
PyYAML = {version = "^6.0", optional = true}

0 commit comments

Comments
 (0)