From 902b68dcbd8e64a4a0ab6dd8024786c938ef1237 Mon Sep 17 00:00:00 2001 From: Krrish Dholakia Date: Tue, 12 Dec 2023 11:11:09 -0800 Subject: [PATCH] =?UTF-8?q?bump:=20version=201.12.5.dev1=20=E2=86=92=201.1?= =?UTF-8?q?2.5?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- litellm/tests/langfuse.log | 30 ------------------------------ pyproject.toml | 4 ++-- 2 files changed, 2 insertions(+), 32 deletions(-) diff --git a/litellm/tests/langfuse.log b/litellm/tests/langfuse.log index 0546ed7b3e..e69de29bb2 100644 --- a/litellm/tests/langfuse.log +++ b/litellm/tests/langfuse.log @@ -1,30 +0,0 @@ -Task exception was never retrieved -future: exception=RuntimeError('Event loop is closed')> -Traceback (most recent call last): - File "/opt/homebrew/lib/python3.11/site-packages/prisma/engine/query.py", line 112, in aclose - await self._close_session() - File "/opt/homebrew/lib/python3.11/site-packages/prisma/engine/query.py", line 116, in _close_session - await self.session.close() - File "/opt/homebrew/lib/python3.11/site-packages/prisma/_async_http.py", line 35, in close - await self.session.aclose() - File "/opt/homebrew/lib/python3.11/site-packages/httpx/_client.py", line 1974, in aclose - await self._transport.aclose() - File "/opt/homebrew/lib/python3.11/site-packages/httpx/_transports/default.py", line 365, in aclose - await self._pool.aclose() - File "/opt/homebrew/lib/python3.11/site-packages/httpcore/_async/connection_pool.py", line 314, in aclose - await connection.aclose() - File "/opt/homebrew/lib/python3.11/site-packages/httpcore/_async/connection.py", line 166, in aclose - await self._connection.aclose() - File "/opt/homebrew/lib/python3.11/site-packages/httpcore/_async/http11.py", line 241, in aclose - await self._network_stream.aclose() - File "/opt/homebrew/lib/python3.11/site-packages/httpcore/_backends/anyio.py", line 54, in aclose - await self._stream.aclose() - File "/opt/homebrew/lib/python3.11/site-packages/anyio/_backends/_asyncio.py", line 1261, in aclose - self._transport.close() - File "/opt/homebrew/Cellar/python@3.11/3.11.6_1/Frameworks/Python.framework/Versions/3.11/lib/python3.11/asyncio/selector_events.py", line 860, in close - self._loop.call_soon(self._call_connection_lost, None) - File "/opt/homebrew/Cellar/python@3.11/3.11.6_1/Frameworks/Python.framework/Versions/3.11/lib/python3.11/asyncio/base_events.py", line 761, in call_soon - self._check_closed() - File "/opt/homebrew/Cellar/python@3.11/3.11.6_1/Frameworks/Python.framework/Versions/3.11/lib/python3.11/asyncio/base_events.py", line 519, in _check_closed - raise RuntimeError('Event loop is closed') -RuntimeError: Event loop is closed diff --git a/pyproject.toml b/pyproject.toml index 6cf094b1a0..7f33270024 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -1,6 +1,6 @@ [tool.poetry] name = "litellm" -version = "1.12.5.dev1" +version = "1.12.5" description = "Library to easily interface with LLM API providers" authors = ["BerriAI"] license = "MIT License" @@ -55,7 +55,7 @@ requires = ["poetry-core", "wheel"] build-backend = "poetry.core.masonry.api" [tool.commitizen] -version = "1.12.5.dev1" +version = "1.12.5" version_files = [ "pyproject.toml:^version" ]