Oh here's a fun one. An optional dependency by a 3...
# general
b
Oh here's a fun one. An optional dependency by a 3rdparty module on a module you aren't directly consuming 😵 (so it's in the lockfile, but you can't refer it in any BUILD files)
c
this would be related to registering synthetic targets for all transient 3rdparty deps for the graph issue.. there’s a thread and issue on that topic I haven’t fished out for you 🙂
b
Yeah that's kinda my thought as well.
👌 1
For now I'll just promote it
c
🙂
b
Whats worse is its nested
c
well, that shouldn’t be an issue if we register all transients
I think it kind of touches on this as well https://github.com/pantsbuild/pants/pull/17594
b
Copy code
st_aggrid/__init__.py
-> streamlit/__init__.py
-> streamlit/delta_generator.py
-> streamlit/elements/arrow.py
-> pandas/io/formats/style.py
-> (jinja2)