Skip to content

Commit

Permalink
Change aiohttp version to >=3.8.1,<=3.8.9 (#36)
Browse files Browse the repository at this point in the history
  • Loading branch information
operinko authored Mar 2, 2023
1 parent e62a750 commit e7729f0
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 2 deletions.
1 change: 0 additions & 1 deletion samples/toshiba_ac_gui.py
Original file line number Diff line number Diff line change
Expand Up @@ -197,7 +197,6 @@ def __call__(self, parser, namespace, values, option_string=None):


def parse_cred():

parser = argparse.ArgumentParser(description="CLI for Toshiba AC")
parser.add_argument(
"--user",
Expand Down
2 changes: 1 addition & 1 deletion setup.cfg
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ packages = find:
python_requires = >=3.7
install_requires =
azure-iot-device==2.9.0
aiohttp>=3.8.1,<=3.8.3
aiohttp>=3.8.1,<=3.8.9

[versioneer]
VCS = git
Expand Down

0 comments on commit e7729f0

Please sign in to comment.