You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
We have multiple Python projects which is using Poetry for dependency management. All the packages in our application are main dependencies, but when we are running the continuous clearing tool all the components are considered as dev dependencies.
We are using latest version of CA tool: 6.2.2
We are using latest version of poetry: 1.8.3
We are using latest version of python: 3.12 and also sometimes 3.11, 3.10 (Since we are having multiple python projects)
The text was updated successfully, but these errors were encountered:
NihalBarick
changed the title
All the components are getting treated as Dev dependency.
All the components are getting treated as Dev dependency (Poetry).
Jul 29, 2024
Can you share the sample Poety.lock (v1.8.3) file you're using.
And also let us know how the dependencies been categorized in the pyproject.toml file for Main dependencies.
We have multiple Python projects which is using Poetry for dependency management. All the packages in our application are main dependencies, but when we are running the continuous clearing tool all the components are considered as dev dependencies.
We are using latest version of CA tool: 6.2.2
We are using latest version of poetry: 1.8.3
We are using latest version of python: 3.12 and also sometimes 3.11, 3.10 (Since we are having multiple python projects)
The text was updated successfully, but these errors were encountered: