diff --git a/python-langsmith.spec b/python-langsmith.spec index c6a7f31e9008526fecacd9a6ab59b25631a0c742..b0fb1b6e68c7ed89af212ea55773a1aef756af12 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