We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 6a29973 commit 2d5ed7eCopy full SHA for 2d5ed7e
pyproject.toml
@@ -1,6 +1,6 @@
1
[tool.poetry]
2
name = "GitHubKit"
3
-version = "0.3.0"
+version = "0.4.0"
4
description = "GitHub SDK for Python"
5
authors = ["yanyongyu <[email protected]>"]
6
license = "MIT"
@@ -9,11 +9,12 @@ homepage = "https://github.com/yanyongyu/githubkit"
9
repository = "https://github.com/yanyongyu/githubkit"
10
documentation = "https://github.com/yanyongyu/githubkit"
11
keywords = ["github", "octokit"]
12
+include = ["githubkit/py.typed"]
13
14
[tool.poetry.dependencies]
15
python = "^3.8"
-httpx = ">=0.23.0, <1.0.0"
16
pydantic = "^1.9.1"
17
+httpx = ">=0.23.0, <1.0.0"
18
typing-extensions = "^4.3.0"
19
20
[tool.poetry.dev-dependencies]
0 commit comments