Skip to content

Commit b28fbc4

Browse files
committed
Remove httpx duplicated in dev deps
1 parent f976355 commit b28fbc4

File tree

1 file changed

+2
-3
lines changed

1 file changed

+2
-3
lines changed

pyproject.toml

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -98,7 +98,6 @@ ignore = [
9898

9999
[dependency-groups]
100100
dev = [
101-
"httpx>=0.28.1",
102101
"pre-commit>=4.2.0",
103102
"pytest~=7.2",
104103
"pytest-asyncio>=0.23.8",
@@ -136,7 +135,7 @@ gateway = [
136135
"uvicorn",
137136
"aiorwlock",
138137
"aiocache",
139-
"httpx",
138+
"httpx>=0.28.0",
140139
"jinja2",
141140
]
142141
server = [
@@ -145,7 +144,7 @@ server = [
145144
"uvicorn[standard]",
146145
"aiorwlock",
147146
"aiocache",
148-
"httpx",
147+
"httpx>=0.28.0",
149148
"jinja2",
150149
"watchfiles",
151150
"sqlalchemy[asyncio]>=2.0.0",

0 commit comments

Comments
 (0)