Skip to content

Commit

Permalink
fix: bump deprecated version
Browse files Browse the repository at this point in the history
  • Loading branch information
cofin committed Nov 20, 2024
1 parent bc826f9 commit d43293d
Show file tree
Hide file tree
Showing 4 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion litestar/contrib/prometheus/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ def __getattr__(attr_name: str) -> object:

warn_deprecation(
deprecated_name=f"litestar.contrib.prometheus.{attr_name}",
version="2.12.1",
version="2.13.0",
kind="import",
removal_in="3.0",
info=f"importing {attr_name} from 'litestar.contrib.prometheus' is deprecated, please "
Expand Down
2 changes: 1 addition & 1 deletion litestar/contrib/prometheus/config.py
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ def __getattr__(attr_name: str) -> object:

warn_deprecation(
deprecated_name=f"litestar.contrib.prometheus.config.{attr_name}",
version="2.12.1",
version="2.13.0",
kind="import",
removal_in="3.0",
info=f"importing {attr_name} from 'litestar.contrib.prometheus.config' is deprecated, please "
Expand Down
2 changes: 1 addition & 1 deletion litestar/contrib/prometheus/controller.py
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ def __getattr__(attr_name: str) -> object:

warn_deprecation(
deprecated_name=f"litestar.contrib.prometheus.controller.{attr_name}",
version="2.12.1",
version="2.13.0",
kind="import",
removal_in="3.0",
info=f"importing {attr_name} from 'litestar.contrib.prometheus.controller' is deprecated, please "
Expand Down
2 changes: 1 addition & 1 deletion litestar/contrib/prometheus/middleware.py
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ def __getattr__(attr_name: str) -> object:

warn_deprecation(
deprecated_name=f"litestar.contrib.prometheus.middleware.{attr_name}",
version="2.12.1",
version="2.13.0",
kind="import",
removal_in="3.0",
info=f"importing {attr_name} from 'litestar.contrib.prometheus.middleware' is deprecated, please "
Expand Down

0 comments on commit d43293d

Please sign in to comment.