Skip to content

Commit f84bbd2

Browse files
authored
Merge pull request #543 from opsmill/pog-py.typed
Add py.typed
2 parents d1f6584 + 809ea5e commit f84bbd2

4 files changed

Lines changed: 3 additions & 2 deletions

File tree

changelog/+5f3ef109.added.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1 @@
1+
Added a 'py.typed' file to the project. This is to enable type checking when the Infrahub SDK is imported from other projects. The addition of this file could cause new typing issues in external projects until all typing issues have been resolved. Adding it to the project now to better highlight remaining issues.

infrahub_sdk/py.typed

Whitespace-only changes.

pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[project]
22
name = "infrahub-sdk"
3-
version = "1.18.1"
3+
version = "1.19.0b0"
44
description = "Python Client to interact with Infrahub"
55
authors = [
66
{name = "OpsMill", email = "info@opsmill.com"}

uv.lock

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

0 commit comments

Comments
 (0)