diff --git a/openai_forward/__init__.py b/openai_forward/__init__.py index 87fa7a8..da6aceb 100644 --- a/openai_forward/__init__.py +++ b/openai_forward/__init__.py @@ -1,4 +1,4 @@ -__version__ = "0.6.11" +__version__ = "0.6.12" from dotenv import load_dotenv diff --git a/pyproject.toml b/pyproject.toml index 7d3c380..e288d25 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -29,7 +29,8 @@ dependencies = [ "pytz", "slowapi==0.1.8", "aiohttp>=3.8.5", - "flaxkv[client]>=0.2.4", + "flaxkv[client]>=0.2.7", + "httpx[http2]>=0.26.0", "msgpack", "tiktoken>=0.5.1", "tomli",