Skip to content

Commit

Permalink
Upgrade to Thespian 3.10.1 (#1025)
Browse files Browse the repository at this point in the history
With this commit we upgrade from Thespian 3.10.0 to 3.10.1 which
includes a bugfix that improves stability when a remote actor has closed
a socket which still had pending messages.

Relates kquick/Thespian#63
  • Loading branch information
danielmitterdorfer committed Jul 15, 2020
1 parent 0da5cbf commit b59bc09
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion setup.py
Expand Up @@ -67,7 +67,7 @@ def str_from_file(name):
# transitive dependency Markupsafe: BSD
"Jinja2==2.10.3",
# License: MIT
"thespian==3.10.0",
"thespian==3.10.1",
# recommended library for thespian to identify actors more easily with `ps`
# "setproctitle==1.1.10",
# always use the latest version, these are certificate files...
Expand Down

0 comments on commit b59bc09

Please sign in to comment.