Nicolas Mota

Results 3 issues of Nicolas Mota

## Type - Bug fix ## Status - Done ## Tasks - [ ] Unit tests - [ ] Integration tests - [ ] Documentation - [ ] Changelog ##...

https://setuptools.pypa.io/en/latest/pkg_resources.html >Use of pkg_resources is deprecated in favor of importlib.resources, importlib.metadata and their backports ([importlib_resources](https://pypi.org/project/importlib_resources), [importlib_metadata](https://pypi.org/project/importlib_metadata)). Some useful APIs are also provided by [packaging](https://pypi.org/project/packaging) (e.g. requirements and version parsing). Users...

I'm facing some errors related to undeclared resume_is_map variable. ``` File "/app/venv/lib/python3.11/site-packages/langgraph/pregel/main.py", line 3179, in ainvoke async for chunk in self.astream( File "/app/venv/lib/python3.11/site-packages/langgraph/pregel/main.py", line 2914, in astream async with AsyncPregelLoop(...