Skip to content

Commit ae318ea

Browse files
committed
- Updated libraries
- Updated license
1 parent b906fbe commit ae318ea

4 files changed

Lines changed: 48 additions & 46 deletions

File tree

LICENSE.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
Copyright 2020 Refinitiv
1+
Copyright 2020-2026 LSEG
22

33
Licensed under the Apache License, Version 2.0 (the "License");
44
you may not use this file except in compliance with the License.

README.md

Lines changed: 5 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
# RKD HTTP JSON with Python Examples
2-
- version: 1.6.5
3-
- Last update: January 2026
2+
- version: 1.6.7
3+
- Last update: May 2026
44
- Environment: Windows, Linux
55
- Compiler: Python
66
- Prerequisite: [Demo prerequisite](#prerequisite)
@@ -194,3 +194,6 @@ For any questions related to this tutorial or RKD API, please use the Developer
194194
- Updated all links to be up-to-date
195195
- Updated libraries
196196
- Updated to use Python venv as a suggestion environment instead of Conda.
197+
- version 1.6.7: May 2026
198+
- Updated libraries
199+
- Updated license

requirements-notebook.txt

Lines changed: 37 additions & 38 deletions
Original file line numberDiff line numberDiff line change
@@ -1,54 +1,54 @@
1-
anyio==4.12.1
1+
anyio==4.13.0
22
argon2-cffi==25.1.0
33
argon2-cffi-bindings==25.1.0
44
arrow==1.4.0
55
asttokens==3.0.1
6-
async-lru==2.1.0
7-
attrs==25.4.0
8-
babel==2.17.0
6+
async-lru==2.3.0
7+
attrs==26.1.0
8+
babel==2.18.0
99
beautifulsoup4==4.14.3
1010
bleach==6.3.0
11-
certifi==2026.1.4
11+
certifi==2026.4.22
1212
cffi==2.0.0
13-
charset-normalizer==3.4.4
13+
charset-normalizer==3.4.7
1414
colorama==0.4.6
1515
comm==0.2.3
1616
contourpy==1.3.3
1717
cycler==0.12.1
18-
debugpy==1.8.19
18+
debugpy==1.8.20
1919
decorator==5.2.1
2020
defusedxml==0.7.1
2121
executing==2.2.1
2222
fastjsonschema==2.21.2
23-
fonttools==4.61.1
23+
fonttools==4.62.1
2424
fqdn==1.5.1
2525
h11==0.16.0
2626
httpcore==1.0.9
2727
httpx==0.28.1
28-
idna==3.11
29-
ipykernel==7.1.0
30-
ipython==9.9.0
28+
idna==3.13
29+
ipykernel==7.2.0
30+
ipython==9.13.0
3131
ipython_pygments_lexers==1.1.1
3232
isoduration==20.11.0
33-
jedi==0.19.2
33+
jedi==0.20.0
3434
Jinja2==3.1.6
35-
json5==0.13.0
36-
jsonpointer==3.0.0
35+
json5==0.14.0
36+
jsonpointer==3.1.1
3737
jsonschema==4.26.0
3838
jsonschema-specifications==2025.9.1
39-
jupyter-events==0.12.0
40-
jupyter-lsp==2.3.0
39+
jupyter-events==0.12.1
40+
jupyter-lsp==2.3.1
4141
jupyter_client==8.8.0
4242
jupyter_core==5.9.1
43-
jupyter_server==2.18.0
43+
jupyter_server==2.18.2
4444
jupyter_server_terminals==0.5.4
4545
jupyterlab==4.5.7
4646
jupyterlab_pygments==0.3.0
4747
jupyterlab_server==2.28.0
48-
kiwisolver==1.4.9
48+
kiwisolver==1.5.0
4949
lark==1.3.1
5050
MarkupSafe==3.0.3
51-
matplotlib==3.10.8
51+
matplotlib==3.10.9
5252
matplotlib-inline==0.2.1
5353
mistune==3.2.1
5454
mplfinance==0.12.10b0
@@ -57,48 +57,47 @@ nbconvert==7.17.1
5757
nbformat==5.10.4
5858
nest-asyncio==1.6.0
5959
notebook_shim==0.2.4
60-
numpy==2.4.1
61-
packaging==25.0
62-
pandas==2.3.3
60+
numpy==2.4.4
61+
packaging==26.2
62+
pandas==3.0.2
6363
pandocfilters==1.5.1
64-
parso==0.8.5
64+
parso==0.8.7
6565
pillow==12.2.0
66-
platformdirs==4.5.1
67-
prometheus_client==0.24.1
66+
platformdirs==4.9.6
67+
prometheus_client==0.25.0
6868
prompt_toolkit==3.0.52
69-
psutil==7.2.1
69+
psutil==7.2.2
7070
pure_eval==0.2.3
71-
pycparser==2.23
71+
pycparser==3.0
7272
Pygments==2.20.0
73-
pyparsing==3.3.1
73+
pyparsing==3.3.2
7474
python-dateutil==2.9.0.post0
7575
python-dotenv==1.2.2
76-
python-json-logger==4.0.0
77-
pytz==2025.2
78-
pywinpty==3.0.2 ; platform_system == "Windows"
76+
python-json-logger==4.1.0
77+
pywinpty==3.0.3 ; platform_system == "Windows"
7978
PyYAML==6.0.3
8079
pyzmq==27.1.0
8180
referencing==0.37.0
82-
requests==2.33.0
81+
requests==2.33.1
8382
rfc3339-validator==0.1.4
8483
rfc3986-validator==0.1.1
8584
rfc3987-syntax==1.1.0
8685
rpds-py==0.30.0
8786
seaborn==0.13.2
8887
Send2Trash==2.1.0
89-
setuptools==80.9.0
88+
setuptools==82.0.1
9089
six==1.17.0
91-
soupsieve==2.8.2
90+
soupsieve==2.8.3
9291
stack-data==0.6.3
9392
terminado==0.18.1
9493
tinycss2==1.4.0
9594
tornado==6.5.5
96-
traitlets==5.14.3
95+
traitlets==5.15.0
9796
typing_extensions==4.15.0
98-
tzdata==2025.3
97+
tzdata==2026.2
9998
uri-template==1.3.0
100-
urllib3==2.6.3
101-
wcwidth==0.2.14
99+
urllib3==2.7.0
100+
wcwidth==0.7.0
102101
webcolors==25.10.0
103102
webencodings==0.5.1
104103
websocket-client==1.9.0

requirements.txt

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,9 @@
1-
certifi==2026.1.4
2-
charset-normalizer==3.4.4
3-
idna==3.11
1+
certifi==2026.4.22
2+
charset-normalizer==3.4.7
3+
idna==3.13
44
python-dateutil==2.9.0.post0
55
python-dotenv==1.2.2
6-
requests==2.33.0
6+
requests==2.33.1
77
six==1.17.0
8-
urllib3==2.6.3
8+
urllib3==2.7.0
99
websocket-client==1.9.0

0 commit comments

Comments
 (0)