We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
git+git
1 parent 7b751e5 commit 96e4863Copy full SHA for 96e4863
1 file changed
CHANGES
@@ -15,6 +15,8 @@ $ pip install --user --upgrade --pre libvcs
15
16
### Breaking changes
17
18
+- {issue}`379` Support for `git+git` URLs removed. Pip removed these in 21.0 due to them being
19
+ insecure [^pip-git+git]
20
- {issue}`372` Typings moved from `libvcs.types` -> {mod}`libvcs._internal.types`
21
- {issue}`377` Remove deprecated functions and exceptions
22
@@ -24,6 +26,8 @@ $ pip install --user --upgrade --pre libvcs
24
26
- Moved `libvcs.shortcuts.create_project()` to {func}`libvcs._internal.shortcuts.create_project`
25
27
- Removed {exc}`libvcs.exc.InvalidPipURL`
28
29
+[^pip-git+git]: pip removes `git+git@` <https://github.com/pypa/pip/pull/7543>
30
+
31
### Fixes
32
33
- Minor spelling fix in Git's `convert_pip_url()` exception
0 commit comments