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.
1 parent ccaee47 commit ee60292Copy full SHA for ee60292
CHANGELOG.md
@@ -12,8 +12,10 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
12
- `%traceback` setting default value is now `True` to show traceback in message log
13
- serializer is now more permissive for iris objects, allowing iris object type of `%Stream` to support http inbound/outbound adapters
14
- remove usage of `pkg_resources` in favor of `importlib.resources`
15
+- refactor import statements for better clarity and organization
16
17
### Fixed
18
+- fix typing issues in python code
19
20
## [3.4.3] - 2025-05-26
21
0 commit comments