mirror of
https://github.com/kennethreitz/instructor.git
synced 2026-06-05 22:50:18 +00:00
bump version
This commit is contained in:
@@ -3,7 +3,6 @@ import json
|
||||
import logging
|
||||
from collections.abc import Iterable
|
||||
from functools import wraps
|
||||
import pandas as pd
|
||||
from tenacity import Retrying, AsyncRetrying, stop_after_attempt, RetryError
|
||||
from json import JSONDecodeError
|
||||
from typing import (
|
||||
|
||||
+1
-1
@@ -1,6 +1,6 @@
|
||||
[tool.poetry]
|
||||
name = "instructor"
|
||||
version = "0.5.1"
|
||||
version = "0.5.2"
|
||||
description = "structured outputs for llm"
|
||||
authors = ["Jason Liu <jason@jxnl.co>"]
|
||||
license = "MIT"
|
||||
|
||||
Reference in New Issue
Block a user