mirror of
https://github.com/astral-sh/uv.git
synced 2025-08-04 02:48:17 +00:00
![]() ## Summary Like pip, we now allow the semicolon to directly proceed the URL (but require that it's either preceded or followed by a space): ``` # OK ./test.whl; sys_platform == 'darwin' # OK ./test.whl ;sys_platform == 'darwin' # Error ./test.whl;sys_platform == 'darwin' ``` Closes https://github.com/astral-sh/uv/issues/8831. |
||
---|---|---|
.. | ||
bare-url.txt | ||
basic.txt | ||
constraints-a.txt | ||
constraints-b.txt | ||
editable.txt | ||
empty.txt | ||
for-poetry.txt | ||
hash.txt | ||
include-a.txt | ||
include-b.txt | ||
poetry-with-hashes.txt | ||
semicolon.txt | ||
small.txt | ||
whitespace.txt |