Commit Graph

3 Commits

Author SHA1 Message Date
Andrey Vasnetsov
c3389e3c20 update api to v1.0.0 (#101)
* update api

* upd openapi fix bugs

* pylance fix

* fix: add TypeAlias to some common types

* fix: update models import for pylance

* fix: fix Batch test

* fix: update mypy config

* fix: define Payload before Batch

* fix: add missing .result to requests, add assert None for responses (#102)

* pylance fix in generator

---------

Co-authored-by: George Panchuk <george.panchuk@qdrant.tech>
2023-02-08 11:11:25 +01:00
George
114c7fa144 refactoring: type fixes, replace invariant callable args with covariant (#95)
* refactoring: type fixes, replace invariant callable args with covariant

* refactoring: replace partially known autogenerated payload type with dict[any,any]

* fix: add quotes for unsubscriptable type annotation

* fix: update np array type hint

* fix: add missing poetry.lock

* fix: fix platform dependant types

* new: update version
2023-01-30 21:55:48 +04:00
Andrey Vasnetsov
fdd96cbc46 move qdrant_openapi_client into qdrant_client.http (#27)
* move qdrant_openapi_client into qdrant_client.http

* add test for exceptions import

* upd readme
2022-03-08 19:39:36 +01:00