Skip to content

Commit d110ab9

Browse files
committed
update lockfile
1 parent d8fb10b commit d110ab9

File tree

3 files changed

+101
-8
lines changed

3 files changed

+101
-8
lines changed

patchwork/common/client/llm/anthropic.py

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,7 @@
55
from functools import cached_property, lru_cache
66
from pathlib import Path
77

8+
import boto3
89
from anthropic import Anthropic, AnthropicBedrock
910
from anthropic.types import Message, MessageParam, TextBlockParam
1011
from openai.types.chat import (
@@ -28,7 +29,7 @@
2829
from pydantic_ai.settings import ModelSettings
2930
from pydantic_ai.usage import Usage
3031
from typing_extensions import AsyncIterator, Dict, Iterable, List, Optional, Union
31-
import boto3
32+
3233
from patchwork.common.client.llm.protocol import NOT_GIVEN, LlmClient, NotGiven
3334

3435

0 commit comments

Comments
 (0)