Open yaringalmor opened 1 month ago
@yaringalmor I've noticed you are using the @nxlv/python
version 18.1.0
, could you try it with the 19.1.3 version?
I couldn't reproduce with the 19.1.3 version.
Have you added the following to your nx.json
?
{
...
"plugins": [
"@nxlv/python"
]
}
My nx report
NX Report complete - copy this into the issue template
Node : 20.17.0
OS : darwin-x64
npm : 10.8.2
nx : 19.2.0
@nx/js : 19.2.0
@nx/workspace : 19.2.0
@nx/devkit : 19.2.0
@nrwl/tao : 19.2.0
typescript : 5.6.2
---------------------------------------
Registered Plugins:
@nxlv/python
---------------------------------------
Community plugins:
@nxlv/python : 19.1.3
Current Behavior
Changes made to a dependency package (declared by pyproject.toml file) is not affecting consuming app.
Expected Behavior
Set the consuming app as affected per any changes made within the package.
Steps to Reproduce
I was following this article
Create project using the following command -
Create package using the following command -
Set the package as a dependency of the project -
Checking affected graph
Nx Report
Failure Logs
No response
Additional Information
No response