poetry
poetry copied to clipboard
Python packaging and dependency management made easy
### Issue Kind Change in current behaviour ### Description The messages for errors in the global configuration could be somewhat clearer (and reported immediately as such). ## What I did...
Fixes #10270 ## Summary by Sourcery Bug Fixes: - Include the path to the problematic TOML configuration file in the runtime error raised when local configuration parsing fails.
updates: - [github.com/astral-sh/ruff-pre-commit: v0.14.6 → v0.14.8](https://github.com/astral-sh/ruff-pre-commit/compare/v0.14.6...v0.14.8) - [github.com/woodruffw/zizmor-pre-commit: v1.16.3 → v1.18.0](https://github.com/woodruffw/zizmor-pre-commit/compare/v1.16.3...v1.18.0)
# Pull Request Check List - [x] Added **tests** for changed code. - [x] Updated **documentation** for changed code. Until now, `poetry publish` did only upload artifacts that matched the...
### Description See https://github.com/jelmer/dulwich/issues/2023 and https://github.com/jelmer/dulwich/pull/2024 Repro repo https://github.com/btakita/dulwich-issue-2023 ### Workarounds Either force upgrade dulwich to include fix...or fork the dependency git repo and remove binary files in the fork....
This issue tracks the progress of version 2.3.0 of Poetry. Please surface any blockers or concerns you have regarding this minor release here: ## Blockers * poetry-core release * Changelog...
## Summary by Sourcery Chores: - Refresh Poetry lockfile to capture the latest compatible versions of Python dependencies.
- [x] I am on the [latest](https://github.com/python-poetry/poetry/releases/latest) Poetry version. - [x] I have searched the [issues](https://github.com/python-poetry/poetry/issues) of this repo and believe that this is not a duplicate. - [x] If...
### Issue Kind Missing documentation ### Existing Link where to specify source for self update ### Description Hello, I have troubles with finding in the documentation where i can specify...
I observed a condition wherein two tests running concurrently with different versions of Python, thus different virtualenv paths, overwrote each others' .poetry/plugins directory since that is managed per-project. Overriding the...