You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
description = "A modern, high-performance Python logging library with automatic file rotation, factory pattern for easy logger creation, and optimized caching for better performance."
8
+
version = "4.0.2"
9
+
description = "High-performance Python logging library with file rotationand optimized caching for better performance"
10
10
license = "MIT"
11
11
readme = "README.md"
12
12
authors = ["Daniel Costa <danieldcsta@gmail.com>"]
@@ -34,6 +34,7 @@ classifiers = [
34
34
35
35
[tool.poetry.dependencies]
36
36
python = "^3.10"
37
+
pydantic = "^2.11.7"
37
38
pydantic-settings = "^2.10.1"
38
39
python-dotenv = "^1.1.1"
39
40
@@ -48,6 +49,12 @@ pytest = "^8.4.1"
48
49
[tool.poetry.group.test]
49
50
optional = true
50
51
52
+
53
+
[tool.black]
54
+
line-length = 120
55
+
skip-string-normalization = true
56
+
57
+
51
58
[tool.pytest.ini_options]
52
59
markers = [
53
60
"slow: marks tests as slow (deselect with '-m \"not slow\"')"
0 commit comments