File tree Expand file tree Collapse file tree 3 files changed +4
-3
lines changed
Expand file tree Collapse file tree 3 files changed +4
-3
lines changed Original file line number Diff line number Diff line change 11[project ]
22name = " veadk-python"
3- version = " 0.2.28 "
3+ version = " 0.2.29 "
44description = " Volcengine agent development kit, integrations with Volcengine cloud services."
55readme = " README.md"
66requires-python = " >=3.10"
@@ -16,6 +16,7 @@ dependencies = [
1616 " a2a-sdk>=0.3.0" , # For Google Agent2Agent protocol
1717 " deprecated>=1.2.18" ,
1818 " google-adk>=1.10.0" , # For basic agent architecture
19+ " google-adk<=1.19.0" , # For basic agent architecture
1920 " litellm>=1.74.3" , # For model inference
2021 " loguru>=0.7.3" , # For better logging
2122 " opentelemetry-exporter-otlp>=1.35.0" ,
Original file line number Diff line number Diff line change 2828 "veadk-source" : "veadk" ,
2929 "veadk-version" : VERSION ,
3030 "User-Agent" : f"VeADK/{ VERSION } " ,
31- "X-Client-Request-Id" : f"veadk/{ VERSION } " ,
31+ "X-Client-Request-Id" : getenv ( "MODEL_AGENT_CLIENT_REQ_ID" , f"veadk/{ VERSION } " ) ,
3232 },
3333 "extra_body" : {
3434 "caching" : {
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.2.28 "
15+ VERSION = "0.2.29 "
You can’t perform that action at this time.
0 commit comments