Skip to content

Commit

Permalink
issue #1141: update requirements
Browse files Browse the repository at this point in the history
  • Loading branch information
Luca Callocchia committed Jan 21, 2025
1 parent 772ce1b commit 6e145f7
Show file tree
Hide file tree
Showing 2 changed files with 39 additions and 39 deletions.
66 changes: 33 additions & 33 deletions ai-packages/embedding-modules/app/openai/requirements.openai.txt
Original file line number Diff line number Diff line change
@@ -1,49 +1,49 @@
aiohttp==3.9.5
aiohttp==3.10.5
aiosignal==1.3.1
annotated-types==0.7.0
anyio==4.4.0
attrs==23.2.0
certifi==2024.2.2
attrs==24.2.0
certifi==2024.8.30
charset-normalizer==3.3.2
dataclasses-json==0.6.7
distro==1.9.0
frozenlist==1.4.1
greenlet==3.0.3
grpcio==1.64.0
grpcio-tools==1.64.0
greenlet==3.1.0
grpcio==1.66.1
grpcio-tools==1.66.1
h11==0.14.0
httpcore==1.0.5
httpx==0.27.0
idna==3.7
httpx==0.27.2
idna==3.10
jsonpatch==1.33
jsonpointer==2.4
langchain==0.2.11
langchain-community==0.2.10
langchain-core==0.2.23
langchain-experimental==0.0.63
langchain-openai==0.1.8
langchain-text-splitters==0.2.0
langsmith==0.1.93
marshmallow==3.21.3
multidict==6.0.5
jsonpointer==3.0.0
langchain==0.3.15
langchain-community==0.3.15
langchain-core==0.3.31
langchain-experimental==0.3.0
langchain-openai==0.3.1
langchain-text-splitters==0.3.5
langsmith==0.2.11
marshmallow==3.22.0
multidict==6.1.0
mypy-extensions==1.0.0
numpy==1.26.4
openai==1.31.0
openai==1.59.9
orjson==3.10.3
packaging==23.2
protobuf==5.27.0
pydantic==2.8.2
pydantic_core==2.20.1
PyYAML==6.0.1
regex==2024.5.15
requests==2.32.2
setuptools==70.0.0
protobuf==5.28.1
pydantic==2.9.1
pydantic_core==2.23.3
PyYAML==6.0.2
regex==2024.9.11
requests==2.32.3
setuptools==75.0.0
sniffio==1.3.1
SQLAlchemy==2.0.31
tenacity==8.3.0
tiktoken==0.7.0
tqdm==4.66.4
SQLAlchemy==2.0.34
tenacity==8.5.0
tiktoken==0.8.0
tqdm==4.66.5
typing-inspect==0.9.0
typing_extensions==4.12.0
urllib3==2.2.1
yarl==1.9.4
typing_extensions==4.12.2
urllib3==2.2.3
yarl==1.11.1
Original file line number Diff line number Diff line change
Expand Up @@ -29,13 +29,13 @@ Jinja2==3.1.4
joblib==1.4.2
jsonpatch==1.33
jsonpointer==3.0.0
langchain==0.3.0
langchain-community==0.3.0
langchain-core==0.3.0
langchain==0.3.15
langchain-community==0.3.15
langchain-core==0.3.31
langchain-experimental==0.3.0
langchain-huggingface==0.1.0
langchain-text-splitters==0.3.0
langsmith==0.1.120
langchain-huggingface==0.1.2
langchain-text-splitters==0.3.5
langsmith==0.2.11
MarkupSafe==2.1.5
marshmallow==3.22.0
mpmath==1.3.0
Expand Down

0 comments on commit 6e145f7

Please sign in to comment.