Skip to content

Commit 5392632

Browse files
committed
Reorganize docs structure and update package dependencies for v2.2.16
1 parent e597c4a commit 5392632

4 files changed

Lines changed: 3 additions & 11 deletions

File tree

β€Ž.cursorrulesβ€Ž

Lines changed: 0 additions & 8 deletions
This file was deleted.
File renamed without changes.

β€Žpraisonai.rbβ€Ž

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -3,11 +3,11 @@ class Praisonai < Formula
33

44
desc "AI tools for various AI applications"
55
homepage "https://github.com/MervinPraison/PraisonAI"
6-
url "https://github.com/MervinPraison/PraisonAI/archive/refs/tags/2.1.1.tar.gz"
7-
sha256 "1828fb9227d10f991522c3f24f061943a254b667196b40b1a3e4a54a8d30ce32" # Replace with actual SHA256 checksum
6+
url "https://github.com/MervinPraison/PraisonAI/archive/refs/tags/v2.2.16.tar.gz"
7+
sha256 `curl -sL https://github.com/MervinPraison/PraisonAI/archive/refs/tags/v2.2.16.tar.gz | shasum -a 256`.split.first
88
license "MIT"
99

10-
depends_on "python@3.9"
10+
depends_on "python@3.11"
1111

1212
def install
1313
virtualenv_install_with_resources

0 commit comments

Comments
Β (0)