Albert Ferràs
Albert Ferràs
#### Problem description Hello, we're using `jsf` (https://github.com/ghandic/jsf) library, which for some reason uses `smart_open`. On our previous builds (until 1h ago when 7.0.0 was released), jsf was taking smart-open==6.4.0...
I'm trying the new feature in today's `0.3.3` release: `uv sync --no-install-project` but I could not make it work since it keeps failing because `pyproject.toml` file is not found The...
Improve cached package "index of" page for pinned versions which are already downloaded and cached.
**Summary** `uv` seems to cache the package's index-of page (example: https://pypi.org/simple/fastapi ) following cache-control headers, while `pip` doesn't seem to ever cache it. If the repository returns a `no-cache` header...
Consider the following `pyproject.toml` file, which uses dynamic metadata to reference `requirements.in` files. ``` [project] name = "myproject" version = "0.1.0" requires-python = ">=3.9" dynamic = ["dependencies"] [tool.setuptools.dynamic] dependencies =...
### Is there an existing issue for this? - [X] I have searched the existing issues ### Package ecosystem pip ### Package manager version pip-compile ### Language version python 3.11...