Skip to content

Commit

Permalink
Merge branch 'main' into Bodong-Yang-patch-2
Browse files Browse the repository at this point in the history
  • Loading branch information
Bodong-Yang authored Oct 16, 2024
2 parents a45192f + 09b7cd8 commit 71c8894
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@ dynamic = [
]
dependencies = [
"aiofiles<25,>=24.1",
"aiohttp>=3.9.5,<3.11",
"aiohttp>=3.10.2,<3.11",
"cryptography>=43.0.1,<44",
"grpcio>=1.53.2,<1.67",
"protobuf<4.22,>=4.21.12",
Expand Down
2 changes: 1 addition & 1 deletion requirements.txt
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
# Automatically generated from pyproject.toml by gen_requirements_txt.py script.
# DO NOT EDIT! Only for reference use.
aiofiles<25,>=24.1
aiohttp>=3.9.5,<3.11
aiohttp>=3.10.2,<3.11
cryptography>=43.0.1,<44
grpcio>=1.53.2,<1.67
protobuf<4.22,>=4.21.12
Expand Down

0 comments on commit 71c8894

Please sign in to comment.