Skip to content

Commit a17f18b

Browse files
authored
Merge pull request #851 from opsmill/develop
Merge develop into infrahub-develop
2 parents ecdacc6 + 9f13097 commit a17f18b

3 files changed

Lines changed: 3 additions & 2 deletions

File tree

AGENTS.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -54,6 +54,7 @@ Key rules:
5454
**Always**
5555

5656
- Run `uv run invoke format lint-code` before committing Python code
57+
- Run `uv run invoke generate-sdk generate-infrahubctl` after changing CLI commands or SDK config
5758
- Run markdownlint before committing markdown changes
5859
- Follow async/sync dual pattern for new features
5960
- Use type hints on all function signatures

pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@ dependencies = [
2323
"graphql-core>=3.1,<3.3",
2424
"httpx>=0.20",
2525
"ujson>=5",
26-
"dulwich>=0.21.4",
26+
"dulwich>=0.24.7",
2727
"whenever>=0.9.3,<0.10.0",
2828
"netutils>=1.0.0",
2929
"tomli>=1.1.0; python_version<'3.11'",

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)