Skip to content

Commit 9787d63

Browse files
author
Ronen Hilewicz
committed
Remove directory v2 support
1 parent 0884f50 commit 9787d63

7 files changed

Lines changed: 25 additions & 1203 deletions

File tree

README.md

Lines changed: 0 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -357,16 +357,6 @@ ds = Directory(api_key="my_api_key", tenant_id="1234", address="localhost:9292")
357357

358358
The methods on the async directory have the same signatures as their synchronous counterparts.
359359

360-
### Directory v2 client
361-
362-
To interact with older instances of the directory service, a v2 client is available with limited functionality.
363-
The v2 client doesn't support `get_manifest`/`set_manifest`, and `import_data`/`export_data`.
364-
365-
```py
366-
from aserto.client.directory.v2 import Directory
367-
ds = Directory(api_key="my_api_key", tenant_id="1234", address="localhost:9292")
368-
```
369-
370360
## License
371361

372362
This project is licensed under the MIT license. See the [LICENSE](https://github.com/aserto-dev/aserto-python/blob/main/LICENSE) file for more info.

pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[tool.poetry]
22
name = "aserto"
3-
version = "0.31.3"
3+
version = "0.32.0"
44
description = "Aserto API client"
55
readme = "README.md"
66
authors = ["Aserto, Inc. <pypi@aserto.com>"]

0 commit comments

Comments
 (0)