Skip to content

Commit e742771

Browse files
Revert "Bump thrift to 0.23.0 (#796)" — fixes install failure on DBR LTS (ES-1960554) (#840)
Revert "Bump thrift to 0.23.0 (#796)" This reverts commit 9535255. Signed-off-by: Vikrant Puppala <vikrant.puppala@databricks.com> Co-authored-by: Claude Opus 4.8 <noreply@anthropic.com>
1 parent 0dbec57 commit e742771

2 files changed

Lines changed: 7 additions & 7 deletions

File tree

poetry.lock

Lines changed: 6 additions & 6 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.22.0,<0.24.0"
13+
thrift = "~=0.22.0"
1414
pandas = [
1515
{ version = ">=1.2.5,<4.0.0", python = ">=3.8,<3.13" },
1616
{ version = ">=2.2.3,<4.0.0", python = ">=3.13" }

0 commit comments

Comments
 (0)