Skip to content

Commit c1d396b

Browse files
authored
Merge pull request #137 from stealthrocket/promote-httpx
Promote httpx dependency
2 parents 99b9ed6 + 14b584f commit c1d396b

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

pyproject.toml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,8 @@ dependencies = [
1616
"http-message-signatures >= 0.4.4",
1717
"tblib >= 3.0.0",
1818
"docopt >= 0.6.2",
19-
"types-docopt >= 0.6.11.4"
19+
"types-docopt >= 0.6.11.4",
20+
"httpx >= 0.27.0"
2021
]
2122

2223
[project.optional-dependencies]
@@ -28,7 +29,6 @@ dev = [
2829
"mypy >= 1.8.0",
2930
"pytest==8.0.0",
3031
"fastapi >= 0.109.0",
31-
"httpx >= 0.26.0",
3232
"coverage >= 7.4.1",
3333
"requests >= 2.31.0",
3434
"types-requests >= 2.31.0.20240125",

0 commit comments

Comments
 (0)