8000
We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentatio 8000 n.
There was an error while loading. Please reload this page.
1 parent 71cec30 commit fdbcb79Copy full SHA for fdbcb79
pyproject.toml
@@ -1,5 +1,11 @@
1
[build-system]
2
-requires = ["setuptools>=56", "setuptools_scm[toml]>=3.4.1"]
+requires = [
3
+ "setuptools>=56",
4
+ "setuptools_scm[toml]>=3.4.1",
5
+ # temporary workaround for dependency race in setuptools_scm
6
+ # https://github.com/python/importlib_metadata/pull/389#issuecomment-1164912426
7
+ 'pydantic; python_version < "3.8"',
8
+]
9
build-backend = "setuptools.build_meta"
10
11
[tool.black]
0 commit comments