HowdenLLM 3.0.0__tar.gz → 3.1.1__tar.gz

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
@@ -16,7 +16,7 @@ class AnthropicProvider(BaseProvider, ABC):
16
16
  else:
17
17
  tools = []
18
18
 
19
- if model in ["claude-opus-4-6","claude-opus-4-5-20251101","claude-sonnet-4-6","claude-sonnet-4-5-20250929"]:
19
+ if model in ["claude-opus-4-7", "claude-opus-4-8","claude-opus-4-6","claude-opus-4-5-20251101","claude-sonnet-4-6","claude-sonnet-4-5-20250929"]:
20
20
  message = await self.client.messages.create(
21
21
  model=model,
22
22
  system=system,
@@ -1,6 +1,6 @@
1
1
  Metadata-Version: 2.4
2
2
  Name: HowdenLLM
3
- Version: 3.0.0
3
+ Version: 3.1.1
4
4
  Summary: A simple configuration manager with Pydantic and JSON export.
5
5
  License: MIT
6
6
  Keywords: config,configuration,pydantic,json
@@ -1,6 +1,6 @@
1
1
  [project]
2
2
  name = "HowdenLLM"
3
- version = "3.0.0"
3
+ version = "3.1.1"
4
4
  description = ""
5
5
  readme = "README.md"
6
6
  requires-python = ">=3.12,<3.14"
File without changes