Skip to content

Commit 095d4ad

Browse files
committed
refactor: relax httpx version restrict
1 parent f493dcc commit 095d4ad

2 files changed

Lines changed: 7 additions & 7 deletions

File tree

poetry.lock

Lines changed: 5 additions & 5 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

pyproject.toml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ build-backend = "poetry.core.masonry.api"
44

55
[tool.poetry]
66
name = "binaryai"
7-
version = "0.8.5.dev1"
7+
version = "0.8.5.dev2"
88
description = "BinaryAI-SDK is a library provides an abstracted client module to simplify the procedure of uploading file for analysis."
99
license = "GPLv3"
1010
authors = ["binaryai <binaryai@tencent.com>"]
@@ -17,7 +17,7 @@ exclude = ["examples"]
1717
[tool.poetry.dependencies]
1818
python = "^3.9"
1919
deprecated = "^1.2.14"
20-
httpx = "^0.25"
20+
httpx = ">=0.25"
2121
pydantic = "^2.3"
2222

2323
[tool.poetry.group.dev.dependencies]

0 commit comments

Comments
 (0)