This is an automated email from the ASF dual-hosted git repository.

potiuk pushed a commit to branch main
in repository https://gitbox.apache.org/repos/asf/airflow.git


The following commit(s) were added to refs/heads/main by this push:
     new 056118342b Make hachicorp dependecies consistent between 
`provider.yaml` and `pyproject.toml` (#36758)
056118342b is described below

commit 056118342b3c28488d20558a1fd3ff15b4934460
Author: Andrey Anshin <[email protected]>
AuthorDate: Sat Jan 13 11:06:32 2024 +0400

    Make hachicorp dependecies consistent between `provider.yaml` and 
`pyproject.toml` (#36758)
---
 pyproject.toml | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/pyproject.toml b/pyproject.toml
index 0d558a7a34..7256bb1ea3 100644
--- a/pyproject.toml
+++ b/pyproject.toml
@@ -755,7 +755,7 @@ grpc = [
   "grpcio>=1.15.0",
 ]
 hashicorp = [
-  "hvac>=0.10",
+  "hvac>=1.1.0",
 ]
 http = [
   "aiohttp",

Reply via email to