Skip to content

Commit

Permalink
🐞 fix(pyproject): fix http2 support
Browse files Browse the repository at this point in the history
  • Loading branch information
SerinaNya committed May 30, 2023
1 parent 677a57f commit 553d7cd
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ build-backend = "hatchling.build"

[project]
name = "yggdrasil-mc"
version = "0.1b5"
version = "0.1b6"
authors = [
{ name="Xiao_Jin", email="i@xiaojin233.cn" },
]
Expand All @@ -24,7 +24,7 @@ classifiers = [
]
dependencies = [
"pydantic",
"httpx",
"httpx[http2]",
]

[project.urls]
Expand Down

0 comments on commit 553d7cd

Please sign in to comment.