Skip to content

Commit 1fa4c87

Browse files
committed
Upgrade resumable tables when inserting fails
This upgrades the `pyresumable` dependency where the upgrading was added, fixing a critical issue with the API being unable to use existing tables with incompatible schema, a regression in v2.18.0
1 parent 151afc6 commit 1fa4c87

File tree

2 files changed

+5
-5
lines changed

2 files changed

+5
-5
lines changed

poetry.lock

Lines changed: 4 additions & 4 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
@@ -23,7 +23,7 @@ termcolor = ">=1.1.0"
2323
python-magic = ">=0.4.15"
2424
pika = ">=1.1.0"
2525
pyyaml = ">=5.4"
26-
pyresumable = ">=0.0.5"
26+
pyresumable = ">=0.0.6"
2727

2828
[tool.poetry.group.dev.dependencies]
2929
backoff = ">=2.2.1"

0 commit comments

Comments
 (0)