Skip to content

Commit 0344bc7

Browse files
authored
Bump arcadepy dependency (#168)
`arcadepy` is now at [0.2.1 on pypi](https://pypi.org/project/arcadepy/0.2.1/). The SDK references `arcadepy` but it is locked to the `0.1.x` minor release.
1 parent 8dbbe23 commit 0344bc7

File tree

3 files changed

+98
-10
lines changed

3 files changed

+98
-10
lines changed

arcade/pyproject.toml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[tool.poetry]
22
name = "arcade-ai"
3-
version = "0.1.1"
3+
version = "0.1.5"
44
description = "Arcade AI Python SDK and CLI"
55
readme = "README.md"
66
packages = [
@@ -23,7 +23,7 @@ toml = "^0.10.2"
2323
pyyaml = "^6.0"
2424
tomlkit = "^0.12.4"
2525
openai = "^1.36.0" # TODO: relax to an earlier version that still has what we need
26-
arcadepy = "~0.1.2"
26+
arcadepy = "~0.2.0"
2727
pyjwt = "^2.8.0"
2828
loguru = "^0.7.0"
2929
types-python-dateutil = "2.9.0.20241003"

contrib/langchain/pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ license = "MIT"
1010
[tool.poetry.dependencies]
1111
python = ">=3.10,<3.13"
1212
langchain-core = "^0.3.0"
13-
arcadepy = "~0.1.2"
13+
arcadepy = "~0.2.0"
1414
langgraph = {version = ">=0.2.32,<0.3.0", optional = true}
1515

1616
[tool.poetry.extras]

examples/fastapi/poetry.lock

Lines changed: 95 additions & 7 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

0 commit comments

Comments
 (0)