Skip to content

Commit

Permalink
Fix versions
Browse files Browse the repository at this point in the history
  • Loading branch information
artyom-morozov committed Jul 8, 2024
1 parent 618fd5f commit 96441b1
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -34,6 +34,7 @@ documentation = "https://github.com/SolaceLabs/solace-ai-connector/blob/main/doc

[project.scripts]
solace-ai-connector = "solace_ai_connector.main:main"
solace-ai-connector-gen-docs = "solace_ai_connector.tools.gen_component_docs:main"

[tool.hatch.build.targets.wheel]
packages = ["src/solace_ai_connector"]
Expand All @@ -44,7 +45,6 @@ path = "src/solace_ai_connector/__init__.py"
[tool.hatch.envs.test]
dependencies = [
"pytest>=8.2.2",
"langchain>=0.2.6",
"coverage>=7.5.4",
"twine>=5.1.1",
]
Expand Down

0 comments on commit 96441b1

Please sign in to comment.