From 93d343557ba1a5b3807f8af9761b6f31e70002b7 Mon Sep 17 00:00:00 2001 From: "Shine.Wang" Date: Fri, 13 Jun 2025 02:05:21 +0000 Subject: [PATCH] fix bug with sqlalchemy verison (cherry picked from commit 521ad61b1883fdb6e758bd5d5f224dbd189444c5) --- python-langchain.spec | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/python-langchain.spec b/python-langchain.spec index ab1a4eb..5fa6887 100644 --- a/python-langchain.spec +++ b/python-langchain.spec @@ -1,7 +1,7 @@ %global _empty_manifest_terminate_build 0 Name: python-langchain Version: 0.3.25 -Release: 1 +Release: 2 Summary: Building applications with LLMs through composability License: MIT URL: https://pypi.org/project/langchain/ @@ -84,5 +84,8 @@ mv %{buildroot}/doclist.lst . %{python3_sitelib}/* %changelog +* Fri Jun 13 2025 WANG-shine - 0.3.25-2 +- Fix bug with sqlalchemy version + * Sat May 10 2025 Python_Bot - 0.3.25-1 - Package Spec generated -- Gitee