From 092442506907ee95d0d995a8b139fd611dcada50 Mon Sep 17 00:00:00 2001 From: Theodore Aptekarev Date: Mon, 30 Mar 2026 12:08:38 +0300 Subject: [PATCH 1/2] Bump deps to the patched versions --- package-lock.json | 30 +++++++++++++++--------------- 1 file changed, 15 insertions(+), 15 deletions(-) diff --git a/package-lock.json b/package-lock.json index a7d4fe37b9..285cff9519 100644 --- a/package-lock.json +++ b/package-lock.json @@ -7389,9 +7389,9 @@ } }, "node_modules/brace-expansion": { - "version": "5.0.4", - "resolved": "https://registry.npmjs.org/brace-expansion/-/brace-expansion-5.0.4.tgz", - "integrity": "sha512-h+DEnpVvxmfVefa4jFbCf5HdH5YMDXRsmKflpf1pILZWRFlTbJpxeU55nJl4Smt5HQaGzg1o6RHFPJaOqnmBDg==", + "version": "5.0.5", + "resolved": "https://registry.npmjs.org/brace-expansion/-/brace-expansion-5.0.5.tgz", + "integrity": "sha512-VZznLgtwhn+Mact9tfiwx64fA9erHH/MCXEUfB/0bX/6Fz6ny5EGTXYltMocqg4xFAQZtnO3DHWWXi8RiuN7cQ==", "license": "MIT", "dependencies": { "balanced-match": "^4.0.2" @@ -9694,9 +9694,9 @@ } }, "node_modules/express/node_modules/path-to-regexp": { - "version": "0.1.12", - "resolved": "https://registry.npmjs.org/path-to-regexp/-/path-to-regexp-0.1.12.tgz", - "integrity": "sha512-RA1GjUVMnvYFxuqovrEqZoxxW5NUZqbwKtYz/Tt7nXerk0LbLblQmrsgdeOxV5SFHf0UDggjS/bSeOZwt1pmEQ==", + "version": "0.1.13", + "resolved": "https://registry.npmjs.org/path-to-regexp/-/path-to-regexp-0.1.13.tgz", + "integrity": "sha512-A/AGNMFN3c8bOlvV9RreMdrv7jsmF9XIfDeCd87+I8RNg6s78BhJxMu69NEMHBSJFxKidViTEdruRwEk/WIKqA==", "license": "MIT" }, "node_modules/express/node_modules/raw-body": { @@ -14558,9 +14558,9 @@ } }, "node_modules/node-forge": { - "version": "1.3.3", - "resolved": "https://registry.npmjs.org/node-forge/-/node-forge-1.3.3.tgz", - "integrity": "sha512-rLvcdSyRCyouf6jcOIPe/BgwG/d7hKjzMKOas33/pHEr6gbq18IK9zV7DiPvzsz0oBJPme6qr6H6kGZuI9/DZg==", + "version": "1.4.0", + "resolved": "https://registry.npmjs.org/node-forge/-/node-forge-1.4.0.tgz", + "integrity": "sha512-LarFH0+6VfriEhqMMcLX2F7SwSXeWwnEAJEsYm5QKWchiVYVvJyV9v7UDvUv+w5HO23ZpQTXDv/GxdDdMyOuoQ==", "license": "(BSD-3-Clause OR GPL-2.0)", "engines": { "node": ">= 6.13.0" @@ -15128,9 +15128,9 @@ } }, "node_modules/path-to-regexp": { - "version": "8.3.0", - "resolved": "https://registry.npmjs.org/path-to-regexp/-/path-to-regexp-8.3.0.tgz", - "integrity": "sha512-7jdwVIRtsP8MYpdXSwOS0YdD0Du+qOoF/AEPIt88PcCFrZCzx41oxku1jD88hZBwbNUIEfpqvuhjFaMAqMTWnA==", + "version": "8.4.0", + "resolved": "https://registry.npmjs.org/path-to-regexp/-/path-to-regexp-8.4.0.tgz", + "integrity": "sha512-PuseHIvAnz3bjrM2rGJtSgo1zjgxapTLZ7x2pjhzWwlp4SJQgK3f3iZIQwkpEnBaKz6seKBADpM4B4ySkuYypg==", "license": "MIT", "funding": { "type": "opencollective", @@ -18283,9 +18283,9 @@ } }, "node_modules/serialize-javascript": { - "version": "7.0.4", - "resolved": "https://registry.npmjs.org/serialize-javascript/-/serialize-javascript-7.0.4.tgz", - "integrity": "sha512-DuGdB+Po43Q5Jxwpzt1lhyFSYKryqoNjQSA9M92tyw0lyHIOur+XCalOUe0KTJpyqzT8+fQ5A0Jf7vCx/NKmIg==", + "version": "7.0.5", + "resolved": "https://registry.npmjs.org/serialize-javascript/-/serialize-javascript-7.0.5.tgz", + "integrity": "sha512-F4LcB0UqUl1zErq+1nYEEzSHJnIwb3AF2XWB94b+afhrekOUijwooAYqFyRbjYkm2PAKBabx6oYv/xDxNi8IBw==", "license": "BSD-3-Clause", "engines": { "node": ">=20.0.0" From 689f16967d846f1fb23c8c81a282f01ab9bb22b8 Mon Sep 17 00:00:00 2001 From: Theodore Aptekarev Date: Mon, 30 Mar 2026 12:08:53 +0300 Subject: [PATCH 2/2] Clean up older mentions of python 3.14 --- content/odp/python/extensions/interface/openbb-api.mdx | 2 +- content/odp/python/index.mdx | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/content/odp/python/extensions/interface/openbb-api.mdx b/content/odp/python/extensions/interface/openbb-api.mdx index 4c6c53e6b0..06e91e5c94 100644 --- a/content/odp/python/extensions/interface/openbb-api.mdx +++ b/content/odp/python/extensions/interface/openbb-api.mdx @@ -39,7 +39,7 @@ It provides drop-in-like functionality for the FastAPI + Uvicorn development sta ## Installation -Install from PyPI in an environment with a Python version between 3.10 and 3.13: +Install from PyPI in an environment with a Python version between 3.10 and 3.14: ```sh pip install openbb-platform-api diff --git a/content/odp/python/index.mdx b/content/odp/python/index.mdx index 5d2d07e7c3..4af194e5cd 100644 --- a/content/odp/python/index.mdx +++ b/content/odp/python/index.mdx @@ -33,7 +33,7 @@ With cross-compatibility out-of-the-box, its ready-to-use data connectors, and a ## Installation :::info Packages are distributed via PyPI. -They can be installed in any Python environment with a version between 3.10 and 3.13. +They can be installed in any Python environment with a version between 3.10 and 3.14. ```sh pip install openbb ```