chore: remove unused poetry config causing dependabot failures 560face Ndiritu self-assigned this Dec 4, 2024 Ndiritu requested a review from a team as a code owner December 4, 2024 11:40 Ndiritu added the type:security label Dec 4, 2024 baywet approved these changes Dec 4, 2024...
Remove unused platform field from cached package info and bump the cache version (#7304). Extra dependencies of the root project are now sorted in the lock file (#7375). Remove upper boundary for importlib-metadata dependency (#7434). Validate path dependencies during use instead of during cons...
The install command now supports a --remove-untracked option to ensure only packages from the lock file are present in the environment (#2172). Some errors will now be provided with possible solutions and links to the documentation (#2396)....
Jayracineremove unused compatibility code5dcf24d3年前 1896 次提交 提交取消 提示:由于 Git 不支持空文件夾,创建文件夹后会生成空的 .keep 文件 .github github: configure dependency detection 3年前 assets Update README image 7年前 docs remove some instances of branching code supporting older python ve...
Add a to key in tool.poetry.packages to allow custom subpackage names (#8791). Add a config option to disable keyring (#8910). Add a --sync option to poetry update (#8931). Add an --output option to poetry build (#8828). Add a --dist-dir option to poetry publish (#8828). ...
The install command now supports a --remove-untracked option to ensure only packages from the lock file are present in the environment (#2172). Some errors will now be provided with possible solutions and links to the documentation (#2396)....
Fixed an error where the editable builder would not expose all packages (#2664). Fixed an error for Python 2.7 when a file could not be downloaded in the installer (#2709). Fixed the lock file content-hash value not being updated when using the add and remove commands (#2710). Fixed ...
=truevirtualenvs.options.always-copy =falsevirtualenvs.options.no-pip =falsevirtualenvs.options.system-site-packages =falsevirtualenvs.path ="{cache-dir}/virtualenvs"#/Users/lex/Library/Caches/pypoetry/virtualenvsvirtualenvs.prompt ="{project_name}-py{python_version}"virtualenvs.use-poetry-python ...
15~/Library/Application Support/pipx/venvs/poetry/lib/python3.13/site-packages/poetry/console/commands/remove.py:117inhandle 115│ self.installer.whitelist(removed_set) 116│ → 117│ status =self.installer.run() 118│ 119│ifnot self.option("dry-run") and status == 0: ...
packages/cleo/commands/base_command.py:117 in run 115│ io.input.validate() 116│ → 117│ return self.execute(io) or 0 118│ 119│ def merge_application_definition(self, merge_args: bool = True) -> None: 11 ~/.local/pipx/venvs/poetry/lib/python3.10/site-packages/cleo/commands/...