Skip to content

Commit

Permalink
adding types-requests dependency
Browse files Browse the repository at this point in the history
  • Loading branch information
phillipskevin committed Oct 15, 2024
1 parent ccc983c commit e3f76d5
Show file tree
Hide file tree
Showing 2 changed files with 27 additions and 2 deletions.
27 changes: 26 additions & 1 deletion poetry.lock

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

2 changes: 1 addition & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -45,7 +45,7 @@ dependencies = { cryptography = "^38.0.1", aiohttp = "^3.8.1" }

[tool.poetry.group.encryption_jwt]
optional = true
dependencies = { cryptography = "^38.0.1", aiohttp = "^3.8.1", pyjwt = "^2.9.0", aioboto3 = "^13.1.1", "requests" = "^2.32.3" }
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"}

[tool.poetry.group.gevent]
optional = true
Expand Down

0 comments on commit e3f76d5

Please sign in to comment.