nginx-language-server icon indicating copy to clipboard operation
nginx-language-server copied to clipboard

Error: missing 1 required keyword-only argument: 'recursive_guard'

Open nivaldogmelo opened this issue 10 months ago • 0 comments

Hi! Whenever I try to start the lsp server on my machine I receive this error message:

TypeError: ForwardRef._evaluate() missing 1 required keyword-only argument: 'recursive_guard'

I believe this is related with https://github.com/pydantic/pydantic/issues/9609. And this https://github.com/pappasam/nginx-language-server/pull/22 is solving the problem.

Creating this issue here so that others that may encounter this problem can find the solution as well.

My system:

Python: 3.13.1
Pipx: 1.7.1

nivaldogmelo avatar Feb 03 '25 10:02 nivaldogmelo