From 2fbd031c7228f3b3a01918634e08821069c523bd Mon Sep 17 00:00:00 2001 From: Ilia Kurenkov Date: Wed, 22 Jan 2025 10:46:50 +0100 Subject: [PATCH] Allow upgrading rethinkdb (#19452) --- .ddev/config.toml | 2 -- 1 file changed, 2 deletions(-) diff --git a/.ddev/config.toml b/.ddev/config.toml index b2138f497016f..aa29c8d5774c9 100644 --- a/.ddev/config.toml +++ b/.ddev/config.toml @@ -172,8 +172,6 @@ exclude = [ # We're not ready to switch to v3 of the postgres library, see: # https://github.com/DataDog/integrations-core/pull/15859 'psycopg2-binary', - # 2.4.10 is broken on py2 and they did not yank the version - 'rethinkdb', 'psutil', ]