Skip to content

Commit e6df474

Browse files
authored
Update to together_ai (#2344)
1 parent 0a814f6 commit e6df474

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

.github/labeler.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -169,7 +169,7 @@ integration:stackit:
169169
- any-glob-to-any-file: "integrations/stackit/**/*"
170170
- any-glob-to-any-file: ".github/workflows/stackit.yml"
171171

172-
integration:together-ai:
172+
integration:together_ai:
173173
- changed-files:
174174
- any-glob-to-any-file: "integrations/together_ai/**/*"
175175
- any-glob-to-any-file: ".github/workflows/together_ai.yml"

integrations/together_ai/pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -35,7 +35,7 @@ packages = ["src/haystack_integrations"]
3535

3636
[tool.hatch.version]
3737
source = "vcs"
38-
tag-pattern = 'integrations\/together-ai-v(?P<version>.*)'
38+
tag-pattern = 'integrations\/together_ai-v(?P<version>.*)'
3939

4040
[tool.hatch.version.raw-options]
4141
root = "../.."

0 commit comments

Comments
 (0)