Skip to content

Commit 6d740b3

Browse files
authored
Merge pull request #3365 from consideRatio/pr/workaround-pycurl-issue
hub image: downgrade to use pycurl with functional wheel
2 parents a8cb249 + 46eec06 commit 6d740b3

File tree

2 files changed

+3
-2
lines changed

2 files changed

+3
-2
lines changed

images/hub/requirements.in

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,8 @@ jupyterhub-kubespawner
2929
## Other optional dependencies for additional features
3030
pymysql # mysql
3131
psycopg2 # postgres
32-
pycurl # internal http requests handle more load with pycurl
32+
# pycurl 7.45.3 is avoided because https://github.com/pycurl/pycurl/issues/834
33+
pycurl!=7.45.3 # internal http requests handle more load with pycurl
3334
sqlalchemy-cockroachdb # cocroachdb
3435
statsd # statsd metrics collection (TODO: remove soon, since folks use prometheus)
3536

images/hub/requirements.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -129,7 +129,7 @@ pyasn1==0.5.1
129129
# via ldap3
130130
pycparser==2.21
131131
# via cffi
132-
pycurl==7.45.3
132+
pycurl==7.45.2
133133
# via -r requirements.in
134134
pyjwt[crypto]==2.8.0
135135
# via

0 commit comments

Comments
 (0)