Skip to content

Commit 8eeed67

Browse files
committed
make anthropic version more flexible
1 parent f92889f commit 8eeed67

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

pyproject.toml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[project]
22
name = "palimpzest"
3-
version = "1.3.1"
3+
version = "1.3.2"
44
description = "Palimpzest is a system which enables anyone to process AI-powered analytical queries simply by defining them in a declarative language"
55
readme = "README.md"
66
requires-python = ">=3.12"
@@ -9,7 +9,7 @@ authors = [
99
{name="MIT DSG Semantic Management Lab", email="michjc@csail.mit.edu"},
1010
]
1111
dependencies = [
12-
"anthropic>=0.55.0",
12+
"anthropic>=0.46.0",
1313
"beautifulsoup4>=4.13.4",
1414
"chromadb>=1.0.15",
1515
"colorama>=0.4.6",

0 commit comments

Comments
 (0)