Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Add __version__ to the python driver package #534

Open
maydanw opened this issue Dec 5, 2023 · 1 comment
Open

Add __version__ to the python driver package #534

maydanw opened this issue Dec 5, 2023 · 1 comment

Comments

@maydanw
Copy link

maydanw commented Dec 5, 2023

Problem to Solve

It helps with automation and for general understanding what is running on various computers and environments

Current Workaround

In debug mode run

from importlib.metadata import version
assert version('typedb.driver')

Proposed Solution

Additional Information

@flyingsilverfin
Copy link
Member

This will be resolved with #540, which is stashed provisionally for the next few versions.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

2 participants