diff --git a/model_servers/object_detection_python/src/requirements.txt b/model_servers/object_detection_python/src/requirements.txt index 7b00791a..4192ce1d 100644 --- a/model_servers/object_detection_python/src/requirements.txt +++ b/model_servers/object_detection_python/src/requirements.txt @@ -6,7 +6,7 @@ click==8.1.8 dnspython==2.6.1 email_validator==2.2.0 fastapi==0.111.1 -fastapi-cli==0.0.7 +fastapi-cli==0.0.8 filelock==3.15.4 fsspec==2024.6.1 h11==0.16.0 @@ -39,7 +39,7 @@ shellingham==1.5.4 sniffio==1.3.1 starlette==0.37.2 sympy==1.12.1 -timm==1.0.16 +timm==1.0.17 tokenizers==0.19.1 torch==2.3.1 torchvision==0.18.1 diff --git a/recipes/natural_language_processing/chatbot-java-quarkus/app/.mvn/wrapper/maven-wrapper.properties b/recipes/natural_language_processing/chatbot-java-quarkus/app/.mvn/wrapper/maven-wrapper.properties index 2f94e616..12fbe1e9 100644 --- a/recipes/natural_language_processing/chatbot-java-quarkus/app/.mvn/wrapper/maven-wrapper.properties +++ b/recipes/natural_language_processing/chatbot-java-quarkus/app/.mvn/wrapper/maven-wrapper.properties @@ -16,4 +16,4 @@ # under the License. wrapperVersion=3.3.2 distributionType=only-script -distributionUrl=https://repo.maven.apache.org/maven2/org/apache/maven/apache-maven/3.9.10/apache-maven-3.9.10-bin.zip +distributionUrl=https://repo.maven.apache.org/maven2/org/apache/maven/apache-maven/3.9.11/apache-maven-3.9.11-bin.zip diff --git a/recipes/natural_language_processing/chatbot-llama-stack/app/requirements.txt b/recipes/natural_language_processing/chatbot-llama-stack/app/requirements.txt index a98c360c..0fc63a04 100644 --- a/recipes/natural_language_processing/chatbot-llama-stack/app/requirements.txt +++ b/recipes/natural_language_processing/chatbot-llama-stack/app/requirements.txt @@ -1,3 +1,3 @@ streamlit==1.34.0 -llama_stack_client==0.2.10 +llama_stack_client==0.2.15 fire diff --git a/recipes/natural_language_processing/function-calling-nodejs/app/package-lock.json b/recipes/natural_language_processing/function-calling-nodejs/app/package-lock.json index 14f15e49..1d09d7b8 100644 --- a/recipes/natural_language_processing/function-calling-nodejs/app/package-lock.json +++ b/recipes/natural_language_processing/function-calling-nodejs/app/package-lock.json @@ -186,9 +186,9 @@ } }, "node_modules/@langchain/core": { - "version": "0.3.62", - "resolved": "https://registry.npmjs.org/@langchain/core/-/core-0.3.62.tgz", - "integrity": "sha512-GqRTcoUPnozGRMUcA6QkP7LHL/OvanGdB51Jgb0w7IIPDI3wFugxMHZ4gphnGDtxsD1tQY5ykyEpYNxFK8kl1w==", + "version": "0.3.63", + "resolved": "https://registry.npmjs.org/@langchain/core/-/core-0.3.63.tgz", + "integrity": "sha512-CQfyu4WgwizUhSc1YsDDzzHga6WVhLqeuAyCD4VpGAPa3k3QI+H0b3ECFr/WjJMw0amMtHtfgPWMa1tS7P7qVg==", "license": "MIT", "dependencies": { "@cfworker/json-schema": "^4.0.2", diff --git a/recipes/natural_language_processing/rag-nodejs/app/package-lock.json b/recipes/natural_language_processing/rag-nodejs/app/package-lock.json index cee8f2b3..771ec6dc 100644 --- a/recipes/natural_language_processing/rag-nodejs/app/package-lock.json +++ b/recipes/natural_language_processing/rag-nodejs/app/package-lock.json @@ -4052,12 +4052,12 @@ } }, "node_modules/@langchain/community": { - "version": "0.3.48", - "resolved": "https://registry.npmjs.org/@langchain/community/-/community-0.3.48.tgz", - "integrity": "sha512-0KceBKSx34lL5cnbKybWIMQAFTgkZJMOzcZ1YdcagIwgoDa5a4MsJdtTABxaY0gu+87Uo3KqMj+GXx2wQqnZWA==", + "version": "0.3.49", + "resolved": "https://registry.npmjs.org/@langchain/community/-/community-0.3.49.tgz", + "integrity": "sha512-1AAo9mvr1FmqYHUpXhYI8P4NBPC4t9TfUAuvefEImrtb3gZ60fPelVu17ljWlKJcHC1hPSHYpPJWm0Yx7yRvrw==", "license": "MIT", "dependencies": { - "@langchain/openai": ">=0.2.0 <0.6.0", + "@langchain/openai": ">=0.2.0 <0.7.0", "@langchain/weaviate": "^0.2.0", "binary-extensions": "^2.2.0", "expr-eval": "^2.0.2", @@ -4577,9 +4577,9 @@ } }, "node_modules/@langchain/community/node_modules/langsmith": { - "version": "0.3.39", - "resolved": "https://registry.npmjs.org/langsmith/-/langsmith-0.3.39.tgz", - "integrity": "sha512-dzrsERzrDh/jSuhOACcZaZf3zENSROk+1XGWFdBxeBa/aFuV7sQzG+wYH+Pdr+VOw2RUoFzl+PHzkuWZw1zuRQ==", + "version": "0.3.45", + "resolved": "https://registry.npmjs.org/langsmith/-/langsmith-0.3.45.tgz", + "integrity": "sha512-+LNOy/Uv0OWbtcsKHhrVenGLkS8CaM/9Vd2/95QzgQ54YokXlD9sH5LNRNRqxJAMt/NsqoIbZSoXj6rt96e8hw==", "license": "MIT", "dependencies": { "@types/uuid": "^10.0.0",