From 5342448d9b2e1b10a069bfb91bf0c27fee8e1cb0 Mon Sep 17 00:00:00 2001 From: zhangyale <1194926515@qq.com> Date: Tue, 26 Aug 2025 09:57:13 +0000 Subject: [PATCH] update python-langsmith.spec. Signed-off-by: zhangyale <1194926515@qq.com> --- python-langsmith.spec | 8 +++++--- 1 file changed, 5 insertions(+), 3 deletions(-) diff --git a/python-langsmith.spec b/python-langsmith.spec index c6a7f31..b0fb1b6 100644 --- a/python-langsmith.spec +++ b/python-langsmith.spec @@ -1,7 +1,7 @@ %global _empty_manifest_terminate_build 0 Name: python-langsmith Version: 0.3.42 -Release: 1 +Release: 2 Summary: Client library to connect to the LangSmith LLM Tracing and Evaluation Platform. License: MIT URL: https://smith.langchain.com/ @@ -14,14 +14,14 @@ Requires: (python3-openai-agents) Requires: (python3-opentelemetry-api) Requires: (python3-opentelemetry-exporter-otlp-proto-http) Requires: (python3-opentelemetry) -Requires: (python3-orjson) +Requires: (python-orjson) Requires: (python3-packaging) Requires: (python3-pydantic) Requires: (python3-pytest) Requires: (python3-requests) Requires: (python3-requests-toolbelt) Requires: (python3-rich) -Requires: (python3-zstandard) +Requires: (python-zstandard) %description This package contains the Python client for interacting with the [LangSmith platform](https://smith.langchain.com/). @@ -73,5 +73,7 @@ mv %{buildroot}/doclist.lst . %{python3_sitelib}/* %changelog +* Tue Aug 26 2025 ylzhangah - 0.3.42-2 +- Updata python3-orjson and python3-zstandard to python-orjson and python-zstandard * Thu May 08 2025 Python_Bot - 0.3.42-1 - Package Spec generated -- Gitee