From 5404fefd6f7fc1388ad69a375c4a33c012e90b3a Mon Sep 17 00:00:00 2001 From: Milan Lukac Date: Thu, 6 Jun 2024 15:08:41 -0700 Subject: [PATCH] Update Thrift package Signed-off-by: Milan Lukac --- poetry.lock | 8 ++++---- pyproject.toml | 2 +- 2 files changed, 5 insertions(+), 5 deletions(-) diff --git a/poetry.lock b/poetry.lock index 5090acab..86c05bba 100644 --- a/poetry.lock +++ b/poetry.lock @@ -1,4 +1,4 @@ -# This file is automatically @generated by Poetry 1.8.2 and should not be changed by hand. +# This file is automatically @generated by Poetry 1.8.3 and should not be changed by hand. [[package]] name = "alembic" @@ -1099,12 +1099,12 @@ sqlcipher = ["sqlcipher3_binary"] [[package]] name = "thrift" -version = "0.16.0" +version = "0.20.0" description = "Python bindings for the Apache Thrift RPC system" optional = false python-versions = "*" files = [ - {file = "thrift-0.16.0.tar.gz", hash = "sha256:2b5b6488fcded21f9d312aa23c9ff6a0195d0f6ae26ddbd5ad9e3e25dfc14408"}, + {file = "thrift-0.20.0.tar.gz", hash = "sha256:4dd662eadf6b8aebe8a41729527bd69adf6ceaa2a8681cbef64d1273b3e8feba"}, ] [package.dependencies] @@ -1198,4 +1198,4 @@ sqlalchemy = ["sqlalchemy"] [metadata] lock-version = "2.0" python-versions = "^3.8.0" -content-hash = "2419c4d03862b8e101a17825ec2c8df42a76e703460f06e8f34f645d19bfe567" +content-hash = "d9fa00df9e0a90e8d44ee6bb88d291acd2f48c9c96d2a979fb06ad6e6de66529" diff --git a/pyproject.toml b/pyproject.toml index b8b49d43..57cafe61 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -10,7 +10,7 @@ include = ["CHANGELOG.md"] [tool.poetry.dependencies] python = "^3.8.0" -thrift = "^0.16.0" +thrift = ">=0.16.0,<0.21.0" pandas = [ { version = ">=1.2.5,<2.2.0", python = ">=3.8" } ]