File tree Expand file tree Collapse file tree 2 files changed +3
-3
lines changed
Expand file tree Collapse file tree 2 files changed +3
-3
lines changed Original file line number Diff line number Diff line change 11[project ]
22name = " veadk-python"
3- version = " 0.5.28 "
3+ version = " 0.5.29 "
44description = " Volcengine agent development kit, integrations with Volcengine cloud services."
55readme = " README.md"
66requires-python = " >=3.10"
@@ -16,7 +16,7 @@ dependencies = [
1616 " a2a-sdk>=0.3.7" , # For Google Agent2Agent protocol
1717 " deprecated==1.2.18" ,
1818 " google-adk>=1.19.0" , # For basic agent architecture
19- " litellm>=1.74.3" , # For model inference
19+ " litellm>=1.74.3,<=1.82.6 " , # For model inference
2020 " loguru==0.7.3" , # For better logging
2121 " opentelemetry-exporter-otlp==1.37.0" ,
2222 " opentelemetry-instrumentation-logging>=0.56b0" ,
Original file line number Diff line number Diff line change 1212# See the License for the specific language governing permissions and
1313# limitations under the License.
1414
15- VERSION = "0.5.28 "
15+ VERSION = "0.5.29 "
You can’t perform that action at this time.
0 commit comments