We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 40d0b86 commit 0e2d541Copy full SHA for 0e2d541
2 files changed
CHANGELOG
@@ -1,8 +1,11 @@
1
# Changelog
2
3
-## [Unreleased]
+## Version 2.11.0
4
5
-- Support and require version 0.10 of `tabulate`
+(released on 2025-03-05)
6
+
7
+- Support and require version 0.10.x of `tabulate`.
8
+- Pin `tabulate` version more tightly.
9
10
## Version 2.10.1
11
setup.py
@@ -37,7 +37,7 @@ def open_file(filename):
37
long_description_content_type="text/x-rst",
38
install_requires=[
39
"configobj >= 5.0.5",
40
- "tabulate[widechars] >= 0.10.0",
+ "tabulate[widechars] ~= 0.10.0",
41
],
42
extras_require={
43
"styles": ["Pygments >= 1.6"],
0 commit comments