diff --git a/langchain_text_splitters-0.3.8.tar.gz b/langchain_text_splitters-0.3.8.tar.gz deleted file mode 100644 index 460c5fcf5e4db91d0a8484747a6aec0670ab8420..0000000000000000000000000000000000000000 Binary files a/langchain_text_splitters-0.3.8.tar.gz and /dev/null differ diff --git a/langchain_text_splitters-1.0.0.tar.gz b/langchain_text_splitters-1.0.0.tar.gz new file mode 100644 index 0000000000000000000000000000000000000000..36de3a6b30cf0860595de4ff44ccd89326e07d6f Binary files /dev/null and b/langchain_text_splitters-1.0.0.tar.gz differ diff --git a/python-langchain-text-splitters.spec b/python-langchain-text-splitters.spec index 266b3664e41fc26b1e100a4e2b0941d0f2f41571..c001fb564ad66720bf8b25c1a34f84f2c73ef7d8 100644 --- a/python-langchain-text-splitters.spec +++ b/python-langchain-text-splitters.spec @@ -1,11 +1,11 @@ %global _empty_manifest_terminate_build 0 Name: python-langchain-text-splitters -Version: 0.3.8 +Version: 1.0.0 Release: 1 Summary: LangChain text splitting utilities License: MIT URL: https://pypi.org/project/langchain-text-splitters/ -Source0: https://files.pythonhosted.org/packages/e7/ac/b4a25c5716bb0103b1515f1f52cc69ffb1035a5a225ee5afe3aed28bf57b/langchain_text_splitters-0.3.8.tar.gz +Source0: https://files.pythonhosted.org/packages/source/l/langchain_text_splitters/langchain_text_splitters-1.0.0.tar.gz BuildArch: noarch Requires: (python3-langchain-core<1.0.0 with python3-langchain-core>=0.3.51) @@ -21,11 +21,12 @@ BuildRequires: python3-setuptools BuildRequires: python3-pip BuildRequires: python3-wheel BuildRequires: python3-pdm-backend +BuildRequires: python3-hatchling %description -n python3-langchain-text-splitters LangChain Text Splitters contains utilities for splitting into chunks a wide variety of text documents. %prep -%autosetup -n langchain_text_splitters-0.3.8 +%autosetup -n langchain_text_splitters-%{version} %build %pyproject_build @@ -60,5 +61,11 @@ mv %{buildroot}/doclist.lst . %{python3_sitelib}/* %changelog +* Fri Oct 31 2025 Yu Peng - 1.0.0-1 +- Upgrade to 1.0.0 + * release: joint rcs for core + langchain + * chore(langchain): allow injection of ToolRuntime and generic ToolRuntime[ContextT, StateT] + * fix(langchain): revert conditional edge from tools to end + * Sat May 10 2025 Python_Bot - 0.3.8-1 - Package Spec generated