Skip to content

Commit ff40cb2

Browse files
committed
Fix HTTPX optional dependency name
1 parent c4035e8 commit ff40cb2

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

library/wumpy-rest/pyproject.toml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[project]
22
name = "wumpy-rest"
3-
version = "0.1.0"
3+
version = "0.1.1"
44
description = "Reusable and richly typed wrapper over the Discord REST API"
55
readme = {file = "README.md", content-type="text/markdown"}
66

@@ -39,7 +39,7 @@ classifiers = [
3939

4040
dependencies = [
4141
"anyio >= 3.3.4, <4",
42-
"httpx[h2] >= 0.22, < 1",
42+
"httpx[http2] >= 0.22, < 1",
4343
"discord-typings >= 0.2.2, < 2"
4444
]
4545

0 commit comments

Comments
 (0)