Skip to content

Commit 28044db

Browse files
authored
add requests (#24)
1 parent d090ecc commit 28044db

File tree

4 files changed

+457
-9
lines changed

4 files changed

+457
-9
lines changed

python/thirdweb-ai/pyproject.toml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[project]
22
name = "thirdweb-ai"
3-
version = "0.1.8"
3+
version = "0.1.9"
44
description = "thirdweb AI"
55
authors = [{ name = "thirdweb", email = "[email protected]" }]
66
requires-python = ">=3.10,<4.0"
@@ -20,6 +20,7 @@ dependencies = [
2020
"jsonref>=1.1.0,<2",
2121
"httpx>=0.28.1,<0.29",
2222
"aiohttp>=3.11.14",
23+
"requests>=2.32.3",
2324
]
2425

2526
[project.optional-dependencies]

python/thirdweb-ai/uv.lock

Lines changed: 3 additions & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

python/thirdweb-mcp/pyproject.toml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[project]
22
name = "thirdweb-mcp"
3-
version = "0.1.11"
3+
version = "0.1.12"
44
description = "thirdweb MCP"
55
authors = [{ name = "thirdweb", email = "[email protected]" }]
66
requires-python = "~=3.10"
@@ -9,7 +9,7 @@ license = "Apache-2.0"
99
dependencies = [
1010
"mcp>=1.3.0,<2",
1111
"click>=8.1.8,<9",
12-
"thirdweb-ai[mcp]==0.1.8",
12+
"thirdweb-ai[mcp]==0.1.9",
1313
]
1414

1515
[project.scripts]

0 commit comments

Comments
 (0)