File tree Expand file tree Collapse file tree 2 files changed +2
-3
lines changed
Expand file tree Collapse file tree 2 files changed +2
-3
lines changed Original file line number Diff line number Diff line change 11[project ]
22name = " veadk-python"
3- version = " 0.5.3 "
3+ version = " 0.5.4 "
44description = " Volcengine agent development kit, integrations with Volcengine cloud services."
55readme = " README.md"
66requires-python = " >=3.10"
@@ -21,7 +21,6 @@ dependencies = [
2121 " opentelemetry-exporter-otlp==1.37.0" ,
2222 " opentelemetry-instrumentation-logging>=0.56b0" ,
2323 " wrapt==1.17.2" , # For patching built-in functions
24- " openai<1.100" , # For fix https://github.com/BerriAI/litellm/issues/13710
2524 " volcengine-python-sdk>=5.0.1" , # For Volcengine API
2625 " volcengine>=1.0.193" , # For Volcengine sign
2726 " agent-pilot-sdk==0.1.2" , # Prompt optimization by Volcengine AgentPilot/PromptPilot toolkits
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.3 "
15+ VERSION = "0.5.4 "
You can’t perform that action at this time.
0 commit comments