Skip to content

Commit

Permalink
Updated requirements.in
Browse files Browse the repository at this point in the history
Signed-off-by: JonahSussman <sussmanjonah@gmail.com>
  • Loading branch information
JonahSussman committed Aug 20, 2024
1 parent 9a28c61 commit 84ab0d2
Show file tree
Hide file tree
Showing 2 changed files with 9 additions and 8 deletions.
2 changes: 1 addition & 1 deletion requirements.in
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@ langchain-experimental==0.0.64
gunicorn==22.0.0
tree-sitter==0.22.3
tree-sitter-java==0.21.0
sequoia-diff==0.0.7
sequoia-diff==0.0.8
# Fabian's fork has changes that fix some async issues in the real vcrpy that
# are yet to be accepted
vcrpy @ git+https://github.com/fabianvf/vcrpy.git@httpx-async-threadpool
Expand Down
15 changes: 8 additions & 7 deletions requirements.txt
Original file line number Diff line number Diff line change
Expand Up @@ -117,6 +117,7 @@ httpx==0.26.0
# via
# ibm-generative-ai
# jupyterlab
# langsmith
# openai
httpx-sse==0.3.1
# via ibm-generative-ai
Expand Down Expand Up @@ -233,7 +234,7 @@ langchain-community==0.2.10
# via
# -r requirements.in
# langchain-experimental
langchain-core==0.2.32
langchain-core==0.2.33
# via
# langchain
# langchain-community
Expand All @@ -246,7 +247,7 @@ langchain-openai==0.1.17
# via -r requirements.in
langchain-text-splitters==0.2.2
# via langchain
langsmith==0.1.99
langsmith==0.1.100
# via
# langchain
# langchain-community
Expand All @@ -257,7 +258,7 @@ markupsafe==2.1.5
# via
# jinja2
# nbconvert
marshmallow==3.21.3
marshmallow==3.22.0
# via dataclasses-json
matplotlib-inline==0.1.7
# via
Expand Down Expand Up @@ -296,7 +297,7 @@ numpy==1.26.4
# via
# langchain
# langchain-community
openai==1.40.7
openai==1.41.1
# via langchain-openai
orjson==3.10.7
# via langsmith
Expand Down Expand Up @@ -384,7 +385,7 @@ pyyaml==6.0.1
# langchain-core
# nbdev
# vcrpy
pyzmq==26.1.0
pyzmq==26.1.1
# via
# ipykernel
# jupyter-client
Expand Down Expand Up @@ -426,7 +427,7 @@ s3transfer==0.10.2
# via boto3
send2trash==1.8.3
# via jupyter-server
sequoia-diff==0.0.7
sequoia-diff==0.0.8
# via -r requirements.in
six==1.16.0
# via
Expand Down Expand Up @@ -549,5 +550,5 @@ yarl==1.9.4
# The following packages are considered to be unsafe in a requirements file:
pip==24.2
# via ghapi
setuptools==72.2.0
setuptools==73.0.1
# via jupyterlab

0 comments on commit 84ab0d2

Please sign in to comment.