Skip to content

Commit 85ffd59

Browse files
author
Eshaan Lumba
committed
Fix aksarc 1.5.102 run_requires order to match wheel metadata
1 parent d5119b7 commit 85ffd59

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

src/index.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -19046,10 +19046,10 @@
1904619046
"run_requires": [
1904719047
{
1904819048
"requires": [
19049-
"kubernetes (>=24.0.0)",
19050-
"kubernetes>=24.0.0",
1905119049
"asyncssh (<3.0.0,>=2.14.0)",
1905219050
"asyncssh<3.0.0,>=2.14.0",
19051+
"kubernetes (>=24.0.0)",
19052+
"kubernetes>=24.0.0",
1905319053
"urllib3 (>=2.6.0)",
1905419054
"urllib3>=2.6.0"
1905519055
]

0 commit comments

Comments
 (0)