Skip to content

Commit

Permalink
chore(deps): update python (#1326)
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate-bot authored Jun 17, 2024
1 parent 0f095c6 commit 4172fb7
Show file tree
Hide file tree
Showing 11 changed files with 19 additions and 19 deletions.
2 changes: 1 addition & 1 deletion ai-ml/llm-serving-gemma/gradio/app/requirements.txt
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
gradio==4.36.0
gradio==4.36.1

2 changes: 1 addition & 1 deletion batch/aiml-workloads/src/requirements.in
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
pandas==2.2.2
scikit-learn==1.5.0
redis==5.0.4
redis==5.0.5
2 changes: 1 addition & 1 deletion batch/aiml-workloads/src/requirements.txt
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ python-dateutil==2.9.0.post0
# via pandas
pytz==2024.1
# via pandas
redis==5.0.4
redis==5.0.5
# via -r requirements.in
scikit-learn==1.5.0
# via -r requirements.in
Expand Down
2 changes: 1 addition & 1 deletion batch/airflow/secrets/requirements.txt
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
## The following requirements were added by pip freeze:
cffi==1.16.0
cryptography==42.0.7
cryptography==42.0.8
pycparser==2.22
2 changes: 1 addition & 1 deletion databases/cloud-pubsub/requirements.txt
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
google-cloud-pubsub~=2.21.0
google-auth~=2.29.0
google-auth~=2.30.0
6 changes: 3 additions & 3 deletions databases/elasticsearch/docker/chatbot/requirements.txt
Original file line number Diff line number Diff line change
@@ -1,8 +1,8 @@
streamlit==1.35.0
google-cloud-aiplatform==1.53.0
langchain==0.2.1
google-cloud-aiplatform==1.54.1
langchain==0.2.3
langchain-community==0.2.1
langchain-google-vertexai==1.0.5
elasticsearch==8.13.2
elasticsearch==8.14.0
arxiv==2.1.0
pymupdf==1.24.5
6 changes: 3 additions & 3 deletions databases/elasticsearch/docker/embed-docs/requirements.txt
Original file line number Diff line number Diff line change
@@ -1,9 +1,9 @@
google-cloud-storage==2.16.0
google-cloud-aiplatform==1.53.0
langchain==0.2.1
google-cloud-aiplatform==1.54.1
langchain==0.2.3
langchain-community==0.2.1
langchain-google-vertexai==1.0.5
elasticsearch==8.13.2
elasticsearch==8.14.0
pypdf==3.17.4
click==8.1.7
Flask==2.3.3
Expand Down
4 changes: 2 additions & 2 deletions databases/postgres-pgvector/docker/chatbot/requirements.txt
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
streamlit==1.35.0
google-cloud-aiplatform==1.53.0
langchain==0.2.1
google-cloud-aiplatform==1.54.1
langchain==0.2.3
langchain-community==0.2.1
langchain-google-vertexai==1.0.5
pgvector==0.2.5
Expand Down
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
google-cloud-storage==2.16.0
google-cloud-aiplatform==1.53.0
langchain==0.2.1
google-cloud-aiplatform==1.54.1
langchain==0.2.3
langchain-community==0.2.1
langchain-google-vertexai==1.0.5
pgvector==0.2.5
Expand Down
4 changes: 2 additions & 2 deletions databases/qdrant/docker/chatbot/requirements.txt
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
streamlit==1.35.0
google-cloud-aiplatform==1.53.0
langchain==0.2.1
google-cloud-aiplatform==1.54.1
langchain==0.2.3
langchain-community==0.2.1
langchain-google-vertexai==1.0.5
qdrant-client==1.9.1
Expand Down
4 changes: 2 additions & 2 deletions databases/qdrant/docker/embed-docs/requirements.txt
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
google-cloud-storage==2.16.0
google-cloud-aiplatform==1.53.0
langchain==0.2.1
google-cloud-aiplatform==1.54.1
langchain==0.2.3
langchain-community==0.2.1
langchain-google-vertexai==1.0.5
qdrant-client==1.9.1
Expand Down

0 comments on commit 4172fb7

Please sign in to comment.