Skip to content

Commit b497b93

Browse files
authored
🔖 bump version 0.2.0
1 parent a3a072e commit b497b93

File tree

2 files changed

+8
-21
lines changed

2 files changed

+8
-21
lines changed

poetry.lock

Lines changed: 6 additions & 19 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
@@ -1,6 +1,6 @@
11
[tool.poetry]
22
name = "GitHubKit"
3-
version = "0.1.0"
3+
version = "0.2.0"
44
description = "GitHub SDK for Python"
55
authors = ["yanyongyu <[email protected]>"]
66
license = "MIT"
@@ -12,7 +12,7 @@ keywords = ["github", "octokit"]
1212

1313
[tool.poetry.dependencies]
1414
python = "^3.8"
15-
httpx = "^0.23.0"
15+
httpx = ">=0.23.0, <1.0.0"
1616
pydantic = "^1.9.1"
1717
typing-extensions = "^4.3.0"
1818

0 commit comments

Comments
 (0)