Skip to content

Commit

Permalink
pin pyopenssl to 24.1.0, narrow cryptography version to >=43.0.1,<43.1.0
Browse files Browse the repository at this point in the history
  • Loading branch information
Bodong-Yang committed Nov 29, 2024
1 parent 39fa1e0 commit 5eaf7ec
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -26,12 +26,12 @@ dynamic = [
dependencies = [
"aiofiles<25,>=24.1",
"aiohttp>=3.10.11,<3.12",
"cryptography>=43.0.1,<44",
"cryptography>=43.0.1,<43.1.0",
"grpcio>=1.53.2,<1.69",
"protobuf>=4.21.12,<5.29",
"pydantic<3,>=2.6",
"pydantic-settings<3,>=2.3",
"pyopenssl<25,>=24.1",
"pyopenssl==24.1.0",
"pyyaml<7,>=6.0.1",
"requests<2.33,>=2.32",
"simple-sqlite3-orm<0.3,>=0.2",
Expand Down

0 comments on commit 5eaf7ec

Please sign in to comment.