We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 9e7a185 commit e63d4bfCopy full SHA for e63d4bf
CHANGELOG.md
@@ -1,5 +1,11 @@
1
# Changelog
2
3
+## v1.23.2 (2025-03-08)
4
+
5
+### Bug Fixes and Other Changes
6
7
+ * Use builtins for type hints
8
9
## v1.23.1 (2025-01-28)
10
11
### Bug Fixes and Other Changes
src/braket/_schemas/_version.py
@@ -15,4 +15,4 @@
15
Version number (major.minor.patch[-label])
16
"""
17
18
-__version__ = "1.23.2.dev0"
+__version__ = "1.23.2"
0 commit comments