Skip to content

Commit 6cb4293

Browse files
committed
Bump thrift to fix deprecation warning
Signed-off-by: Korijn van Golen <k.vangolen@mapiq.com>
1 parent 4b7df5b commit 6cb4293

File tree

2 files changed

+10
-13
lines changed

2 files changed

+10
-13
lines changed

poetry.lock

Lines changed: 9 additions & 12 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
@@ -10,7 +10,7 @@ include = ["CHANGELOG.md"]
1010

1111
[tool.poetry.dependencies]
1212
python = "^3.8.0"
13-
thrift = ">=0.16.0,<0.21.0"
13+
thrift = "~=0.22.0"
1414
pandas = [
1515
{ version = ">=1.2.5,<2.4.0", python = ">=3.8,<3.13" },
1616
{ version = ">=2.2.3,<2.4.0", python = ">=3.13" }

0 commit comments

Comments
 (0)