From e361d0482810f3c84f5d9d086ab17fb97db05a94 Mon Sep 17 00:00:00 2001 From: Anusha Bagalkotkar Date: Wed, 16 Oct 2024 14:47:05 -0700 Subject: [PATCH 1/2] Create SECURITY.md --- SECURITY.md | 11 +++++++++++ 1 file changed, 11 insertions(+) create mode 100644 SECURITY.md diff --git a/SECURITY.md b/SECURITY.md new file mode 100644 index 0000000..e62516c --- /dev/null +++ b/SECURITY.md @@ -0,0 +1,11 @@ +# Security Policy + +## Supported Versions + +| Version | Supported | +| ------- | ------------------ | +| 1.0.0 | :white_check_mark: | + +## Reporting a Vulnerability + +If you notice any security vulnerabilities, please reach out by raising a [new issue](https://github.com/zillow/compliant-real-estate-chatbot/issues/new). From 1a9222c9e9b3b3166d5469e2beb440f3f7439609 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 16 Oct 2024 22:42:35 +0000 Subject: [PATCH 2/2] Bump gradio from 4.44.1 to 5.0.0 Bumps [gradio](https://github.com/gradio-app/gradio) from 4.44.1 to 5.0.0. - [Release notes](https://github.com/gradio-app/gradio/releases) - [Changelog](https://github.com/gradio-app/gradio/blob/main/CHANGELOG.md) - [Commits](https://github.com/gradio-app/gradio/compare/gradio@4.44.1...gradio@5.0.0) --- updated-dependencies: - dependency-name: gradio dependency-type: direct:production ... Signed-off-by: dependabot[bot] --- requirements.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/requirements.txt b/requirements.txt index 28be5a2..bd0f71f 100644 --- a/requirements.txt +++ b/requirements.txt @@ -2,7 +2,7 @@ transformers==4.45.1 datasets==3.0.1 deepeval==1.3.2 fire==0.7.0 -gradio==4.44.1 +gradio==5.0.0 langchain_aws==0.2.1 langchain_chroma==0.1.4 langchain_community==0.3.1