unique_toolkit 0.7.39__py3-none-any.whl → 0.7.40__py3-none-any.whl

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.
@@ -36,7 +36,6 @@ class LanguageModelName(StrEnum):
36
36
  GEMINI_2_0_FLASH = "litellm:gemini-2-0-flash"
37
37
  GEMINI_2_5_FLASH = "litellm:gemini-2-5-flash"
38
38
  GEMINI_2_5_FLASH_LITE_PREVIEW_0617 = "litellm:gemini-2-5-flash-lite-preview-06-17"
39
- GEMINI_2_5_FLASH_PREVIEW_0417 = "litellm:gemini-2-5-flash-preview-04-17"
40
39
  GEMINI_2_5_FLASH_PREVIEW_0520 = "litellm:gemini-2-5-flash-preview-05-20"
41
40
  GEMINI_2_5_PRO = "litellm:gemini-2-5-pro"
42
41
  GEMINI_2_5_PRO_EXP_0325 = "litellm:gemini-2-5-pro-exp-03-25"
@@ -548,25 +547,6 @@ class LanguageModelInfo(BaseModel):
548
547
  info_cutoff_at=date(2025, 1, day=1),
549
548
  published_at=date(2025, 6, 17),
550
549
  )
551
- case LanguageModelName.GEMINI_2_5_FLASH_PREVIEW_0417:
552
- return cls(
553
- name=model_name,
554
- capabilities=[
555
- ModelCapabilities.FUNCTION_CALLING,
556
- ModelCapabilities.STREAMING,
557
- ModelCapabilities.VISION,
558
- ModelCapabilities.STRUCTURED_OUTPUT,
559
- ModelCapabilities.REASONING,
560
- ],
561
- provider=LanguageModelProvider.LITELLM,
562
- version="gemini-2-5-flash-preview-04-17",
563
- encoder_name=EncoderName.O200K_BASE, # TODO:Replace with LLM tokenizer
564
- token_limits=LanguageModelTokenLimits(
565
- token_limit_input=1_048_576, token_limit_output=65_536
566
- ),
567
- info_cutoff_at=date(2025, 1, day=1),
568
- published_at=date(2025, 4, 1),
569
- )
570
550
  case LanguageModelName.GEMINI_2_5_FLASH_PREVIEW_0520:
571
551
  return cls(
572
552
  name=model_name,
@@ -1,6 +1,6 @@
1
1
  Metadata-Version: 2.1
2
2
  Name: unique_toolkit
3
- Version: 0.7.39
3
+ Version: 0.7.40
4
4
  Summary:
5
5
  License: Proprietary
6
6
  Author: Martin Fadler
@@ -113,6 +113,9 @@ All notable changes to this project will be documented in this file.
113
113
  The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/),
114
114
  and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html).
115
115
 
116
+ ## [0.7.40] - 2025-07-30
117
+ - Remove `GEMINI_2_5_FLASH_PREVIEW_0417` model
118
+
116
119
  ## [0.7.39] - 2025-07-28
117
120
  - Implement utitilites to work with openai client
118
121
  - Implement utitilites to work with langchain llm
@@ -56,7 +56,7 @@ unique_toolkit/language_model/__init__.py,sha256=lRQyLlbwHbNFf4-0foBU13UGb09lwEe
56
56
  unique_toolkit/language_model/builder.py,sha256=69WCcmkm2rMP2-YEH_EjHiEp6OzwjwCs8VbhjVJaCe0,3168
57
57
  unique_toolkit/language_model/constants.py,sha256=B-topqW0r83dkC_25DeQfnPk3n53qzIHUCBS7YJ0-1U,119
58
58
  unique_toolkit/language_model/functions.py,sha256=WhgHbJgz4Z2aZt9TLdOpI0PGyYWA5R90tdwkwdDeT8c,11987
59
- unique_toolkit/language_model/infos.py,sha256=w5__BVG-IiiEYKG1FwM838wzqNbYI3eCCEDocKezc0I,34801
59
+ unique_toolkit/language_model/infos.py,sha256=Abxcw-l7UXkBohxZsigpNz0OUUCtDf404LLr7R-ys4E,33757
60
60
  unique_toolkit/language_model/prompt.py,sha256=JSawaLjQg3VR-E2fK8engFyJnNdk21zaO8pPIodzN4Q,3991
61
61
  unique_toolkit/language_model/reference.py,sha256=nkX2VFz-IrUz8yqyc3G5jUMNwrNpxITBrMEKkbqqYoI,8583
62
62
  unique_toolkit/language_model/schemas.py,sha256=AeuDRJFblGzEYcEMyrlxpOPk12Di3J45I9rT2xZrhEU,14332
@@ -70,7 +70,7 @@ unique_toolkit/short_term_memory/schemas.py,sha256=OhfcXyF6ACdwIXW45sKzjtZX_gkcJ
70
70
  unique_toolkit/short_term_memory/service.py,sha256=8sW7cFJRd4vcRfotJSWb0uHZYl-e5hQWp3G1SddL5Bg,8110
71
71
  unique_toolkit/smart_rules/__init__.py,sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU,0
72
72
  unique_toolkit/smart_rules/compile.py,sha256=cxWjb2dxEI2HGsakKdVCkSNi7VK9mr08w5sDcFCQyWI,9553
73
- unique_toolkit-0.7.39.dist-info/LICENSE,sha256=GlN8wHNdh53xwOPg44URnwag6TEolCjoq3YD_KrWgss,193
74
- unique_toolkit-0.7.39.dist-info/METADATA,sha256=4vZp5-p04GYGeJBpu6vhRg2FhCvBwZGqHl8AH1dIiPI,25393
75
- unique_toolkit-0.7.39.dist-info/WHEEL,sha256=sP946D7jFCHeNz5Iq4fL4Lu-PrWrFsgfLXbbkciIZwg,88
76
- unique_toolkit-0.7.39.dist-info/RECORD,,
73
+ unique_toolkit-0.7.40.dist-info/LICENSE,sha256=GlN8wHNdh53xwOPg44URnwag6TEolCjoq3YD_KrWgss,193
74
+ unique_toolkit-0.7.40.dist-info/METADATA,sha256=gkt3A6p7LNzXPTnDq6MnhoL-r9G_E_WahX6rAzDOXcE,25466
75
+ unique_toolkit-0.7.40.dist-info/WHEEL,sha256=sP946D7jFCHeNz5Iq4fL4Lu-PrWrFsgfLXbbkciIZwg,88
76
+ unique_toolkit-0.7.40.dist-info/RECORD,,