pydantic-vault
pydantic-vault copied to clipboard
Compatibility with pydantic v2
Hello,
There is a plan to have the compatibility with pydantic v2 ?
I did it https://github.com/nymous/pydantic-vault/pull/20. I hope this pr will be approved and merged.
Ooh awesome! I will try to look at it soon. In the meantime, anyone interested in this support of Pydantic v2 could try their branch and report their results on #20, if it works fine or if there are issues!
I tested this locally with vault token authentication.
Hi everyone! Support for pydantic 2.x is very important to me because I forked this library. If you need to work with pydantic 2.x now you can find this fork here.
@nymous are there any updates about this issue?
Hello, no I haven't looked at this yet. I haven't had the chance to play with Pydantic v2 so I will need to see the changes there first.
@nymous is there anything that I or other users of your library can do to help with this process? I have been using Pydantic 2 for many of my projects and would like to incorporate this as well.
Similar to @blarghmatey, I would be happy to help in anything required to get compatibility with Pydantic v2.
PYPI now has pydantic at 2.x and having two versions of Pydantic at the same time causes conflicts in resolving dependencies for some other packages, because pydantic-1.x and pydantic-2.x use the same namespace 'pydantic'.
any update on supporting pydantic v2 / pydantic-settings?
Is this project unmaintained? Should it be archived in such case?