We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 1898862 commit ffbb67bCopy full SHA for ffbb67b
setup.py
@@ -25,6 +25,7 @@
25
# Disallowing 2.6.0 can be removed when this is fixed https://github.com/pydantic/pydantic/issues/8705
26
"pydantic>=1.10,<3,!=2.6.0", # could be both V1 and V2
27
"docker",
28
+ "pytest-lazy-fixture",
29
]
30
31
jupyter_executor = [
0 commit comments