We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 571bb02 commit 7f08e58Copy full SHA for 7f08e58
CHANGE.txt
@@ -2,6 +2,13 @@
2
LabKey Python Client API News
3
+++++++++++
4
5
+What's New in the LabKey 4.2.0 package
6
+==============================
7
+
8
+*Release date: 02/26/2026*
9
+- Add get_queries to query module
10
+ - Accessible via API wrapper as api.query.get_queries
11
12
What's New in the LabKey 4.1.0 package
13
==============================
14
pyproject.toml
@@ -4,7 +4,7 @@ build-backend = "hatchling.build"
[project]
name="labkey"
-version = "4.1.0"
+version = "4.2.0"
description = "Python client API for LabKey Server"
dependencies = ["requests>=2.32.5"]
readme = "README.md"
0 commit comments