Skip to content

Commit

Permalink
fix: update astra assistants version (#3602)
Browse files Browse the repository at this point in the history
fixes issue with tree-sitter-python on m1 macs
  • Loading branch information
jordanrfrazier authored Aug 28, 2024
1 parent d7dbf1a commit 1a0bc3b
Show file tree
Hide file tree
Showing 2 changed files with 150 additions and 30 deletions.
176 changes: 148 additions & 28 deletions poetry.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

4 changes: 2 additions & 2 deletions pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -102,7 +102,7 @@ langsmith = "^0.1.86"
yfinance = "^0.2.40"
langchain-google-community = "1.0.7"
wolframalpha = "^5.1.3"
astra-assistants = "^2.0.15"
astra-assistants = "^2.1.0.10"
composio-langchain = "^0.5.8"
spider-client = "^0.0.27"

Expand All @@ -111,7 +111,7 @@ spider-client = "^0.0.27"
types-redis = "^4.6.0.5"
ipykernel = "^6.29.0"
mypy = "^1.11.0"
ruff = "^0.4.5"
ruff = ">=0.6.2,<0.7.0"
httpx = "*"
pytest = "^8.2.0"
types-requests = "^2.32.0"
Expand Down

0 comments on commit 1a0bc3b

Please sign in to comment.