Skip to content

Commit 58220ca

Browse files
authored
Update to Jedi 0.17.1 (microsoft#12471)
* Update to Jedi 0.17.1 This brings completions for Django (via django-stubs, which is now included in Jedi) as well as support for Python 3.9 and various bugfixes (mostly around generic type annotations). * Rename news entry to match GitHub issue
1 parent 05d9e41 commit 58220ca

4 files changed

Lines changed: 16 additions & 5 deletions

File tree

ThirdPartyNotices-Distribution.txt

Lines changed: 11 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -28271,7 +28271,7 @@ THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR IMPLI
2827128271

2827228272
-------------------------------------------------------------------
2827328273

28274-
jedi 0.17.0 - MIT
28274+
jedi 0.17.1 - MIT
2827528275
Copyright (c) <2013>
2827628276
copyright u'jedi contributors
2827728277
copyright (c) 2014 by Armin Ronacher.
@@ -28541,6 +28541,16 @@ DEALINGS IN THE SOFTWARE.
2854128541

2854228542
= = = = =
2854328543

28544+
Jedi also includes "django-stubs", which is licenced as follows:
28545+
28546+
Copyright (c) Maxim Kurnikov.
28547+
All rights reserved.
28548+
28549+
Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the "Software"), to deal in the Software without restriction, including without limitation the rights to use, copy, modify, merge, publish, distribute, sublicense, and/or sell copies of the Software, and to permit persons to whom the Software is furnished to do so, subject to the following conditions:
28550+
28551+
The above copyright notice and this permission notice shall be included in all copies or substantial portions of the Software.
28552+
28553+
THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.
2854428554

2854528555

2854628556
-------------------------------------------------------------------

news/1 Enhancements/12486.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1 @@
1+
Update to the latest version of [`jedi`](https://github.com/davidhalter/jedi) (`0.17.1`). This brings completions for Django (via [`django-stubs`](https://github.com/typeddjango/django-stubs)) as well as support for Python 3.9 and various bugfixes (mostly around generic type annotations). (thanks [Peter Law](https://gitlab.com/PeterJCLaw/))

requirements.in

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
# IntelliSense
2-
jedi==0.17.0
2+
jedi==0.17.1
33
# Sort Imports
44
isort==4.3.21
55
# DS Python daemon

requirements.txt

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -10,9 +10,9 @@ future==0.18.2 \
1010
isort==4.3.21 \
1111
--hash=sha256:54da7e92468955c4fceacd0c86bd0ec997b0e1ee80d97f67c35a78b719dccab1 \
1212
--hash=sha256:6e811fcb295968434526407adb8796944f1988c5b65e8139058f2014cbe100fd
13-
jedi==0.17.0 \
14-
--hash=sha256:cd60c93b71944d628ccac47df9a60fec53150de53d42dc10a7fc4b5ba6aae798 \
15-
--hash=sha256:df40c97641cb943661d2db4c33c2e1ff75d491189423249e989bcea4464f3030
13+
jedi==0.17.1 \
14+
--hash=sha256:1ddb0ec78059e8e27ec9eb5098360b4ea0a3dd840bedf21415ea820c21b40a22 \
15+
--hash=sha256:807d5d4f96711a2bcfdd5dfa3b1ae6d09aa53832b182090b222b5efb81f52f63
1616
parso==0.7.0 \
1717
--hash=sha256:158c140fc04112dc45bca311633ae5033c2c2a7b732fa33d0955bad8152a8dd0 \
1818
--hash=sha256:908e9fae2144a076d72ae4e25539143d40b8e3eafbaeae03c1bfe226f4cdf12c \

0 commit comments

Comments
 (0)