Skip to content

Commit 716b8ac

Browse files
committed
Updated licenses for the python packages
1 parent 1b067a3 commit 716b8ac

3 files changed

Lines changed: 25 additions & 24 deletions

File tree

python/licenses/license.txt

Lines changed: 12 additions & 12 deletions
Original file line numberDiff line numberDiff line change
@@ -97,7 +97,7 @@ SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
9797

9898

9999
Markdown
100-
3.10
100+
3.10.1
101101
BSD-3-Clause
102102
BSD 3-Clause License
103103

@@ -220,7 +220,7 @@ OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
220220

221221

222222
Werkzeug
223-
3.1.4
223+
3.1.5
224224
BSD-3-Clause
225225
Copyright 2007 Pallets
226226

@@ -2588,8 +2588,8 @@ Exhibit B - "Incompatible With Secondary Licenses" Notice
25882588

25892589

25902590
gunicorn
2591-
23.0.0
2592-
MIT License
2591+
24.0.0
2592+
MIT
25932593
2009-2024 (c) Benoît Chesneau <benoitc@gunicorn.org>
25942594
2009-2015 (c) Paul J. Davis <paul.joseph.davis@gmail.com>
25952595

@@ -2725,7 +2725,7 @@ Apache Software License
27252725
UNKNOWN
27262726

27272727
jsonschema
2728-
4.25.1
2728+
4.26.0
27292729
MIT
27302730
Copyright (c) 2013 Julian Berman
27312731

@@ -2773,7 +2773,7 @@ THE SOFTWARE.
27732773

27742774

27752775
keras
2776-
3.13.0
2776+
3.13.1
27772777
Apache License 2.0
27782778
UNKNOWN
27792779

@@ -4778,15 +4778,15 @@ Apache-2.0
47784778

47794779

47804780
packaging
4781-
25.0
4782-
Apache Software License; BSD License
4781+
26.0
4782+
Apache-2.0 OR BSD-2-Clause
47834783
This software is made available under the terms of *either* of the licenses
47844784
found in LICENSE.APACHE or LICENSE.BSD. Contributions to this software is made
47854785
under the terms of *both* these licenses.
47864786

47874787

47884788
prometheus_client
4789-
0.23.1
4789+
0.24.1
47904790
Apache-2.0 AND BSD-2-Clause
47914791
Apache License
47924792
Version 2.0, January 2004
@@ -5029,8 +5029,8 @@ support library is itself covered by the above license.
50295029

50305030

50315031
pycparser
5032-
2.23
5033-
BSD License
5032+
3.0
5033+
BSD-3-Clause
50345034
pycparser -- A C parser in Python
50355035

50365036
Copyright (c) 2008-2022, Eli Bendersky
@@ -6702,7 +6702,7 @@ PERFORMANCE OF THIS SOFTWARE.
67026702

67036703

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

python/licenses/license_info.csv

Lines changed: 10 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -1,11 +1,12 @@
1+
"Name","Version","License"
12
"Flask","3.1.2","BSD-3-Clause"
23
"Flask-OpenTracing","2.0.0","BSD License"
34
"Jinja2","3.1.6","BSD License"
4-
"Markdown","3.10","BSD-3-Clause"
5+
"Markdown","3.10.1","BSD-3-Clause"
56
"MarkupSafe","3.0.3","BSD-3-Clause"
67
"PyYAML","6.0.3","MIT License"
78
"Pygments","2.19.2","BSD License"
8-
"Werkzeug","3.1.4","BSD-3-Clause"
9+
"Werkzeug","3.1.5","BSD-3-Clause"
910
"absl-py","2.3.1","Apache-2.0"
1011
"astunparse","1.6.3","BSD License"
1112
"attrs","25.4.0","MIT"
@@ -22,14 +23,14 @@
2223
"grpcio","1.76.0","Apache Software License"
2324
"grpcio-opentracing","1.1.4","Apache Software License"
2425
"grpcio-reflection","1.62.3","Apache Software License"
25-
"gunicorn","23.0.0","MIT License"
26+
"gunicorn","24.0.0","MIT"
2627
"h5py","3.15.1","BSD-3-Clause"
2728
"idna","3.11","BSD-3-Clause"
2829
"itsdangerous","2.2.0","BSD License"
2930
"jaeger-client","4.8.0","Apache Software License"
30-
"jsonschema","4.25.1","MIT"
31+
"jsonschema","4.26.0","MIT"
3132
"jsonschema-specifications","2025.9.1","MIT"
32-
"keras","3.13.0","Apache License 2.0"
33+
"keras","3.13.1","Apache License 2.0"
3334
"libclang","18.1.1","Apache Software License"
3435
"markdown-it-py","4.0.0","MIT License"
3536
"mdurl","0.1.2","MIT License"
@@ -39,10 +40,10 @@
3940
"opentracing","2.4.0","Apache Software License"
4041
"opt_einsum","3.4.0","MIT"
4142
"optree","0.18.0","Apache-2.0"
42-
"packaging","25.0","Apache Software License; BSD License"
43-
"prometheus_client","0.23.1","Apache-2.0 AND BSD-2-Clause"
43+
"packaging","26.0","Apache-2.0 OR BSD-2-Clause"
44+
"prometheus_client","0.24.1","Apache-2.0 AND BSD-2-Clause"
4445
"protobuf","5.29.5","3-Clause BSD License"
45-
"pycparser","2.23","BSD License"
46+
"pycparser","3.0","BSD-3-Clause"
4647
"referencing","0.37.0","MIT"
4748
"requests","2.32.5","Apache Software License"
4849
"rich","14.2.0","MIT License"
@@ -57,5 +58,5 @@
5758
"thrift","0.22.0","Apache License 2.0"
5859
"tornado","6.5.4","Apache Software License"
5960
"typing_extensions","4.15.0","PSF-2.0"
60-
"urllib3","2.6.2","MIT"
61+
"urllib3","2.6.3","MIT"
6162
"wrapt","2.0.1","BSD 2-Clause "Simplified" License"

python/licenses/license_info.no_versions.csv

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@
2323
"grpcio","Apache Software License"
2424
"grpcio-opentracing","Apache Software License"
2525
"grpcio-reflection","Apache Software License"
26-
"gunicorn","MIT License"
26+
"gunicorn","MIT"
2727
"h5py","BSD-3-Clause"
2828
"idna","BSD-3-Clause"
2929
"itsdangerous","BSD License"
@@ -40,10 +40,10 @@
4040
"opentracing","Apache Software License"
4141
"opt_einsum","MIT"
4242
"optree","Apache-2.0"
43-
"packaging","Apache Software License; BSD License"
43+
"packaging","Apache-2.0 OR BSD-2-Clause"
4444
"prometheus_client","Apache-2.0 AND BSD-2-Clause"
4545
"protobuf","3-Clause BSD License"
46-
"pycparser","BSD License"
46+
"pycparser","BSD-3-Clause"
4747
"referencing","MIT"
4848
"requests","Apache Software License"
4949
"rich","MIT License"

0 commit comments

Comments
 (0)