diff --git a/python/setup.py b/python/setup.py index 5f68c59..c144b89 100644 --- a/python/setup.py +++ b/python/setup.py @@ -6,7 +6,7 @@ from setuptools import find_packages, setup requirements = [ - "cdp-backend[pipeline]==4.0.1", + "cdp-backend[pipeline]==4.0.9", "cdp-scrapers", ]