marqo-ai / py-marqo

Python client for Marqo
https://marqo.pages.dev/
Apache License 2.0
30 stars 5 forks source link

tests failing with newer pydantic version #116

Closed danyilq closed 1 year ago

danyilq commented 1 year ago

with pydantic 2.0+ TestBulkSearch fails returning Field required [type=missing, input_value={'http_operation': 'post'...': 'my-test-index-1'}]}}, input_type=dict]

tests doesn't fail with older pydantic versions

wanliAlex commented 1 year ago

fixed in this PR https://github.com/marqo-ai/py-marqo/pull/117