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 45740dc commit 0386cd6Copy full SHA for 0386cd6
pyproject.toml
@@ -1,14 +1,14 @@
1
[project]
2
name = "objinspect"
3
-version = "0.3.3"
+version = "0.3.4"
4
description = "A high-level library for Python object inspection"
5
authors = [{ name = "Žiga Ivanšek", email = "[email protected]" }]
6
license = { file = "LICENSE" }
7
readme = "README.md"
8
requires-python = ">=3.10"
9
dependencies = [
10
"docstring-parser>=0.16.0",
11
- "stdl>=0.6.3",
+ "stdl>=0.6.6",
12
"typing-extensions>=4.7.1",
13
]
14
0 commit comments