Skip to content

Commit

Permalink
Update pyproject.toml
Browse files Browse the repository at this point in the history
  • Loading branch information
Quan666 authored Jul 22, 2023
1 parent d0f5fb1 commit 2a59edc
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
@@ -1,6 +1,6 @@
[tool.poetry]
name = "PikPakAPI"
version = "0.1.1"
version = "0.1.2"
description = "PikPakAPI"
authors = ["Quan666 <[email protected]>"]
license = "GPL-3.0-only"
Expand All @@ -11,7 +11,7 @@ keywords = ["pikpak", "api"]

[tool.poetry.dependencies]
python = "^3.8.3"
httpx = ">=0.22.0"
httpx = ">=0.24.1"

[build-system]
requires = ["poetry-core>=1.0.0"]
Expand Down

0 comments on commit 2a59edc

Please sign in to comment.