Skip to content
Snippets Groups Projects
Unverified Commit 74624dd5 authored by zlog's avatar zlog Committed by GitHub
Browse files

feat: Resolving UserWarning about llama-index-llms-dashscope (#16965)


* feat: Resolving UserWarning about llama-index-llms-dashscope

In Pydantic V2, protected_namespaces is a configuration option used to prevent certain namespace keywords
          (such as model_, etc.) from being used as field names. so we need to disable it here.

* Update pyproject.toml

update version to 0.2.6

* lint

---------

Co-authored-by: default avatarAndrei Fajardo <andrei@nerdai.io>
parent 8b814ae8
No related branches found
No related tags found
No related merge requests found
Loading
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment