Skip to content

Commit 0e2d541

Browse files
authored
pin tabulate library more tightly (#108)
tabulate recently pushed a breaking change on a feature bump. Let's be more conservative. Also update changelog for release.
1 parent 40d0b86 commit 0e2d541

2 files changed

Lines changed: 6 additions & 3 deletions

File tree

CHANGELOG

Lines changed: 5 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,11 @@
11
# Changelog
22

3-
## [Unreleased]
3+
## Version 2.11.0
44

5-
- Support and require version 0.10 of `tabulate`
5+
(released on 2025-03-05)
6+
7+
- Support and require version 0.10.x of `tabulate`.
8+
- Pin `tabulate` version more tightly.
69

710
## Version 2.10.1
811

setup.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -37,7 +37,7 @@ def open_file(filename):
3737
long_description_content_type="text/x-rst",
3838
install_requires=[
3939
"configobj >= 5.0.5",
40-
"tabulate[widechars] >= 0.10.0",
40+
"tabulate[widechars] ~= 0.10.0",
4141
],
4242
extras_require={
4343
"styles": ["Pygments >= 1.6"],

0 commit comments

Comments
 (0)