annotated-logger 1.3.2__tar.gz → 1.3.3__tar.gz
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- {annotated_logger-1.3.2 → annotated_logger-1.3.3}/PKG-INFO +1 -1
- {annotated_logger-1.3.2 → annotated_logger-1.3.3}/annotated_logger/__init__.py +1 -1
- {annotated_logger-1.3.2 → annotated_logger-1.3.3}/.gitignore +0 -0
- {annotated_logger-1.3.2 → annotated_logger-1.3.3}/LICENSE.txt +0 -0
- {annotated_logger-1.3.2 → annotated_logger-1.3.3}/README.md +0 -0
- {annotated_logger-1.3.2 → annotated_logger-1.3.3}/annotated_logger/filter.py +0 -0
- {annotated_logger-1.3.2 → annotated_logger-1.3.3}/annotated_logger/mocks.py +0 -0
- {annotated_logger-1.3.2 → annotated_logger-1.3.3}/annotated_logger/plugins.py +0 -0
- {annotated_logger-1.3.2 → annotated_logger-1.3.3}/annotated_logger/py.typed +0 -0
- {annotated_logger-1.3.2 → annotated_logger-1.3.3}/pyproject.toml +0 -0
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
Metadata-Version: 2.4
|
|
2
2
|
Name: annotated-logger
|
|
3
|
-
Version: 1.3.
|
|
3
|
+
Version: 1.3.3
|
|
4
4
|
Summary: A decorator that logs the start and end of a function as well as providing an optional logger with annotations
|
|
5
5
|
Project-URL: Homepage, https://github.com/github/annotated-logger
|
|
6
6
|
Author-email: Vuln Mgmt Eng <security+vulnmgmteng@github.com>
|
|
@@ -33,7 +33,7 @@ if TYPE_CHECKING: # pragma: no cover
|
|
|
33
33
|
# https://test.pypi.org/project/annotated-logger/
|
|
34
34
|
# The dev versions in testpypi can then be pulled in to whatever project needed
|
|
35
35
|
# the new feature.
|
|
36
|
-
VERSION = "1.3.
|
|
36
|
+
VERSION = "1.3.3" # pragma: no mutate
|
|
37
37
|
|
|
38
38
|
T = TypeVar("T")
|
|
39
39
|
P = ParamSpec("P")
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|