Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

chore(deps): update dependency langchain-openai to v0.1.24 #1805

Merged
merged 1 commit into from
Sep 13, 2024
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
chore(deps): update dependency langchain-openai to v0.1.24
renovate[bot] authored Sep 13, 2024
commit 0ebd40f2576787d9753feb77412052b23380426b
2 changes: 1 addition & 1 deletion requirements/base.txt
Original file line number Diff line number Diff line change
@@ -96,5 +96,5 @@ langchain==0.2.16
langchain-community==0.2.17
#langchain[llms]==0.1.5
openai==1.42.0
langchain-openai==0.1.22
langchain-openai==0.1.24
tiktoken==0.7.0

Unchanged files with check annotations Beta

WORKDIR /code
# Install python dependencies
ENV PYTHONUNBUFFERED 1

Check warning on line 9 in .contrib/docker/Dockerfile.web.production

GitHub Actions / build-and-push

Legacy key/value format with whitespace separator should not be used

LegacyKeyValueFormat: "ENV key=value" should be used instead of legacy "ENV key value" format More info: https://docs.docker.com/go/dockerfile/rule/legacy-key-value-format/
RUN apt-get update \
&& apt-get install -y --no-install-recommends \
python3-dev default-libmysqlclient-dev build-essential \