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 b26153f commit adc7856Copy full SHA for adc7856
pyproject.toml
@@ -52,6 +52,11 @@ classifiers = [
52
"Topic :: Software Development :: Libraries :: Python Modules",
53
]
54
dynamic = ["version"]
55
+dependencies = [
56
+ # typing.Annotated since v3.9
57
+ # typing.Self since v3.11
58
+ "typing-extensions; python_version<'3.11'",
59
+]
60
61
[project.optional-dependencies]
62
yaml = ["pyyaml"]
0 commit comments