forked from pool/python-langfuse
Accepting request 1219953 from devel:languages:python
- Add missing Requires. - version update to 2.44.0 changes since v2.43.1 - fix: rename careers file to match hackernews post (#2115) - fix: link of help link of eval log - docs: careers file extension (#2105) - docs: Update .env.prod.example (#2103) - fix(ui): parse chatml messages where content is an array (#2100) - fix(ui): spacing of user menu - fix(ui): padding of second-level menu - feat(ui): less padding in main menu (#2095) - fix(api): merge tags when upserting a trace (#2091) - fix: set cache control explicitly (#2088) - fix(cloud): remove custom cookie management (#2087) - chore: adjust sentry (#2086) - feat(cloud): include data region in project invite emails - feat(auth): improve auth error messages and logging - fix(ui): use `svh` for fullscreen pages on mobile (#2076) - feat(auth): capture unexpected credential sign-in errors - feat(cloud): data region select and info modal (#2085) - intercept OpenAI requests in worker testruns (#2020) - fix(api): align get/v2/prompts meta response with api spec (#2079) OBS-URL: https://build.opensuse.org/request/show/1219953 OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/python-langfuse?expand=0&rev=2
This commit is contained in:
@@ -1,3 +0,0 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:1d26b09ee1088b95260fd24d08bb3b3fb4d5a706c19b4c08b13c0b5a80bfcc36
|
||||
size 104591
|
||||
3
langfuse-2.44.0.tar.gz
Normal file
3
langfuse-2.44.0.tar.gz
Normal file
@@ -0,0 +1,3 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:dfa5378ff7022ae9fe5b8b842c0365347c98f9ef2b772dcee6a93a45442de28c
|
||||
size 106834
|
||||
@@ -1,3 +1,33 @@
|
||||
-------------------------------------------------------------------
|
||||
Thu Oct 31 19:10:21 UTC 2024 - Matej Cepl <mcepl@cepl.eu>
|
||||
|
||||
- Add missing Requires.
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Fri Sep 27 01:36:18 UTC 2024 - Yogalakshmi Arunachalam <yarunachalam@suse.com>
|
||||
|
||||
- version update to 2.44.0
|
||||
changes since v2.43.1
|
||||
- fix: rename careers file to match hackernews post (#2115)
|
||||
- fix: link of help link of eval log
|
||||
- docs: careers file extension (#2105)
|
||||
- docs: Update .env.prod.example (#2103)
|
||||
- fix(ui): parse chatml messages where content is an array (#2100)
|
||||
- fix(ui): spacing of user menu
|
||||
- fix(ui): padding of second-level menu
|
||||
- feat(ui): less padding in main menu (#2095)
|
||||
- fix(api): merge tags when upserting a trace (#2091)
|
||||
- fix: set cache control explicitly (#2088)
|
||||
- fix(cloud): remove custom cookie management (#2087)
|
||||
- chore: adjust sentry (#2086)
|
||||
- feat(cloud): include data region in project invite emails
|
||||
- feat(auth): improve auth error messages and logging
|
||||
- fix(ui): use `svh` for fullscreen pages on mobile (#2076)
|
||||
- feat(auth): capture unexpected credential sign-in errors
|
||||
- feat(cloud): data region select and info modal (#2085)
|
||||
- intercept OpenAI requests in worker testruns (#2020)
|
||||
- fix(api): align get/v2/prompts meta response with api spec (#2079)
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Wed Aug 21 20:09:26 UTC 2024 - Aline Werner <aline.werner@suse.com>
|
||||
|
||||
|
||||
@@ -18,23 +18,30 @@
|
||||
|
||||
%{?sle15_python_module_pythons}
|
||||
Name: python-langfuse
|
||||
Version: 2.43.1
|
||||
Version: 2.44.0
|
||||
Release: 0
|
||||
Summary: A client library for accessing langfuse
|
||||
License: MIT
|
||||
URL: https://github.com/langfuse/langfuse
|
||||
Source: https://files.pythonhosted.org/packages/source/l/langfuse/langfuse-%{version}.tar.gz
|
||||
BuildRequires: python-rpm-macros
|
||||
BuildRequires: %{python_module pip}
|
||||
BuildRequires: %{python_module poetry-core >= 1.0.0}
|
||||
BuildRequires: fdupes
|
||||
BuildRequires: python-rpm-macros
|
||||
Requires: python-anyio
|
||||
Requires: python-backoff
|
||||
Requires: python-httpx
|
||||
Requires: python-idna
|
||||
Requires: python-packaging
|
||||
Requires: python-pydantic
|
||||
Requires: python-wrapt
|
||||
Requires(post): update-alternatives
|
||||
Requires(postun): update-alternatives
|
||||
BuildArch: noarch
|
||||
%python_subpackages
|
||||
|
||||
%description
|
||||
A client library for accessing langfuse, an open-source LLM engineering platform that helps teams
|
||||
A client library for accessing langfuse, an open-source LLM engineering platform that helps teams
|
||||
collaboratively debug, analyze, and iterate on their LLM applications.
|
||||
|
||||
%prep
|
||||
|
||||
Reference in New Issue
Block a user