Skip to content

Commit

Permalink
fix: bump version
Browse files Browse the repository at this point in the history
  • Loading branch information
ivanleomk committed Dec 25, 2024
1 parent b0c968b commit c031b58
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions pyproject.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[tool.poetry]
name = "instructor"
version = "1.7.0"
version = "1.7.1"
description = "structured outputs for llm"
authors = ["Jason Liu <jason@jxnl.co>"]
license = "MIT"
Expand Down Expand Up @@ -90,7 +90,7 @@ mkdocs-minify-plugin = "^0.8.0"
mkdocs-redirects = "^1.2.1"

[tool.poetry.group.anthropic.dependencies]
anthropic = ">=0.36.2,<0.41.0"
anthropic = "0.42.0"

[tool.poetry.group.test-docs.dependencies]
fastapi = ">=0.109.2,<0.116.0"
Expand Down

0 comments on commit c031b58

Please sign in to comment.