I am unable to commit code changes due to the following Mypy errors. Is there a solution to resolve this?
src\neo4j_sync\work\session.py:549: error: ParamSpec components are not allowed here [valid-type]
src\neo4j_sync\work\session.py:550: error: ParamSpec components are not allowed here [valid-type]
src\neo4j_async\work\session.py:546: error: ParamSpec components are not allowed here [valid-type]
src\neo4j_async\work\session.py:547: error: ParamSpec components are not allowed here [valid-type]