Skip to content

Commit

Permalink
MNT: Bump minimum protobuf to 3.20.0
Browse files Browse the repository at this point in the history
Fixes some issues on Python 3.10.
  • Loading branch information
dopplershift committed Oct 31, 2024
1 parent 05e34ac commit dd9fa24
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@ dependencies = [
"beautifulsoup4>=4.6",
"numpy>=1.22.0",
"pandas>=1.3.4",
"protobuf>=3.7.0",
"protobuf>=3.20.0",
"requests>=2.21.0"
]

Expand Down

0 comments on commit dd9fa24

Please sign in to comment.