Skip to content

Commit

Permalink
build(deps): upgrade dependencies (#156)
Browse files Browse the repository at this point in the history
Co-authored-by: github-actions <github-actions@github.com>
  • Loading branch information
github-actions[bot] and github-actions authored Nov 25, 2023
1 parent df95a09 commit daacb1b
Show file tree
Hide file tree
Showing 3 changed files with 345 additions and 339 deletions.
2 changes: 1 addition & 1 deletion .pre-commit-config.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@ repos:
- id: black

- repo: https://github.com/charliermarsh/ruff-pre-commit
rev: v0.1.5
rev: v0.1.6
hooks:
- id: ruff
args: [--fix, --exit-non-zero-on-fix]
Expand Down
36 changes: 17 additions & 19 deletions examples/requirements.txt
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
#
aiofiles==23.2.1
# via gradio
aiohttp==3.8.6
aiohttp==3.9.0
# via langchain
aiosignal==1.3.1
# via aiohttp
Expand All @@ -29,15 +29,13 @@ attrs==23.1.0
# aiohttp
# jsonschema
# referencing
certifi==2023.7.22
certifi==2023.11.17
# via
# httpcore
# httpx
# requests
charset-normalizer==3.3.2
# via
# aiohttp
# requests
# via requests
click==8.1.7
# via uvicorn
contourpy==1.2.0
Expand All @@ -48,7 +46,7 @@ dataclasses-json==0.6.2
# via langchain
distro==1.8.0
# via openai
exceptiongroup==1.1.3
exceptiongroup==1.2.0
# via anyio
faiss-cpu==1.7.4
# via -r requirements.in
Expand All @@ -61,7 +59,7 @@ ffmpy==0.3.1
# via gradio
filelock==3.13.1
# via huggingface-hub
fonttools==4.44.1
fonttools==4.45.1
# via matplotlib
frozenlist==1.4.0
# via
Expand All @@ -85,16 +83,16 @@ httpcore==1.0.2
# via httpx
httptools==0.6.1
# via uvicorn
httpx==0.25.1
httpx==0.25.2
# via
# gradio
# gradio-client
# openai
huggingface-hub==0.19.1
huggingface-hub==0.19.4
# via
# gradio
# gradio-client
idna==3.4
idna==3.5
# via
# anyio
# httpx
Expand All @@ -112,27 +110,27 @@ jsonpatch==1.33
# via langchain
jsonpointer==2.4
# via jsonpatch
jsonschema==4.19.2
jsonschema==4.20.0
# via altair
jsonschema-specifications==2023.7.1
jsonschema-specifications==2023.11.1
# via jsonschema
kiwisolver==1.4.5
# via matplotlib
lanarky==0.7.17
# via -r requirements.in
langchain==0.0.335
langchain==0.0.340
# via
# -r requirements.in
# lanarky
langsmith==0.0.64
langsmith==0.0.66
# via langchain
markupsafe==2.1.3
# via
# gradio
# jinja2
marshmallow==3.20.1
# via dataclasses-json
matplotlib==3.8.1
matplotlib==3.8.2
# via gradio
multidict==6.0.4
# via
Expand All @@ -148,7 +146,7 @@ numpy==1.26.2
# langchain
# matplotlib
# pandas
openai==1.2.4
openai==1.3.5
# via -r requirements.in
orjson==3.9.10
# via gradio
Expand Down Expand Up @@ -197,7 +195,7 @@ pyyaml==6.0.1
# huggingface-hub
# langchain
# uvicorn
referencing==0.30.2
referencing==0.31.0
# via
# jsonschema
# jsonschema-specifications
Expand All @@ -211,7 +209,7 @@ requests==2.31.0
# langchain
# langsmith
# tiktoken
rpds-py==0.12.0
rpds-py==0.13.1
# via
# jsonschema
# referencing
Expand Down Expand Up @@ -269,7 +267,7 @@ websockets==11.0.3
# gradio
# gradio-client
# uvicorn
yarl==1.9.2
yarl==1.9.3
# via aiohttp
zipp==3.17.0
# via importlib-resources
Loading

0 comments on commit daacb1b

Please sign in to comment.