summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorDarius Niminenn2024-01-28 09:12:26 -0400
committerDarius Niminenn2024-01-28 09:12:26 -0400
commit7e6c263029a709ddedb640bf8396bd6bab4cde61 (patch)
tree40b80406f93b6141379cfc8582f312e51c2eac75
parent0816d65acc86132f3d2d4215fdd16314e5854160 (diff)
downloadaur-7e6c263029a709ddedb640bf8396bd6bab4cde61.tar.gz
bump to 1.20.1
-rw-r--r--.SRCINFO6
-rw-r--r--PKGBUILD4
2 files changed, 5 insertions, 5 deletions
diff --git a/.SRCINFO b/.SRCINFO
index de403b3525f5..ffbb80f29ca8 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,6 +1,6 @@
pkgbase = litellm
pkgdesc = Call all LLM APIs using the OpenAI format
- pkgver = 1.19.4
+ pkgver = 1.20.1
pkgrel = 1
url = https://pypi.org/project/litellm/
arch = any
@@ -29,7 +29,7 @@ pkgbase = litellm
optdepends = python-apscheduler: Task scheduler
optdepends = python-streamlit: App framework for Machine Learning and Data Science
optdepends = ollama: Serve local ollama models
- source = https://files.pythonhosted.org/packages/source/l/litellm/litellm-1.19.4.tar.gz
- sha256sums = 6917c60ad4706bf3e061586ce9e9c0361a5761b686135cd68ee19625ae7e92bd
+ source = https://files.pythonhosted.org/packages/source/l/litellm/litellm-1.20.1.tar.gz
+ sha256sums = cb14c567187e2e6fa06a396111701dfe5a4bd3a0ccebd8104a23d7b87c97b2c4
pkgname = litellm
diff --git a/PKGBUILD b/PKGBUILD
index 166092c5721c..0e8444ac001f 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -2,7 +2,7 @@
# Contributor: Sir-Photch <sir-photch@posteo.me>
pkgname=litellm
-pkgver=1.19.4
+pkgver=1.20.1
pkgrel=1
pkgdesc='Call all LLM APIs using the OpenAI format'
arch=(any)
@@ -42,7 +42,7 @@ optdepends=(
source=(
"https://files.pythonhosted.org/packages/source/l/$pkgname/$pkgname-$pkgver.tar.gz"
)
-sha256sums=('6917c60ad4706bf3e061586ce9e9c0361a5761b686135cd68ee19625ae7e92bd')
+sha256sums=('cb14c567187e2e6fa06a396111701dfe5a4bd3a0ccebd8104a23d7b87c97b2c4')
prepare() {
cd "$pkgname-$pkgver"