We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents b5481c3 + c43e200 commit 8e8cccdCopy full SHA for 8e8cccd
RELEASE.rst
@@ -1,6 +1,15 @@
1
Release Notes
2
=============
3
4
+Version 0.38.3 (Released July 29, 2025)
5
+--------------
6
+
7
+- update canvas etl (#2400)
8
+- Canvas problem apis (#2399)
9
+- fix(deps): update dependency ruff to v0.12.5 (#2394)
10
+- fix(deps): update dependency litellm to v1.74.8 (#2393)
11
+- chore(deps): update opensearchproject/opensearch docker tag to v2.19.3 (#2392)
12
13
Version 0.38.2 (Released July 28, 2025)
14
--------------
15
main/settings.py
@@ -34,7 +34,7 @@
34
from main.settings_pluggy import * # noqa: F403
35
from openapi.settings_spectacular import open_spectacular_settings
36
37
-VERSION = "0.38.2"
+VERSION = "0.38.3"
38
39
log = logging.getLogger()
40
0 commit comments