We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 476c1ca commit 4e6eb6dCopy full SHA for 4e6eb6d
pyproject.toml
@@ -1,6 +1,6 @@
1
[project]
2
name = "objinspect"
3
-version = "0.2.14"
+version = "0.2.15"
4
description = "A high-level library for Python object inspection"
5
authors = [{ name = "Žiga Ivanšek", email = "[email protected]" }]
6
license = { file = "LICENSE" }
@@ -9,7 +9,7 @@ requires-python = ">=3.10"
9
10
dependencies = [
11
"docstring-parser>=0.16.0",
12
- "stdl>=0.5.6",
+ "stdl>=0.6.1",
13
"typing-extensions>=4.7.1",
14
]
15
0 commit comments