Skip to content

Commit 961ece3

Browse files
committed
Make licenses for python
1 parent a691962 commit 961ece3

File tree

4 files changed

+12
-13
lines changed

4 files changed

+12
-13
lines changed

.github/workflows/python_lint.yml

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,4 +22,3 @@ jobs:
2222
ls -a
2323
ls -a ..
2424
make -C python install_dev lint
25-
git diff ./licenses/license_info.no_versions.csv

python/licenses/license.txt

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -220,8 +220,8 @@ OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
220220

221221

222222
Werkzeug
223-
3.1.3
224-
BSD License
223+
3.1.4
224+
BSD-3-Clause
225225
Copyright 2007 Pallets
226226

227227
Redistribution and use in source and binary forms, with or without
@@ -912,7 +912,7 @@ Apache Software License
912912

913913

914914
gast
915-
0.6.0
915+
0.7.0
916916
BSD License
917917
Copyright (c) 2016, Serge Guelton
918918
All rights reserved.
@@ -5289,7 +5289,7 @@ SOFTWARE.
52895289

52905290

52915291
rpds-py
5292-
0.29.0
5292+
0.30.0
52935293
MIT
52945294
Copyright (c) 2023 Julian Berman
52955295

@@ -6211,7 +6211,7 @@ Apache License 2.0
62116211
UNKNOWN
62126212

62136213
tornado
6214-
6.5.2
6214+
6.5.3
62156215
Apache Software License
62166216

62176217
Apache License
@@ -6702,7 +6702,7 @@ PERFORMANCE OF THIS SOFTWARE.
67026702

67036703

67046704
urllib3
6705-
2.5.0
6705+
2.6.2
67066706
MIT
67076707
MIT License
67086708

python/licenses/license_info.csv

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@
66
"MarkupSafe","3.0.3","BSD-3-Clause"
77
"PyYAML","6.0.3","MIT License"
88
"Pygments","2.19.2","BSD License"
9-
"Werkzeug","3.1.3","BSD License"
9+
"Werkzeug","3.1.4","BSD-3-Clause"
1010
"absl-py","2.3.1","Apache-2.0"
1111
"astunparse","1.6.3","BSD License"
1212
"attrs","25.4.0","MIT"
@@ -18,7 +18,7 @@
1818
"cryptography","46.0.3","Apache-2.0 OR BSD-3-Clause"
1919
"flask-cors","6.0.1","UNKNOWN"
2020
"flatbuffers","25.9.23","Apache Software License"
21-
"gast","0.6.0","BSD License"
21+
"gast","0.7.0","BSD License"
2222
"google-pasta","0.2.0","Apache Software License"
2323
"grpcio","1.76.0","Apache Software License"
2424
"grpcio-opentracing","1.1.4","Apache Software License"
@@ -47,7 +47,7 @@
4747
"referencing","0.37.0","MIT"
4848
"requests","2.32.5","Apache Software License"
4949
"rich","14.2.0","MIT License"
50-
"rpds-py","0.29.0","MIT"
50+
"rpds-py","0.30.0","MIT"
5151
"seldon-core","1.19.0.dev0","Business Source License 1.1"
5252
"six","1.17.0","MIT License"
5353
"tensorboard","2.18.0","Apache Software License"
@@ -56,9 +56,9 @@
5656
"termcolor","3.2.0","MIT"
5757
"threadloop","1.0.2","MIT License"
5858
"thrift","0.22.0","Apache License 2.0"
59-
"tornado","6.5.2","Apache Software License"
59+
"tornado","6.5.3","Apache Software License"
6060
"typing_extensions","4.15.0","PSF-2.0"
61-
"urllib3","2.5.0","MIT"
61+
"urllib3","2.6.2","MIT"
6262
"wrapt","2.0.1","Copyright (c) 2013-2025, Graham Dumpleton
6363
All rights reserved.
6464

python/licenses/license_info.no_versions.csv

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@
66
"MarkupSafe","BSD-3-Clause"
77
"PyYAML","MIT License"
88
"Pygments","BSD License"
9-
"Werkzeug","BSD License"
9+
"Werkzeug","BSD-3-Clause"
1010
"absl-py","Apache-2.0"
1111
"astunparse","BSD License"
1212
"attrs","MIT"

0 commit comments

Comments
 (0)