diff --git a/README.md b/README.md index d7ba69d..08870d1 100644 --- a/README.md +++ b/README.md @@ -9,7 +9,8 @@ unbundling compound API calls. Instead, you can simply implement Create, Read, Update, and Delete operations using idiomatic Python for each of the resource types you want to support. -Documentation is available at [https://python-tf.readthedocs.io](https://python-tf.readthedocs.io). +* **Documentation** is available at [https://python-tf.readthedocs.io](https://python-tf.readthedocs.io) +* **Source Code** is available at [https://github.com/hfern/tf](https://github.com/hfern/tf) ## Installation diff --git a/poetry.lock b/poetry.lock index 273e9b7..1df856e 100644 --- a/poetry.lock +++ b/poetry.lock @@ -1611,4 +1611,4 @@ zstd = ["zstandard (>=0.18.0)"] [metadata] lock-version = "2.0" python-versions = "^3.11" -content-hash = "2dddc6f9448173f37d76261a42c29af7c5c9b90875decde896681ab7a00077c4" +content-hash = "c8118b001d8ab030d405dcf1b259d5b797bd935a7a507034163c1bcdfbf4e231" diff --git a/pyproject.toml b/pyproject.toml index 68f10a8..094cadf 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -1,6 +1,6 @@ [tool.poetry] name = "tf" -version = "1.0.2" +version = "1.0.3" description = "Python Terraform Provider framework" authors = ["Hunter Fernandes "] license = "MIT" @@ -26,6 +26,7 @@ python = "^3.11" msgpack = "^1.1.0" cryptography = ">43" grpcio = "^1.67.1" +protobuf = "^5.28.3" [tool.poetry.group.dev.dependencies]