8000 build: Depend on Griffe 0.49 · thomasmarwitz/python@a87dcad · GitHub
[go: up one dir, main page]

Skip to content

Commit a87dcad

Browse files
committed
build: Depend on Griffe 0.49
1 parent 41de4d1 commit a87dcad

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -30,7 +30,7 @@ classifiers = [
3030
]
3131
dependencies = [
3232
"mkdocstrings>=0.25",
33-
"griffe>=0.48",
33+
"griffe>=0.49",
3434
]
3535

3636
[project.urls]

src/mkdocstrings_handlers/python/handler.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@
1919
ModulesCollection,
2020
Parser,
2121
load_extensions,
22-
patch_logger,
22+
patch_loggers,
2323
)
2424
from mkdocstrings.extension import PluginError
2525
from mkdocstrings.handlers.base import BaseHandler, CollectionError, CollectorItem
@@ -50,7 +50,7 @@ def chdir(path: str) -> Iterator[None]: # noqa: D103
5050

5151
logger = get_logger(__name__)
5252

53-
patch_logger(get_logger)
53+
patch_loggers(get_logger)
5454

5555

5656
class PythonHandler(BaseHandler):

0 commit comments

Comments
 (0)
0