From dc0ef694ef2f04acb6cc5fa3abdfb57e4c5a5ee4 Mon Sep 17 00:00:00 2001 From: Vladimir Kalnitsky Date: Sat, 9 Nov 2024 20:33:48 +0400 Subject: [PATCH] Update dependencies --- python/metaprompt/requirements.txt | 14 +++++++++++++- 1 file changed, 13 insertions(+), 1 deletion(-) diff --git a/python/metaprompt/requirements.txt b/python/metaprompt/requirements.txt index 2c33144..2caa7c7 100644 --- a/python/metaprompt/requirements.txt +++ b/python/metaprompt/requirements.txt @@ -11,24 +11,32 @@ build==1.2.2.post1 certifi==2024.8.30 charset-normalizer==3.4.0 click==8.1.7 +dataclasses-json==0.6.7 +distro==1.9.0 frozenlist==1.5.0 greenlet==3.1.1 h11==0.14.0 httpcore==1.0.6 httpx==0.27.2 +httpx-sse==0.4.0 idna==3.10 iniconfig==2.0.0 install-jdk==1.1.0 invoke==2.2.0 +jiter==0.7.0 jsonpatch==1.33 jsonpointer==3.0.0 langchain==0.3.7 +langchain-community==0.3.5 langchain-core==0.3.15 langchain-text-splitters==0.3.2 langsmith==0.1.142 +marshmallow==3.23.1 +metaprompt==0.0.1 multidict==6.1.0 mypy-extensions==1.0.0 numpy==1.26.4 +openai==1.54.3 orjson==3.10.11 packaging==24.2 pathspec==0.12.1 @@ -37,15 +45,19 @@ platformdirs==4.3.6 pluggy==1.5.0 propcache==0.2.0 pydantic==2.9.2 +pydantic-settings==2.6.1 pydantic_core==2.23.4 pyproject_hooks==1.2.0 pytest==8.3.3 +python-dotenv==1.0.1 PyYAML==6.0.2 requests==2.32.3 requests-toolbelt==1.0.0 sniffio==1.3.1 -SQLAlchemy==2.0.36 +SQLAlchemy==2.0.35 tenacity==9.0.0 +tqdm==4.67.0 +typing-inspect==0.9.0 typing_extensions==4.12.2 urllib3==2.2.3 yarl==1.17.1