diff --git a/setup.py b/setup.py index 10fa40d..02a9b3c 100644 --- a/setup.py +++ b/setup.py @@ -42,7 +42,7 @@ def get_current_version_tag(): ], setup_requires=["wheel"], install_requires=[ - "nitric-api==0.17.0", + "nitric-api==0.18.0", "protobuf==3.19.4", "asyncio", ],