We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent f976355 commit b28fbc4Copy full SHA for b28fbc4
pyproject.toml
@@ -98,7 +98,6 @@ ignore = [
98
99
[dependency-groups]
100
dev = [
101
- "httpx>=0.28.1",
102
"pre-commit>=4.2.0",
103
"pytest~=7.2",
104
"pytest-asyncio>=0.23.8",
@@ -136,7 +135,7 @@ gateway = [
136
135
"uvicorn",
137
"aiorwlock",
138
"aiocache",
139
- "httpx",
+ "httpx>=0.28.0",
140
"jinja2",
141
]
142
server = [
@@ -145,7 +144,7 @@ server = [
145
144
"uvicorn[standard]",
146
147
148
149
150
"watchfiles",
151
"sqlalchemy[asyncio]>=2.0.0",
0 commit comments