Skip to content
Merged
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.7
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.7",
]

[project.scripts]
Expand Down
2 changes: 1 addition & 1 deletion cmd/hatchet-cli/cli/templates/typescript/bun/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@
"typescript": "^5.9.3"
},
"dependencies": {
"@hatchet-dev/typescript-sdk": "1.22.3",
"@hatchet-dev/typescript-sdk": "1.24.1",
"zod": "^3.25.0"
}
}
2 changes: 1 addition & 1 deletion cmd/hatchet-cli/cli/templates/typescript/npm/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@
"typescript": "^5.9.3"
},
"dependencies": {
"@hatchet-dev/typescript-sdk": "1.22.3",
"@hatchet-dev/typescript-sdk": "1.24.1",
"zod": "^3.25.0"
}
}
2 changes: 1 addition & 1 deletion cmd/hatchet-cli/cli/templates/typescript/pnpm/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@
"typescript": "^5.9.3"
},
"dependencies": {
"@hatchet-dev/typescript-sdk": "1.22.3",
"@hatchet-dev/typescript-sdk": "1.24.1",
"zod": "^3.25.0"
}
}
88 changes: 41 additions & 47 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.

2 changes: 1 addition & 1 deletion cmd/hatchet-cli/cli/templates/typescript/yarn/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@
"typescript": "^5.9.3"
},
"dependencies": {
"@hatchet-dev/typescript-sdk": "1.22.3",
"@hatchet-dev/typescript-sdk": "1.24.1",
"zod": "^3.25.0"
}
}
8 changes: 4 additions & 4 deletions sdks/ruby/examples/Gemfile.lock
Original file line number Diff line number Diff line change
Expand Up @@ -25,13 +25,13 @@ GEM
multipart-post (~> 2.0)
faraday-net_http (3.4.3)
net-http (~> 0.5)
google-protobuf (4.35.0)
google-protobuf (4.35.1)
bigdecimal
rake (~> 13.3)
google-protobuf (4.35.0-arm64-darwin)
google-protobuf (4.35.1-arm64-darwin)
bigdecimal
rake (~> 13.3)
google-protobuf (4.35.0-x86_64-linux-gnu)
google-protobuf (4.35.1-x86_64-linux-gnu)
bigdecimal
rake (~> 13.3)
googleapis-common-protos-types (1.22.0)
Expand All @@ -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.9)
logger (1.7.0)
marcel (1.2.1)
multipart-post (2.4.1)
Expand Down
Loading