Skip to content

Commit

Permalink
🔖 bump version 0.11.12
Browse files Browse the repository at this point in the history
  • Loading branch information
yanyongyu authored Oct 5, 2024
1 parent a6949ad commit 75542ee
Show file tree
Hide file tree
Showing 5 changed files with 59 additions and 59 deletions.
26 changes: 13 additions & 13 deletions envs/pydantic-v1/poetry.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

26 changes: 13 additions & 13 deletions envs/pydantic-v2/poetry.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

8 changes: 4 additions & 4 deletions envs/test/poetry.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

54 changes: 27 additions & 27 deletions poetry.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

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 = "GitHubKit"
version = "0.11.11"
version = "0.11.12"
description = "GitHub SDK for Python"
authors = ["yanyongyu <[email protected]>"]
license = "MIT"
Expand All @@ -15,7 +15,7 @@ include = ["githubkit/py.typed"]
python = "^3.8"
httpx = ">=0.23.0, <1.0.0"
typing-extensions = "^4.3.0"
hishel = ">=0.0.21, <=0.0.32"
hishel = ">=0.0.21, <=0.0.33"
pydantic = ">=1.9.1, <3.0.0, !=2.5.0, !=2.5.1"
anyio = { version = ">=3.6.1, <5.0.0", optional = true }
PyJWT = { version = "^2.4.0", extras = ["crypto"], optional = true }
Expand Down

0 comments on commit 75542ee

Please sign in to comment.