diff --git a/community/custom_llm_gemini/pyproject.toml b/community/custom_llm_gemini/pyproject.toml index 7340e0d..4f76dcc 100644 --- a/community/custom_llm_gemini/pyproject.toml +++ b/community/custom_llm_gemini/pyproject.toml @@ -16,7 +16,7 @@ dependencies = [ "flask-cors==5.0.0", "rich==13.9.2", "google-generativeai==0.8.3", - "h11==0.14.0", + "h11==0.16.0", ] [project.scripts]