Skip to content

Commit

Permalink
Renamed drivers-prompt-huggingface to `drivers-prompt-huggingface-h…
Browse files Browse the repository at this point in the history
…ub` for consistency
  • Loading branch information
collindutter committed Jul 22, 2024
1 parent 16742ca commit 4b8ded8
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 2 deletions.
3 changes: 2 additions & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -33,8 +33,9 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
- **BREAKING**: Migrate to `sqlalchemy` 2.0.
- **BREAKING**: Make `sqlalchemy` an optional dependency.
- **BREAKING**: Rename `drivers-sql-redshift` to `drivers-sql-amazon-redshift`
- Removed unnecessary `sqlalchemy-redshift` dependency in `drivers-sql-amazon-redshift` extra.
- **BREAKING**: Update `marqo` dependency to `^3.7.0`.
- **BREAKING**: Renamed `drivers-prompt-huggingface` extra to `drivers-prompt-huggingface-hub` for consistency.
- Removed unnecessary `sqlalchemy-redshift` dependency in `drivers-sql-amazon-redshift` extra.
- Removed unnecessary `transformers` dependency in `drivers-prompt-huggingface` extra.
- Removed unnecessary `huggingface-hub` dependency in `drivers-prompt-huggingface-pipeline` extra.

Expand Down
2 changes: 1 addition & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -70,7 +70,7 @@ filetype = {version = "^1.2", optional = true}
[tool.poetry.extras]
drivers-prompt-cohere = ["cohere"]
drivers-prompt-anthropic = ["anthropic"]
drivers-prompt-huggingface = ["huggingface-hub"]
drivers-prompt-huggingface-hub = ["huggingface-hub"]
drivers-prompt-huggingface-pipeline = ["transformers"]
drivers-prompt-amazon-bedrock = ["boto3", "anthropic"]
drivers-prompt-amazon-sagemaker = ["boto3", "transformers"]
Expand Down

0 comments on commit 4b8ded8

Please sign in to comment.