python3.pkgs.pygls: unpin pydantic
This commit is contained in:
parent
2d9eea6d76
commit
34c1ae49a7
1 changed files with 6 additions and 0 deletions
|
@ -29,6 +29,12 @@ buildPythonPackage rec {
|
|||
pydantic
|
||||
typeguard
|
||||
];
|
||||
# We don't know why an early version of pydantic is required, see:
|
||||
# https://github.com/openlawlibrary/pygls/issues/221
|
||||
preBuild = ''
|
||||
substituteInPlace setup.cfg \
|
||||
--replace "pydantic>=1.7,<1.9" "pydantic"
|
||||
'';
|
||||
|
||||
checkInputs = [
|
||||
mock
|
||||
|
|
Loading…
Reference in a new issue