diff --git a/python/setup.py b/python/setup.py index 1437b78..9964989 100644 --- a/python/setup.py +++ b/python/setup.py @@ -6,7 +6,7 @@ from setuptools import find_packages, setup requirements = [ - "cdp-backend[pipeline]==3.2.8", + "cdp-backend[pipeline]==3.2.10", ] test_requirements = [