Skip to content

Compatibility problem with mkdocstrings-python 1.16.6 #32

Closed
@analog-cbarber

Description

@analog-cbarber

With 1.16.6, I am seeing failure accessing Field:

 File "/Users/Christopher.Barber/miniconda3/envs/dimple/lib/python3.13/site-packages/mkdocstrings_handlers/python_xref/__init__.py", line 18, in <module>
    from .handler import get_handler
  File "/Users/Christopher.Barber/miniconda3/envs/dimple/lib/python3.13/site-packages/mkdocstrings_handlers/python_xref/handler.py", line 30, in <module>
    from mkdocstrings_handlers.python.config import PythonOptions, Field, PythonConfig
ImportError: cannot import name 'Field' from 'mkdocstrings_handlers.python.config' (/Users/Christopher.Barber/miniconda3/envs/dimple/lib/python3.13/site-packages/mkdocstrings_handlers/python/config.py)

Metadata

Metadata

Labels

bugSomething isn't working

Type

Projects

No projects

Milestone

No milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions