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 4e6eb6d commit 667d2abCopy full SHA for 667d2ab
pyproject.toml
@@ -1,6 +1,6 @@
1
[project]
2
name = "objinspect"
3
-version = "0.2.15"
+version = "0.2.16"
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.6.1",
+ "stdl>=0.6.2",
13
"typing-extensions>=4.7.1",
14
]
15
0 commit comments