diff --git a/mause_rpc/server.py b/mause_rpc/server.py index 22d2ba6..0e844ff 100644 --- a/mause_rpc/server.py +++ b/mause_rpc/server.py @@ -6,7 +6,7 @@ import socket from dataclasses import dataclass, field from functools import partial -from typing import Callable, Dict, Optional, TypeVar, overload, NoReturn +from typing import Callable, Dict, NoReturn, Optional, TypeVar, overload import dill import pika diff --git a/poetry.lock b/poetry.lock index 83d4a98..f13ea14 100644 --- a/poetry.lock +++ b/poetry.lock @@ -1,4 +1,4 @@ -# This file is automatically @generated by Poetry 1.7.1 and should not be changed by hand. +# This file is automatically @generated by Poetry 1.8.2 and should not be changed by hand. [[package]] name = "black" @@ -332,13 +332,13 @@ license = ["editdistance"] [[package]] name = "idna" -version = "2.9" +version = "3.7" description = "Internationalized Domain Names in Applications (IDNA)" optional = false -python-versions = ">=2.7, !=3.0.*, !=3.1.*, !=3.2.*, !=3.3.*" +python-versions = ">=3.5" files = [ - {file = "idna-2.9-py2.py3-none-any.whl", hash = "sha256:a068a21ceac8a4d63dbfd964670474107f541babbd2250d61922f029858365fa"}, - {file = "idna-2.9.tar.gz", hash = "sha256:7588d1c14ae4c77d74036e8c22ff447b26d0fde8f007354fd48a7814db15b7cb"}, + {file = "idna-3.7-py3-none-any.whl", hash = "sha256:82fee1fc78add43492d3a1898bfa6d8a904cc97d8427f683ed8e798d07761aa0"}, + {file = "idna-3.7.tar.gz", hash = "sha256:028ff3aadf0609c1fd278d8ea3089299412a7a8b9bd005dd08b9f8285bcb5cfc"}, ] [[package]]