We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 123f77b commit c63d86dCopy full SHA for c63d86d
2 files changed
docs/history.rst
@@ -1,6 +1,7 @@
1
History
2
=======
3
2.6.0
4
+ * bugfix: dependency of wcwidth version.
5
* new: TLS support (TELNETS). :func:`~telnetlib3.client.open_connection`
6
accepts an ``ssl`` parameter (``True``, or an :class:`ssl.SSLContext`).
7
:func:`~telnetlib3.server.create_server` accepts an ``ssl`` parameter
pyproject.toml
@@ -44,7 +44,7 @@ classifiers = [
44
]
45
requires-python = ">=3.9"
46
dependencies = [
47
- "wcwidth>=0.2.13",
+ "wcwidth>=0.6.0",
48
49
50
[project.optional-dependencies]
0 commit comments