We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent f92889f commit 8eeed67Copy full SHA for 8eeed67
1 file changed
pyproject.toml
@@ -1,6 +1,6 @@
1
[project]
2
name = "palimpzest"
3
-version = "1.3.1"
+version = "1.3.2"
4
description = "Palimpzest is a system which enables anyone to process AI-powered analytical queries simply by defining them in a declarative language"
5
readme = "README.md"
6
requires-python = ">=3.12"
@@ -9,7 +9,7 @@ authors = [
9
{name="MIT DSG Semantic Management Lab", email="michjc@csail.mit.edu"},
10
]
11
dependencies = [
12
- "anthropic>=0.55.0",
+ "anthropic>=0.46.0",
13
"beautifulsoup4>=4.13.4",
14
"chromadb>=1.0.15",
15
"colorama>=0.4.6",
0 commit comments