Skip to content

Commit

Permalink
remove major pins for transitive hub dependencies
Browse files Browse the repository at this point in the history
avoids PRs labeling them as 'breaking'

Co-authored-by: Erik Sundell <[email protected]>
  • Loading branch information
minrk and consideRatio authored Nov 1, 2024
1 parent 0d46c77 commit 70e33c1
Showing 1 changed file with 5 additions and 5 deletions.
10 changes: 5 additions & 5 deletions images/hub/unfrozen/requirements.txt
Original file line number Diff line number Diff line change
Expand Up @@ -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)

0 comments on commit 70e33c1

Please sign in to comment.