Skip to content
Snippets Groups Projects
Unverified Commit 74df7c01 authored by 0xNeoPunk's avatar 0xNeoPunk Committed by GitHub
Browse files

The PrivateAttr should be imported from llama_index.core.bridge.pydantic...

The PrivateAttr should be imported from llama_index.core.bridge.pydantic instead of pydantic (#11765)
parent 593d860e
No related branches found
No related tags found
No related merge requests found
...@@ -5,8 +5,7 @@ from enum import Enum ...@@ -5,8 +5,7 @@ from enum import Enum
from http import HTTPStatus from http import HTTPStatus
from typing import Any, Dict, List, Optional, Union from typing import Any, Dict, List, Optional, Union
from pydantic import PrivateAttr from llama_index.core.bridge.pydantic import PrivateAttr
from llama_index.core.embeddings.multi_modal_base import MultiModalEmbedding from llama_index.core.embeddings.multi_modal_base import MultiModalEmbedding
from llama_index.core.schema import ImageType from llama_index.core.schema import ImageType
......
...@@ -27,7 +27,7 @@ exclude = ["**/BUILD"] ...@@ -27,7 +27,7 @@ exclude = ["**/BUILD"]
license = "MIT" license = "MIT"
name = "llama-index-embeddings-dashscope" name = "llama-index-embeddings-dashscope"
readme = "README.md" readme = "README.md"
version = "0.1.1" version = "0.1.2"
[tool.poetry.dependencies] [tool.poetry.dependencies]
python = ">=3.8.1,<4.0" python = ">=3.8.1,<4.0"
......
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