Skip to content

Commit 35e545f

Browse files
committed
fix: add socksio dependency
Signed-off-by: Frost Ming <[email protected]>
1 parent 4126467 commit 35e545f

File tree

4 files changed

+31
-3
lines changed

4 files changed

+31
-3
lines changed

news/2670.bugfix.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
Made --without imply --with :all.
1+
Made `--without` imply `--with :all`.

news/2672.bugfix.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
Expand user path for venv.location and possibly other config keys.
1+
Expand user path for `venv.location` and other path-like config values.

pdm.lock

+28-1
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

pyproject.toml

+1
Original file line numberDiff line numberDiff line change
@@ -35,6 +35,7 @@ dependencies = [
3535
"hishel>=0.0.24,<0.1.0",
3636
"msgpack>=1.0",
3737
"pbs-installer[install]",
38+
"httpx[socks]<1,>0.20",
3839
]
3940
readme = "README.md"
4041
keywords = ["packaging", "dependency", "workflow"]

0 commit comments

Comments
 (0)