nymous / pydantic-vault

A simple extension to Pydantic BaseSettings that can retrieve secrets from Hashicorp Vault
MIT License
52 stars 12 forks source link

bump hvac to 1.1.0. #18

Closed area42 closed 1 year ago

area42 commented 1 year ago

In our project we need hvac 1.10 for some other dependencies

nymous commented 1 year ago

Hello @area42! Thank you for your contribution! It was indeed something that I wanted to do, after learning more about how to be a "nice" library and play well with others ^^ Because I took the project back to an installable state first, bumping all dependencies, your PR had conflicts that would have been too hard to resolve. I instead applied your change in #23, and credited you both in the commit message as co-author and in the changelog. Hope you don't mind!

Very sorry for the delay :grimacing: I hope to release a new version in the following days (this weekend?) so you can play with it and confirm it works.

nymous commented 1 year ago

Release 0.8.0 is out with this! Thank you again!