Refactor Amazon provider to use cached_property for client and structured_client

This commit is contained in:
2024-11-01 10:07:45 -04:00
parent 176045531a
commit 7220c8bd3f
+4
View File
@@ -1,6 +1,10 @@
Release History
===============
## 0.2.1 (2024-11-01)
- Add `cached_property` to Amazon provider.
## 0.2.0 (2024-11-01)
- Add Amazon Bedrock provider.