Skip to content

Commit 53292ac

Browse files
fix(models): update default mathy version string to use range
1 parent 3623a5c commit 53292ac

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

libraries/mathy_python/mathy/agents/base_config.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@ class Config:
1616
author: str = about.__author__
1717
email: str = about.__email__
1818
url: str = about.__uri__
19-
mathy_version: str = about.__version__
19+
mathy_version: str = f">={about.__version__},<1.0.0"
2020

2121
units: int = 64
2222
embedding_units: int = 128

0 commit comments

Comments
 (0)