MonkeyCanCode opened a new pull request, #726:
URL: https://github.com/apache/polaris/pull/726
When running test locally for more than one time, we will get a error
message for wrong version of `platformdirs` (it will get auto resolved as pip
will try to update it). This is due to the version of `poetry` we are using.
Here is the same error messages:
```
ERROR: pip's dependency resolver does not currently take into account all
the packages that are installed. This behaviour is the source of the following
dependency conflicts.
tox 4.23.2 requires platformdirs>=4.3.6, but you have platformdirs 3.11.0
which is incompatible.
Successfully installed build-0.10.0 cachecontrol-0.12.14 keyring-23.13.1
platformdirs-3.11.0 poetry-1.5.0 poetry-core-1.6.0 poetry-plugin-export-1.5.0
xattr-0.10.1
[notice] A new release of pip is available: 24.2 -> 24.3.1
[notice] To update, run: pip install --upgrade pip
Installing dependencies from lock file
Package operations: 0 installs, 1 update, 0 removals
• Updating platformdirs (3.11.0 -> 4.3.6)
```
This PR update the version of `poetry` from `1.5.0` to `1.8.5` (latest 1.x
version released Dec 2024...the next version is 2.x).
--
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.
To unsubscribe, e-mail: [email protected]
For queries about this service, please contact Infrastructure at:
[email protected]