Skip to content

Commit

Permalink
linter fix
Browse files Browse the repository at this point in the history
  • Loading branch information
Nikikuzi committed Mar 18, 2024
1 parent f3a888b commit 7bd6e0d
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -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",
Expand Down
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -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='[email protected], [email protected]',
Expand Down

0 comments on commit 7bd6e0d

Please sign in to comment.