nginx-language-server
nginx-language-server copied to clipboard
Error: missing 1 required keyword-only argument: 'recursive_guard'
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