diff --git a/pyproject.toml b/pyproject.toml
index 4805e0a55a904946aa2360e6ee0a65eb7236b774..39c78b39be79fba7adb7152a43851a25fb3ac035 100644
--- a/pyproject.toml
+++ b/pyproject.toml
@@ -8,7 +8,10 @@ reports='no'
 # A comma-separated list of package or module names from where C extensions may
 # be loaded. Extensions are loading into the active Python interpreter and may
 # run arbitrary code
-extension-pkg-allow-list='rapidjson'
+extension-pkg-allow-list=["rapidjson", "ost"]
+
+# [tool.pylint.typecheck]
+# generated-members = ["LoadSequenceList"]
 
 [tool.pylint.FORMAT]
 max-line-length=80