File tree Expand file tree Collapse file tree 3 files changed +5
-4
lines changed
Expand file tree Collapse file tree 3 files changed +5
-4
lines changed Original file line number Diff line number Diff line change 6262
6363/src /aks-preview / @ andyzhangx @ andyliuliming @ fumingzhang
6464
65- /src /aks-agent / @ nilo19 @ mainerd
66-
6765/src /bastion / @ aavalang
6866
6967/src /vm-repair / @ haagha
Original file line number Diff line number Diff line change 1+ poetry.lock
2+ pyproject.toml
Original file line number Diff line number Diff line change 99
1010from setuptools import find_packages , setup
1111
12- VERSION = "1.0.0b2 "
12+ VERSION = "1.0.0b3 "
1313
1414CLASSIFIERS = [
1515 "Development Status :: 4 - Beta" ,
2424]
2525
2626DEPENDENCIES = [
27- "holmesgpt==0.12.6; python_version >= '3.10'" ,
2827 "pytest-asyncio>=1.1.0" ,
28+ "pydantic-core" ,
29+ "holmesgpt==0.12.6; python_version >= '3.10'" ,
2930]
3031
3132with open1 ("README.rst" , "r" , encoding = "utf-8" ) as f :
You can’t perform that action at this time.
0 commit comments