Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Appearance settings

Releases: LabKey/labkey-api-python

4.2.0

Choose a tag to compare

@labkey-alan labkey-alan released this 27 Feb 17:58
d736304

What's New in the LabKey 4.2.0 package

Release date: 02/27/2026

  • Add get_queries to query module
    • Accessible via API wrapper as api.query.get_queries

4.1.0

Choose a tag to compare

@labkey-alan labkey-alan released this 27 Feb 17:57
40a8030

What's New in the LabKey 4.1.0 package

Release date: 02/24/2026

  • Add array filter types
  • Use importlib to determine client version
  • Update build to use Hatch

4.0.1

Choose a tag to compare

@labkey-nicka labkey-nicka released this 22 Sep 17:21
57e9562
  • Update the minimum required version of Python to 3.11. Correction from the 4.0.0 release.

4.0.0

Choose a tag to compare

@labkey-nicka labkey-nicka released this 16 Sep 20:46
f97a314
  • Add save_rows API to query module
    • Accessible via API wrappers e.g. api.query.save_rows
  • Update the minimum required version of Python to 3.10
  • Add derivationDataScope to PropertyDescriptor class. Thanks @eso-xyme!

3.4.0

Choose a tag to compare

@labkey-alan labkey-alan released this 22 Apr 18:48
b436316
  • Add "valueExpression" to PropertyDescriptor class
    • needed for creating/adding domain calculated fields
    • update Domain class to append calculatedFields to the domain's fields
  • Fix Issue 52904
    • UnexpectedRedirectError is not wrapped with ServerContextError
    • Allow redirects when deactivating users

3.3.0

Choose a tag to compare

@labkey-alan labkey-alan released this 03 Dec 22:36
f2037cd
  • Add import_rows API to query module
    • Accessible via API wrappers e.g. api.query.import_rows

3.2.0

Choose a tag to compare

@labkey-alan labkey-alan released this 10 Sep 21:45
c2f2cda
  • Add lineage API to experiment module
    • Accessible via API wrappers e.g. api.experiment.lineage()

3.1.0

Choose a tag to compare

@labkey-alan labkey-alan released this 08 Jul 18:23
66817fd
  • ServerContext
    • Add allow_redirects flag (defaults to False) to constructor
    • Add allow_redirects flag to make_request
  • APIWrapper: Add allow_redirects flag (defaults to False)
  • Add UnexpectedRedirectError
    • thrown when allow_redirects is False and the server issues a redirect

3.0.0

Choose a tag to compare

@labkey-alan labkey-alan released this 30 Jan 22:16
9ca4601
  • Query API - WAF encode "sql" parameter for execute_sql
    • WAF encoding of parameters is initially supported with LabKey Server v23.09
    • WAF encoding can be opted out of on execute_sql calls by specifying waf_encode_sql=False
  • Query API - add optional parameters to insert_rows, update_rows, and delete_rows
  • Query API - add move_rows()
    • earliest compatible LabKey Server version: 24.1.0

2.6.1

Choose a tag to compare

@labkey-alan labkey-alan released this 09 Oct 21:44
2164435

Query API - Change max_rows default value to -1 in select_rows

Morty Proxy This is a proxified and sanitized view of the page, visit original site.