From 708dda7ea737b698af37590cee9e3adc3dc180bf Mon Sep 17 00:00:00 2001 From: Yan Wang Date: Wed, 19 Feb 2025 21:51:46 -0800 Subject: [PATCH] Update the README and requirements.txt to resolve a build failure when using python 3.13. Fix Issue #76. --- README.md | 2 -- requirements.txt | 2 +- 2 files changed, 1 insertion(+), 3 deletions(-) diff --git a/README.md b/README.md index b7db8e7..efb0113 100644 --- a/README.md +++ b/README.md @@ -25,8 +25,6 @@ Devin impressed many by acting like an intern who writes its own plan, updates t cookiecutter gh:grapeot/devin.cursorrules --checkout template ``` - Note we had reports on python 3.13 isn't compatible (Issue [#76](https://github.com/grapeot/devin.cursorrules/issues/76)). It's recommended to use 3.12 or lower for now. - **Option 2: Manual Setup** Copy the `tools` folder and the following config files into your project root folder: Windsurf users need both `.windsurfrules` and `scratchpad.md` files. Cursor users only need the `.cursorrules` file. Github Copilot users need the `.github/copilot-instructions.md` file. diff --git a/requirements.txt b/requirements.txt index 8eebd46..92ab6d7 100644 --- a/requirements.txt +++ b/requirements.txt @@ -19,4 +19,4 @@ pytest-asyncio>=0.23.5 google-generativeai # gRPC, for Google Generative AI preventing WARNING: All log messages before absl::InitializeLog() is called are written to STDERR -grpcio==1.60.1 +grpcio==1.70.0