Skip to content

Commit 988b8bf

Browse files
committed
Fixed dependency issues
1 parent 7f5abee commit 988b8bf

File tree

2 files changed

+19
-114
lines changed

2 files changed

+19
-114
lines changed

pyproject.toml

Lines changed: 8 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1,18 +1,17 @@
11
[project]
22
name = "sassyshell"
3-
version = "0.1.1"
3+
version = "0.1.2"
44
description = "A sassy, AI-powered CLI sidekick that remembers the commands you forget and mocks you into getting better."
55
readme = "README.md"
66
requires-python = ">=3.12"
7-
license = { text = "MIT" }
7+
license = "MIT"
88
keywords = ["cli", "ai", "shell", "productivity", "developer-tools", "linux", "terminal"]
99
authors = [
1010
{ name = "Parth Jain", email = "parthjain1812@gmail.com" },
1111
]
1212
classifiers = [
1313
"Development Status :: 4 - Beta",
1414
"Intended Audience :: Developers",
15-
"License :: OSI Approved :: MIT License",
1615
"Programming Language :: Python :: 3",
1716
"Programming Language :: Python :: 3.12",
1817
"Topic :: Scientific/Engineering :: Artificial Intelligence",
@@ -21,10 +20,14 @@ classifiers = [
2120
]
2221
dependencies = [
2322
"langchain-ollama>=0.3.10",
24-
"langchain[anthropic,google-genai,groq,openai]>=0.3.27",
2523
"pydantic-settings>=2.11.0",
2624
"scikit-learn>=1.7.2",
2725
"typer>=0.19.2",
26+
"grpcio==1.67.1",
27+
"langchain-google-genai>=2.1.12",
28+
"langchain-groq>=0.3.8",
29+
"langchain-openai>=0.3.35",
30+
"langchain-anthropic>=0.3.22",
2831
]
2932

3033
[project.scripts]
@@ -39,4 +42,4 @@ package = true
3942

4043
[project.urls]
4144
Homepage = "https://github.com/parthjain18/sassyshell"
42-
Issues = "https://github.com/parthjain18/sassyshell/issues"
45+
Issues = "https://github.com/parthjain18/sassyshell/issues"

0 commit comments

Comments
 (0)