From 048bacbc74afcf39e52df61cecc7685b7ccaee81 Mon Sep 17 00:00:00 2001 From: "raphael.vignes@toucantoco.com" Date: Mon, 6 Jun 2022 11:58:43 +0200 Subject: [PATCH] chore: release 0.7.16 --- pyproject.toml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/pyproject.toml b/pyproject.toml index 2b313f6d..5a1e02fa 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -1,6 +1,6 @@ [tool.poetry] name = "peakina" -version = "0.8.2" +version = "0.7.16" description = "pandas readers on steroids (remote files, glob patterns, cache, etc.)" authors = ["Toucan Toco "] readme = "README.md" @@ -25,7 +25,7 @@ chardet = "^4.0.0" fastparquet = "^0.8.0" jq = "^1.2.1" openpyxl = "^3.0.9" -pandas = "^1.4.2" +pandas = "1.2.5" paramiko = "^2.9.2" pydantic = "^1.9.0" python-slugify = ">=5.0.2,<7.0.0"