We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 3c62d1c commit 52fd643Copy full SHA for 52fd643
news/11079.bugfix.rst
@@ -0,0 +1 @@
1
+Fix missing ``REQUESTED`` metadata when using URL constraints.
src/pip/_internal/req/constructors.py
@@ -497,4 +497,5 @@ def install_req_from_link_and_ireq(
497
global_options=ireq.global_options,
498
hash_options=ireq.hash_options,
499
config_settings=ireq.config_settings,
500
+ user_supplied=ireq.user_supplied,
501
)
0 commit comments