Skip to content

Commit e3f76d5

Browse files
committed
adding types-requests dependency
1 parent ccc983c commit e3f76d5

File tree

2 files changed

+27
-2
lines changed

2 files changed

+27
-2
lines changed

Diff for: poetry.lock

+26-1
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

Diff for: pyproject.toml

+1-1
Original file line numberDiff line numberDiff line change
@@ -45,7 +45,7 @@ dependencies = { cryptography = "^38.0.1", aiohttp = "^3.8.1" }
4545

4646
[tool.poetry.group.encryption_jwt]
4747
optional = true
48-
dependencies = { cryptography = "^38.0.1", aiohttp = "^3.8.1", pyjwt = "^2.9.0", aioboto3 = "^13.1.1", "requests" = "^2.32.3" }
48+
dependencies = { cryptography = "^38.0.1", aiohttp = "^3.8.1", pyjwt = "^2.9.0", aioboto3 = "^13.1.1", "requests" = "^2.32.3", types-requests = "2.31.0.6"}
4949

5050
[tool.poetry.group.gevent]
5151
optional = true

0 commit comments

Comments
 (0)