mkdocstrings-python-xref 1.14.0__tar.gz → 1.14.1__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.
@@ -1,6 +1,6 @@
1
1
  Metadata-Version: 2.4
2
2
  Name: mkdocstrings-python-xref
3
- Version: 1.14.0
3
+ Version: 1.14.1
4
4
  Summary: Enhanced mkdocstrings python handler
5
5
  Project-URL: Repository, https://github.com/analog-garage/mkdocstrings-python-xref
6
6
  Project-URL: Documentation, https://analog-garage.github.io/mkdocstrings-python-xref/
@@ -17,7 +17,7 @@ Classifier: Programming Language :: Python :: 3.13
17
17
  Classifier: Topic :: Software Development :: Documentation
18
18
  Requires-Python: >=3.9
19
19
  Requires-Dist: griffe>=1.0
20
- Requires-Dist: mkdocstrings-python<2.0,>=1.14
20
+ Requires-Dist: mkdocstrings-python<1.16,>=1.14
21
21
  Description-Content-Type: text/markdown
22
22
 
23
23
  # mkdocstrings-python-xref
@@ -322,7 +322,7 @@ def substitute_relative_crossrefs(obj: Object, checkref: Optional[Callable[[str]
322
322
  """Recursively expand relative cross-references in all docstrings in tree.
323
323
 
324
324
  Arguments:
325
- obj: a Griffe [Object][griffe.dataclasses.] whose docstrings should be modified
325
+ obj: a Griffe [Object][griffe.] whose docstrings should be modified
326
326
  checkref: optional function to check whether computed cross-reference is valid.
327
327
  Should return True if valid, False if not valid.
328
328
  """
@@ -25,7 +25,7 @@ keywords = [
25
25
  dynamic = ["version"]
26
26
  requires-python = ">=3.9"
27
27
  dependencies = [
28
- "mkdocstrings-python >=1.14,<2.0",
28
+ "mkdocstrings-python >=1.14,<1.16", # BUG: #32
29
29
  "griffe >=1.0"
30
30
  ]
31
31