Skip to content
Closed
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion cmd/hatchet-cli/cli/templates/python/pip/requirements.txt
Original file line number Diff line number Diff line change
@@ -1 +1 @@
hatchet-sdk>=1.33.5
hatchet-sdk>=1.33.6
2 changes: 1 addition & 1 deletion cmd/hatchet-cli/cli/templates/python/uv/pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ authors = [{name = "gabriel ruttner", email = "gabe@hatchet.run"}]
readme = "README.md"
requires-python = ">=3.10,<4.0"
dependencies = [
"hatchet-sdk>=1.33.5",
"hatchet-sdk>=1.33.6",
]

[project.scripts]
Expand Down
8 changes: 4 additions & 4 deletions cmd/hatchet-cli/cli/templates/typescript/bun/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -12,11 +12,11 @@
"author": "",
"license": "ISC",
"devDependencies": {
"@types/node": "^22.15.3",
"typescript": "^5.9.3"
"@types/node": "^25.9.1",
"typescript": "^6.0.3"
},
"dependencies": {
"@hatchet-dev/typescript-sdk": "1.22.3",
"zod": "^3.25.0"
"@hatchet-dev/typescript-sdk": "1.23.0",
"zod": "^4.4.3"
}
}
8 changes: 4 additions & 4 deletions cmd/hatchet-cli/cli/templates/typescript/npm/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -12,11 +12,11 @@
"author": "",
"license": "ISC",
"devDependencies": {
"@types/node": "^22.15.3",
"typescript": "^5.9.3"
"@types/node": "^25.9.1",
"typescript": "^6.0.3"
},
"dependencies": {
"@hatchet-dev/typescript-sdk": "1.22.3",
"zod": "^3.25.0"
"@hatchet-dev/typescript-sdk": "1.23.0",
"zod": "^4.4.3"
}
}
8 changes: 4 additions & 4 deletions cmd/hatchet-cli/cli/templates/typescript/pnpm/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -12,11 +12,11 @@
"author": "",
"license": "ISC",
"devDependencies": {
"@types/node": "^22.19.19",
"typescript": "^5.9.3"
"@types/node": "^25.9.1",
"typescript": "^6.0.3"
},
"dependencies": {
"@hatchet-dev/typescript-sdk": "1.22.3",
"zod": "^3.25.0"
"@hatchet-dev/typescript-sdk": "1.23.0",
"zod": "^4.4.3"
}
}
104 changes: 52 additions & 52 deletions cmd/hatchet-cli/cli/templates/typescript/pnpm/pnpm-lock.yaml

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

8 changes: 4 additions & 4 deletions cmd/hatchet-cli/cli/templates/typescript/yarn/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -12,11 +12,11 @@
"author": "",
"license": "ISC",
"devDependencies": {
"@types/node": "^22.15.3",
"typescript": "^5.9.3"
"@types/node": "^25.9.1",
"typescript": "^6.0.3"
},
"dependencies": {
"@hatchet-dev/typescript-sdk": "1.22.3",
"zod": "^3.25.0"
"@hatchet-dev/typescript-sdk": "1.23.0",
"zod": "^4.4.3"
}
}
2 changes: 1 addition & 1 deletion sdks/ruby/examples/Gemfile.lock
Original file line number Diff line number Diff line change
Expand Up @@ -45,7 +45,7 @@ GEM
grpc (1.80.0-x86_64-linux-gnu)
google-protobuf (>= 3.25, < 5.0)
googleapis-common-protos-types (~> 1.0)
json (2.19.7)
json (2.19.8)
logger (1.7.0)
marcel (1.2.1)
multipart-post (2.4.1)
Expand Down
Loading