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" ]