Skip to content

Commit 70e33c1

Browse files
minrkconsideRatio
andauthored
remove major pins for transitive hub dependencies
avoids PRs labeling them as 'breaking' Co-authored-by: Erik Sundell <erik.i.sundell@gmail.com>
1 parent 0d46c77 commit 70e33c1

File tree

1 file changed

+5
-5
lines changed

1 file changed

+5
-5
lines changed

images/hub/unfrozen/requirements.txt

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -26,8 +26,8 @@ oauthenticator[googlegroups,mediawiki]==17.*
2626
jupyterhub-idle-culler==1.*
2727

2828
# Other optional dependencies for additional features
29-
pymysql==1.* # mysql
30-
psycopg2==2.* # postgres
31-
pycurl==7.* # internal http requests handle more load with pycurl
32-
sqlalchemy-cockroachdb==2.* # cocroachdb
33-
statsd==4.* # statsd metrics collection (TODO: remove soon, since folks use prometheus)
29+
pymysql # mysql
30+
psycopg2 # postgres
31+
pycurl # internal http requests handle more load with pycurl
32+
sqlalchemy-cockroachdb # cocroachdb
33+
statsd # statsd metrics collection (TODO: remove soon, since folks use prometheus)

0 commit comments

Comments
 (0)