Skip to content

Commit 620e08f

Browse files
authored
⬆️ update dependencies
1 parent d005552 commit 620e08f

File tree

2 files changed

+24
-3
lines changed

2 files changed

+24
-3
lines changed

poetry.lock

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

pyproject.toml

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -13,10 +13,10 @@ include = ["githubkit/py.typed"]
1313

1414
[tool.poetry.dependencies]
1515
python = "^3.8"
16-
pydantic = ">=2.0.0, <3.0.0, !=2.5.0, !=2.5.1"
16+
hishel = "^0.0.20"
1717
httpx = ">=0.23.0, <1.0.0"
18-
hishel = ">=0.0.20"
1918
typing-extensions = "^4.3.0"
19+
pydantic = ">=2.0.0, <3.0.0, !=2.5.0, !=2.5.1"
2020
anyio = { version = "^3.6.1", optional = true }
2121
PyJWT = { version = "^2.4.0", extras = ["crypto"], optional = true }
2222

@@ -62,8 +62,10 @@ line-length = 88
6262
target-version = "py38"
6363

6464
[tool.pyright]
65+
typeCheckingMode = "basic"
6566
reportPrivateImportUsage = false
6667
reportShadowedImports = false
68+
disableBytesTypePromotions = true
6769

6870
pythonPlatform = "All"
6971
executionEnvironments = [

0 commit comments

Comments
 (0)