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
When invoking a program using uvx that uses this library, we are observing a warning.
Reproduction
uvx 'cratedb-toolkit[io-ingestr]' --version
warning: The module `tests` is provided by more than one package, which causes an install race condition and can result in a broken module.
Consider removing your dependency on either `croud` (v1.14.0) or `cratedb-sqlparse` (v0.0.15).
warning: The module `tests` is provided by more than one package, which causes an install race condition and can result in a broken module.
Consider removing your dependency on either `python-quickbooks` (v0.9.2) or `cratedb-sqlparse` (v0.0.15).
Observation
When invoking a program using
uvxthat uses this library, we are observing a warning.Reproduction
uvx 'cratedb-toolkit[io-ingestr]' --versionDetails