diff --git a/litellm/tests/test_embedding.py b/litellm/tests/test_embedding.py index 705828a73e..82f0c08ff3 100644 --- a/litellm/tests/test_embedding.py +++ b/litellm/tests/test_embedding.py @@ -24,4 +24,4 @@ def test_openai_embedding(): pytest.fail(f"Error occurred: {e}") -test_openai_embedding() +# test_openai_embedding() diff --git a/pyproject.toml b/pyproject.toml index a544f2dbcc..affedd2dab 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -1,6 +1,6 @@ [tool.poetry] name = "litellm" -version = "0.1.570" +version = "0.1.574" description = "Library to easily interface with LLM API providers" authors = ["BerriAI"] license = "MIT License"