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 5, 2024
1 parent 54e1d58 commit 1c286cb
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -22,8 +22,8 @@ dependencies = [
"langchain_core>=0.2.4",
"PyYAML>=6.0.1",
"Requests>=2.32.3",
"slack_bolt>=1.18.1",
"solace_pubsubplus>=1.7.0",
"langchain>=0.2.6",
]

[project.urls]
Expand All @@ -34,14 +34,14 @@ 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"]

[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 1c286cb

Please sign in to comment.