diff --git a/pyproject.toml b/pyproject.toml index 9c3bd7b..ae18234 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -12,7 +12,7 @@ readme = "README.md" keywords = ["python", "graphql", "mapping", "dataclass"] license = { file = "LICENSE" } requires-python = ">=3.10" -dependencies = ['clean-py==0.5'] +dependencies = ['anyio==3.1.0', 'clean-py==0.5'] classifiers = [ "Programming Language :: Python :: 3", "License :: OSI Approved :: MIT License", diff --git a/setup.py b/setup.py index 172a4e1..1edcf3a 100644 --- a/setup.py +++ b/setup.py @@ -5,7 +5,7 @@ long_description = (this_directory / "README.MD").read_text() setup( name='gqldataclass', - version='1.0.0', + version='1.0.1', url='https://github.com/nikikuzi/graphql-dataclass/tree/1.0.0', author='Mikita Kuzniatsou, Alex Dap', author_email='nikikuzi@gmail.com, shlisi2017@gmail.com',