Skip to content

Commit 1751303

Browse files
fix: relax protobuf and requests dependency lower bounds (#80)
1 parent 409bb88 commit 1751303

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

pyproject.toml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -28,9 +28,9 @@ classifiers = [
2828
]
2929

3030
dependencies = [
31-
"protobuf>=6.0",
31+
"protobuf>=3.20.0",
3232
"PyYAML>=6.0",
33-
"requests>=2.32.5",
33+
"requests>=2.28.0",
3434
"tusk-drift-schemas>=0.1.24",
3535
"aiohttp>=3.9.0",
3636
"aiofiles>=23.0.0",

0 commit comments

Comments
 (0)