From 2652a4082bbf15038eef14a7b1117dfcdcbb9c58 Mon Sep 17 00:00:00 2001 From: "alvaro.gonzalez" Date: Fri, 10 Jan 2025 10:56:35 +0200 Subject: [PATCH] Fix the pymongo version so it does not fail --- requirements.txt | 1 + 1 file changed, 1 insertion(+) diff --git a/requirements.txt b/requirements.txt index e0b501e..ead6931 100644 --- a/requirements.txt +++ b/requirements.txt @@ -10,3 +10,4 @@ types-PyYAML>=6.0.12 types-requests>=2.28.5 types-simplejson>=3.17.7 types-urllib3>=1.26.17 +pymongo==4.8.0