From 74d6a543bfa41f88256c478682f8eb0e5740990e Mon Sep 17 00:00:00 2001 From: Feanil Patel Date: Mon, 11 Aug 2025 10:54:16 -0400 Subject: [PATCH] fix: Don't pin fs-s3fs in kernel.index It's unclear why this is pinned here in the first place. The only changes since this version that the fs-s3fs package has had is that the API has become stable and the underlying dependencies have been upgraded to newer versions. --- requirements/edx/kernel.in | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/requirements/edx/kernel.in b/requirements/edx/kernel.in index 201ef61002..f92b110a06 100644 --- a/requirements/edx/kernel.in +++ b/requirements/edx/kernel.in @@ -91,7 +91,7 @@ edxval event-tracking enmerkar-underscore # Implements a underscore extractor for django-babel. fs -fs-s3fs==0.1.8 +fs-s3fs geoip2 # Python API for the GeoIP web services and databases glob2 # Enhanced glob module, used in openedx.core.lib.rooted_paths gunicorn