File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 11[tool .poetry ]
22name = " duohub"
3- version = " 0.13.3 "
3+ version = " 0.13.4 "
44description = " duohub retriever package for querying memories"
55authors = [" Oseh Mathias <o@matmail.me>" ]
66license = " ISC"
@@ -14,11 +14,15 @@ classifiers = [
1414 " Intended Audience :: Developers" ,
1515 " License :: OSI Approved :: ISC License (ISCL)" ,
1616 " Programming Language :: Python :: 3" ,
17+ " Programming Language :: Python :: 3.9" ,
18+ " Programming Language :: Python :: 3.10" ,
19+ " Programming Language :: Python :: 3.11" ,
1720 " Programming Language :: Python :: 3.12" ,
21+ " Programming Language :: Python :: 3.13" ,
1822]
1923
2024[tool .poetry .dependencies ]
21- python = " ^3.12 "
25+ python = " >=3.9,<3.14 "
2226httpx = " ^0.27.2"
2327
2428
Original file line number Diff line number Diff line change 1- __version__ = "0.13.3 "
1+ __version__ = "0.13.4 "
22
33from .client import Duohub
44
You can’t perform that action at this time.
0 commit comments