Skip to content

Commit 1193ee8

Browse files
authored
Upgrade urllib3 (#4032)
1 parent fa140cf commit 1193ee8

File tree

2 files changed

+6
-1
lines changed

2 files changed

+6
-1
lines changed

constraints.txt

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -8,3 +8,4 @@ torchvision==0.20.1
88
# Security upgrades
99
pytorch-lightning>=2.4.0 # https://github.com/stanford-crfm/helm/security/dependabot/148
1010
transformers>=4.52.1 # https://github.com/stanford-crfm/helm/security/dependabot/176
11+
urllib3>=2.6.3 # https://github.com/stanford-crfm/helm/security/dependabot/252

pyproject.toml

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -382,7 +382,6 @@ lmkt = [
382382

383383
all = [
384384
"crfm-helm[proxy-server]",
385-
"crfm-helm[human-evaluation]",
386385
"crfm-helm[scenarios]",
387386
"crfm-helm[metrics]",
388387
"crfm-helm[plots]",
@@ -396,6 +395,7 @@ all = [
396395
"crfm-helm[vlm]",
397396
"crfm-helm[codeinsights]",
398397
"crfm-helm[lmkt]",
398+
# crfm-helm[human-evaluation] is excluded because it conflicts with crfm-helm[ibm]
399399
# crfm-helm[audiolm] is excluded because it requires transformers~=4.48
400400
# crfm-helm[seahelm] is excluded because pyonmttok does not support Python 3.12
401401
# crfm-helm[dev] is excluded because end-users don't need it.
@@ -454,6 +454,10 @@ conflicts = [
454454
{ extra = "all" },
455455
{ extra = "summarization" },
456456
],
457+
[
458+
{ extra = "ibm" },
459+
{ extra = "human-evaluation" },
460+
],
457461
]
458462

459463
[tool.setuptools]

0 commit comments

Comments
 (0)