mirror of
https://github.com/tiennm99/litellm.git
synced 2026-07-06 09:09:35 +00:00
build(pyproject.toml): remove ijson dep. add jsonschema dep.
This commit is contained in:
@@ -12,7 +12,6 @@ from functools import partial
|
||||
from typing import Any, Callable, Dict, List, Literal, Optional, Tuple, Union
|
||||
|
||||
import httpx # type: ignore
|
||||
import ijson
|
||||
import requests # type: ignore
|
||||
|
||||
import litellm
|
||||
|
||||
+1
-1
@@ -27,7 +27,7 @@ jinja2 = "^3.1.2"
|
||||
aiohttp = "*"
|
||||
requests = "^2.31.0"
|
||||
pydantic = "^2.0.0"
|
||||
ijson = "*"
|
||||
jsonschema = "^4.22.0"
|
||||
|
||||
uvicorn = {version = "^0.22.0", optional = true}
|
||||
gunicorn = {version = "^22.0.0", optional = true}
|
||||
|
||||
+1
-1
@@ -46,5 +46,5 @@ aiohttp==3.9.0 # for network calls
|
||||
aioboto3==12.3.0 # for async sagemaker calls
|
||||
tenacity==8.2.3 # for retrying requests, when litellm.num_retries set
|
||||
pydantic==2.7.1 # proxy + openai req.
|
||||
ijson==3.2.3 # for google ai studio streaming
|
||||
jsonschema==4.22.0 # validating json schema
|
||||
####
|
||||
Reference in New Issue
Block a user