From 70e33c10d625e733313f2306344462a85305a1b8 Mon Sep 17 00:00:00 2001 From: Min RK Date: Fri, 1 Nov 2024 09:04:09 +0100 Subject: [PATCH] remove major pins for transitive hub dependencies avoids PRs labeling them as 'breaking' Co-authored-by: Erik Sundell --- images/hub/unfrozen/requirements.txt | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/images/hub/unfrozen/requirements.txt b/images/hub/unfrozen/requirements.txt index 3d159e3b6e..241c7990df 100644 --- a/images/hub/unfrozen/requirements.txt +++ b/images/hub/unfrozen/requirements.txt @@ -26,8 +26,8 @@ oauthenticator[googlegroups,mediawiki]==17.* jupyterhub-idle-culler==1.* # Other optional dependencies for additional features -pymysql==1.* # mysql -psycopg2==2.* # postgres -pycurl==7.* # internal http requests handle more load with pycurl -sqlalchemy-cockroachdb==2.* # cocroachdb -statsd==4.* # statsd metrics collection (TODO: remove soon, since folks use prometheus) +pymysql # mysql +psycopg2 # postgres +pycurl # internal http requests handle more load with pycurl +sqlalchemy-cockroachdb # cocroachdb +statsd # statsd metrics collection (TODO: remove soon, since folks use prometheus)