Skip to content

Commit 45c7e8a

Browse files
authored
updated pypdf to 6.1.3 abd starlette to 0.49.1 (#4634)
1 parent 3d1a56c commit 45c7e8a

File tree

1 file changed

+4
-3
lines changed

1 file changed

+4
-3
lines changed

assets/large_language_models/rag/environments/rag_embeddings/context/conda_dependencies.yaml

Lines changed: 4 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ channels:
44
- anaconda
55
dependencies:
66
- python=3.9
7-
- pip=24.0
7+
- pip=25.3
88
- pip:
99
# RAG package
1010
- azureml-rag>=0.2.37.1
@@ -30,7 +30,8 @@ dependencies:
3030
- pandas>=1 # explicitly install for [data_generation] [document_parsing]
3131
- pymilvus>=2.3.0 # explicitly install for [milvus]
3232
- pymongo # explicitly install for [azure_cosmos_mongo_vcore]
33-
- pypdf~=6.0.0 # explicitly install for [document_parsing]
33+
- pypdf~=6.1.3 # explicitly install for [document_parsing]
34+
- starlette>=0.49.1 # security update
3435
- tika~=2.6.0 # explicitly install for [document_parsing]
3536
- unstructured # explicitly install for [document_parsing]
3637
# Other public packages
@@ -40,4 +41,4 @@ dependencies:
4041
- psutil~=5.8.0
4142
- pymssql==2.2.7
4243
- sentence-transformers
43-
- sqlalchemy==1.4.46
44+
- sqlalchemy==1.4.46

0 commit comments

Comments
 (0)