Script 'mail_helper' called by obssrc
Hello community,
here is the log from the commit of package python-langchain-aws for
openSUSE:Factory checked in at 2026-08-09 21:41:37
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/python-langchain-aws (Old)
and /work/SRC/openSUSE:Factory/.python-langchain-aws.new.16738 (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Package is "python-langchain-aws"
Sun Aug 9 21:41:37 2026 rev:5 rq:1370149 version:1.7.0
Changes:
--------
---
/work/SRC/openSUSE:Factory/python-langchain-aws/python-langchain-aws.changes
2026-07-29 19:01:32.078374295 +0200
+++
/work/SRC/openSUSE:Factory/.python-langchain-aws.new.16738/python-langchain-aws.changes
2026-08-09 21:41:52.471630124 +0200
@@ -1,0 +2,16 @@
+Fri Aug 7 05:05:22 UTC 2026 - Martin Pluskal <[email protected]>
+
+- Update to 1.7.0:
+ * Add ChatOpenAIMantle for the Bedrock Mantle OpenAI-compatible
+ API (requires the openai extra)
+ * Support the reasoning_effort parameter for ChatBedrockConverse
+ * Use Anthropic simplified prompt cache management in
+ ChatBedrockConverse
+ * Include the model name in invocation_params for Bedrock chat
+ models
+- Skip tests/unit_tests/chat_models/test_openai.py, new in this
+ release: it drives the new ChatOpenAIMantle model through the
+ python-langchain-tests ChatModel unit-test bridge, which is not
+ packaged, so it joins the modules already ignored for that reason
+
+-------------------------------------------------------------------
Old:
----
langchain_aws-1.6.4.tar.gz
New:
----
langchain_aws-1.7.0.tar.gz
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Other differences:
------------------
++++++ python-langchain-aws.spec ++++++
--- /var/tmp/diff_new_pack.Tipmos/_old 2026-08-09 21:41:53.103651717 +0200
+++ /var/tmp/diff_new_pack.Tipmos/_new 2026-08-09 21:41:53.107651854 +0200
@@ -17,7 +17,7 @@
Name: python-langchain-aws
-Version: 1.6.4
+Version: 1.7.0
Release: 0
Summary: LangChain integrations for AWS
License: MIT
@@ -64,13 +64,15 @@
%check
# Ignored modules pull in packages not available in Factory:
-# - test_standard / chat_models test_anthropic / test_bedrock_converse use the
-# python-langchain-tests ChatModel unit-test bridge;
+# - test_standard / chat_models test_anthropic / test_bedrock_converse /
+# chat_models test_openai use the python-langchain-tests ChatModel unit-test
+# bridge (test_openai also needs the langchain-aws[openai] extra, which IS in
+# Factory -- langchain-tests is the blocker);
# - middleware/test_prompt_caching needs the full python-langchain meta
package;
# - test_versioning exercises ChatAnthropicBedrock (the
langchain-aws[anthropic]
# extra: anthropic + python-langchain-anthropic).
# The ToolNode compatibility tests need langgraph (not in Factory).
-%pytest tests/unit_tests --ignore tests/unit_tests/test_standard.py --ignore
tests/unit_tests/chat_models/test_anthropic.py --ignore
tests/unit_tests/chat_models/test_bedrock_converse.py --ignore
tests/unit_tests/middleware/test_prompt_caching.py --ignore
tests/unit_tests/test_versioning.py --deselect
tests/unit_tests/tools/test_nova_tools.py::TestToolNodeCompatibility
+%pytest tests/unit_tests --ignore tests/unit_tests/test_standard.py --ignore
tests/unit_tests/chat_models/test_anthropic.py --ignore
tests/unit_tests/chat_models/test_bedrock_converse.py --ignore
tests/unit_tests/chat_models/test_openai.py --ignore
tests/unit_tests/middleware/test_prompt_caching.py --ignore
tests/unit_tests/test_versioning.py --deselect
tests/unit_tests/tools/test_nova_tools.py::TestToolNodeCompatibility
# Recompile the installed modules as hash-based bytecode so the
# timestamp-clamped .pyc do not trip python-bytecode-inconsistent-mtime.
%python_expand $python -m compileall -q -f --invalidation-mode=unchecked-hash
-o 0 -o 1 -s %{buildroot} %{buildroot}%{$python_sitelib}/langchain_aws
++++++ langchain_aws-1.6.4.tar.gz -> langchain_aws-1.7.0.tar.gz ++++++
++++ 3193 lines of diff (skipped)