Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
6 changes: 3 additions & 3 deletions pyproject.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[project]
name = "infermesh"
version = "0.3.0"
version = "0.3.1"
description = "Run large LLM batches from notebooks and scripts without rewriting concurrency or rate-limit glue."
readme = "README.md"
license = { text = "Apache-2.0" }
Expand All @@ -21,8 +21,8 @@ classifiers = [
requires-python = ">=3.12"
dependencies = [
"jsonschema>=4.0.0",
"litellm>=1.83.0",
"pydantic>=2.13.0",
"litellm>=1.83.7",
"pydantic>=2.12.5",
"python-dotenv>=1.0.0",
"tqdm>=4.0.0",
]
Expand Down
Loading
Loading