Skip to content

Commit

Permalink
⬆️ bump patch version
Browse files Browse the repository at this point in the history
  • Loading branch information
ajndkr committed May 13, 2023
1 parent 3d04ba4 commit 59154e1
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 6 deletions.
10 changes: 5 additions & 5 deletions examples/requirements.txt
Original file line number Diff line number Diff line change
Expand Up @@ -52,7 +52,7 @@ fastapi==0.95.1
# -r requirements.in
# fastapi-async-langchain
# gradio
fastapi-async-langchain==0.5.0
fastapi-async-langchain==0.5.4
# via -r requirements.in
ffmpy==0.3.0
# via gradio
Expand All @@ -68,9 +68,9 @@ fsspec==2023.5.0
# via
# gradio-client
# huggingface-hub
gradio==3.29.0
gradio==3.30.0
# via -r requirements.in
gradio-client==0.2.2
gradio-client==0.2.4
# via gradio
greenlet==2.0.2
# via sqlalchemy
Expand Down Expand Up @@ -106,7 +106,7 @@ jsonschema==4.17.3
# via altair
kiwisolver==1.4.4
# via matplotlib
langchain==0.0.164
langchain==0.0.167
# via
# -r requirements.in
# fastapi-async-langchain
Expand Down Expand Up @@ -220,7 +220,7 @@ sniffio==1.3.0
# anyio
# httpcore
# httpx
sqlalchemy==2.0.12
sqlalchemy==2.0.13
# via langchain
starlette==0.26.1
# via fastapi
Expand Down
2 changes: 1 addition & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[tool.poetry]
name = "fastapi-async-langchain"
version = "0.5.3"
version = "0.5.4"
description = "Ship production-ready LangChain projects with FastAPI"
authors = ["Ajinkya Indulkar <26824103+ajndkr@users.noreply.github.com>"]
readme = "README.md"
Expand Down

0 comments on commit 59154e1

Please sign in to comment.