Skip to content

Commit 03ac322

Browse files
committed
reset mypy-protobuf to non-optional, hopefully without breaking stuff
1 parent c638143 commit 03ac322

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

poetry.lock

Lines changed: 2 additions & 2 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -37,7 +37,7 @@ autopep8 = "^2.1.0"
3737
pylint = "^3.2.3"
3838
pyinstaller = "^6.8.0"
3939
mypy = "^1.10.0"
40-
mypy-protobuf = { version = "^3.3.0", optional = true }
40+
mypy-protobuf = "^3.3.0"
4141
types-protobuf = "^5.26.0.20240422"
4242
types-tabulate = "^0.9.0.20240106"
4343
types-requests = "^2.31.0.20240406"

0 commit comments

Comments
 (0)