mirror of
https://github.com/tiennm99/litellm.git
synced 2026-08-23 18:25:22 +00:00
bumping version
This commit is contained in:
+1
-1
@@ -1,6 +1,6 @@
|
||||
[tool.poetry]
|
||||
name = "litellm"
|
||||
version = "0.1.238"
|
||||
version = "0.1.3"
|
||||
description = "Library to easily interface with LLM API providers"
|
||||
authors = ["BerriAI"]
|
||||
license = "MIT License"
|
||||
|
||||
@@ -1,24 +0,0 @@
|
||||
from setuptools import setup, find_packages
|
||||
|
||||
setup(
|
||||
name='litellm',
|
||||
version='0.1.231',
|
||||
description='Library to easily interface with LLM API providers',
|
||||
author='BerriAI',
|
||||
packages=[
|
||||
'litellm'
|
||||
],
|
||||
package_data={
|
||||
"litellm": ["integrations/*"], # Specify the directory path relative to your package
|
||||
},
|
||||
install_requires=[
|
||||
'openai',
|
||||
'cohere',
|
||||
'pytest',
|
||||
'anthropic',
|
||||
'replicate',
|
||||
'python-dotenv',
|
||||
'openai[datalib]',
|
||||
'tenacity'
|
||||
],
|
||||
)
|
||||
Reference in New Issue
Block a user