forked from phoenix/litellm-mirror
build(pyproject.toml): remove ijson dep. add jsonschema dep.
This commit is contained in:
parent
5df940c54d
commit
824e0c5e39
3 changed files with 2 additions and 3 deletions
|
@ -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
|
||||
|
|
|
@ -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}
|
||||
|
|
|
@ -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
|
||||
####
|
Loading…
Add table
Add a link
Reference in a new issue