Skip to content

Commit

Permalink
Added a missing dependency, added a requested annotation, and updated…
Browse files Browse the repository at this point in the history
… some version numbers.
  • Loading branch information
christophertubbs committed Sep 10, 2024
1 parent fb76c69 commit 6a5c447
Show file tree
Hide file tree
Showing 4 changed files with 4 additions and 3 deletions.
2 changes: 1 addition & 1 deletion python/lib/core/dmod/core/_version.py
Original file line number Diff line number Diff line change
@@ -1 +1 @@
__version__ = '0.19.0'
__version__ = '0.20.0'
2 changes: 1 addition & 1 deletion python/lib/evaluations/dmod/evaluations/_version.py
Original file line number Diff line number Diff line change
@@ -1 +1 @@
__version__ = '0.6.0'
__version__ = '0.6.1'
Original file line number Diff line number Diff line change
Expand Up @@ -72,7 +72,7 @@ def get_concurrency_executor_type(**kwargs) -> typing.Callable[[], futures.Execu
return partial(futures.ProcessPoolExecutor, **kwargs)


def signal_handler(signum: int, frame):
def signal_handler(signum: int, frame) -> typing.Never:
"""
Handles cleanup operations for the runner in case of an unexpected signal
Expand Down
1 change: 1 addition & 0 deletions python/services/evaluationservice/pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -18,6 +18,7 @@ dependencies = [
"Django~=4.2",
"djangorestframework",
"geopandas",
"exceptiongroup"
]
readme = "README.md"
description = ""
Expand Down

0 comments on commit 6a5c447

Please sign in to comment.