diff --git a/langsmith-0.3.42.tar.gz b/langsmith-0.3.42.tar.gz deleted file mode 100644 index 19fba922df6cb13def499073a82833df625b1c30..0000000000000000000000000000000000000000 Binary files a/langsmith-0.3.42.tar.gz and /dev/null differ diff --git a/langsmith-0.4.47.tar.gz b/langsmith-0.4.47.tar.gz new file mode 100644 index 0000000000000000000000000000000000000000..df976087f9691113d50664657fd4cc03453b19b0 Binary files /dev/null and b/langsmith-0.4.47.tar.gz differ diff --git a/python-langsmith.spec b/python-langsmith.spec index c6a7f31e9008526fecacd9a6ab59b25631a0c742..c6f3b108db38d3359480f4eb91e84e1585491bdd 100644 --- a/python-langsmith.spec +++ b/python-langsmith.spec @@ -1,11 +1,11 @@ %global _empty_manifest_terminate_build 0 Name: python-langsmith -Version: 0.3.42 +Version: 0.4.47 Release: 1 Summary: Client library to connect to the LangSmith LLM Tracing and Evaluation Platform. License: MIT URL: https://smith.langchain.com/ -Source0: https://files.pythonhosted.org/packages/3a/44/fe171c0b0fb0377b191aebf0b7779e0c7b2a53693c6a01ddad737212495d/langsmith-0.3.42.tar.gz +Source0: https://files.pythonhosted.org/packages/ec/dd/d69922b79fb692b9736206574e5ba69b6354080cf1cc9796449d9fe61f9a/langsmith-0.4.47.tar.gz BuildArch: noarch Requires: (python3-httpx) @@ -38,7 +38,7 @@ BuildRequires: python3-poetry-core This package contains the Python client for interacting with the [LangSmith platform](https://smith.langchain.com/). %prep -%autosetup -n langsmith-0.3.42 +%autosetup -n langsmith-0.4.47 %build %pyproject_build @@ -73,5 +73,8 @@ mv %{buildroot}/doclist.lst . %{python3_sitelib}/* %changelog +* Tue Nov 25 2025 guojunding - 0.4.47-1 +- upgrade package to version 0.4.47 + * Thu May 08 2025 Python_Bot - 0.3.42-1 - Package Spec generated