diff --git a/setup.py b/setup.py index bb6fd42..79b1a77 100644 --- a/setup.py +++ b/setup.py @@ -16,6 +16,6 @@ include_package_data=True, python_requires=">=3.10.0", install_requires=[ - "aihandler==1.8.16", + "aihandler==1.8.17", ] )