We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent c4035e8 commit ff40cb2Copy full SHA for ff40cb2
1 file changed
library/wumpy-rest/pyproject.toml
@@ -1,6 +1,6 @@
1
[project]
2
name = "wumpy-rest"
3
-version = "0.1.0"
+version = "0.1.1"
4
description = "Reusable and richly typed wrapper over the Discord REST API"
5
readme = {file = "README.md", content-type="text/markdown"}
6
@@ -39,7 +39,7 @@ classifiers = [
39
40
dependencies = [
41
"anyio >= 3.3.4, <4",
42
- "httpx[h2] >= 0.22, < 1",
+ "httpx[http2] >= 0.22, < 1",
43
"discord-typings >= 0.2.2, < 2"
44
]
45
0 commit comments