We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent b3c2213 commit 3bb04bfCopy full SHA for 3bb04bf
pyproject.toml
@@ -6,7 +6,7 @@ build-backend = "setuptools.build_meta"
6
name = "superduper-framework"
7
description = "Build compositional and declarative AI applications and agents"
8
readme = "README.md"
9
-version = '0.7.2'
+version = '0.7.3'
10
license = {file = "LICENSE"}
11
maintainers = [{name = "superduper.io, Inc.", email = "[email protected]"}]
12
keywords = [
@@ -70,7 +70,7 @@ test = [
70
"pre-commit",
71
"black==25.1.0",
72
"ruff==0.4.4",
73
- "mypy",
+ "mypy==1.15.0",
74
"types-PyYAML",
75
"types-requests",
76
"interrogate",
0 commit comments