TeLLMgramBot 3.14.2__tar.gz → 3.14.3__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.
Files changed (26) hide show
  1. {tellmgrambot-3.14.2 → tellmgrambot-3.14.3}/PKG-INFO +1 -1
  2. {tellmgrambot-3.14.2 → tellmgrambot-3.14.3}/TeLLMgramBot.egg-info/PKG-INFO +1 -1
  3. {tellmgrambot-3.14.2 → tellmgrambot-3.14.3}/setup.py +1 -1
  4. {tellmgrambot-3.14.2 → tellmgrambot-3.14.3}/LICENSE +0 -0
  5. {tellmgrambot-3.14.2 → tellmgrambot-3.14.3}/README.md +0 -0
  6. {tellmgrambot-3.14.2 → tellmgrambot-3.14.3}/TeLLMgramBot/TeLLMgramBot.py +0 -0
  7. {tellmgrambot-3.14.2 → tellmgrambot-3.14.3}/TeLLMgramBot/__init__.py +0 -0
  8. {tellmgrambot-3.14.2 → tellmgrambot-3.14.3}/TeLLMgramBot/archive.py +0 -0
  9. {tellmgrambot-3.14.2 → tellmgrambot-3.14.3}/TeLLMgramBot/conversation.py +0 -0
  10. {tellmgrambot-3.14.2 → tellmgrambot-3.14.3}/TeLLMgramBot/database.py +0 -0
  11. {tellmgrambot-3.14.2 → tellmgrambot-3.14.3}/TeLLMgramBot/initialize.py +0 -0
  12. {tellmgrambot-3.14.2 → tellmgrambot-3.14.3}/TeLLMgramBot/message_handlers.py +0 -0
  13. {tellmgrambot-3.14.2 → tellmgrambot-3.14.3}/TeLLMgramBot/models.py +0 -0
  14. {tellmgrambot-3.14.2 → tellmgrambot-3.14.3}/TeLLMgramBot/providers/__init__.py +0 -0
  15. {tellmgrambot-3.14.2 → tellmgrambot-3.14.3}/TeLLMgramBot/providers/anthropic_provider.py +0 -0
  16. {tellmgrambot-3.14.2 → tellmgrambot-3.14.3}/TeLLMgramBot/providers/base.py +0 -0
  17. {tellmgrambot-3.14.2 → tellmgrambot-3.14.3}/TeLLMgramBot/providers/factory.py +0 -0
  18. {tellmgrambot-3.14.2 → tellmgrambot-3.14.3}/TeLLMgramBot/providers/openai_provider.py +0 -0
  19. {tellmgrambot-3.14.2 → tellmgrambot-3.14.3}/TeLLMgramBot/tools.py +0 -0
  20. {tellmgrambot-3.14.2 → tellmgrambot-3.14.3}/TeLLMgramBot/utils.py +0 -0
  21. {tellmgrambot-3.14.2 → tellmgrambot-3.14.3}/TeLLMgramBot/web_utils.py +0 -0
  22. {tellmgrambot-3.14.2 → tellmgrambot-3.14.3}/TeLLMgramBot.egg-info/SOURCES.txt +0 -0
  23. {tellmgrambot-3.14.2 → tellmgrambot-3.14.3}/TeLLMgramBot.egg-info/dependency_links.txt +0 -0
  24. {tellmgrambot-3.14.2 → tellmgrambot-3.14.3}/TeLLMgramBot.egg-info/requires.txt +0 -0
  25. {tellmgrambot-3.14.2 → tellmgrambot-3.14.3}/TeLLMgramBot.egg-info/top_level.txt +0 -0
  26. {tellmgrambot-3.14.2 → tellmgrambot-3.14.3}/setup.cfg +0 -0
@@ -1,6 +1,6 @@
1
1
  Metadata-Version: 2.4
2
2
  Name: TeLLMgramBot
3
- Version: 3.14.2
3
+ Version: 3.14.3
4
4
  Summary: LLM-powered Telegram bot (OpenAI + Anthropic)
5
5
  Home-page: https://github.com/Digital-Heresy/TeLLMgramBot
6
6
  Author: Digital Heresy
@@ -1,6 +1,6 @@
1
1
  Metadata-Version: 2.4
2
2
  Name: TeLLMgramBot
3
- Version: 3.14.2
3
+ Version: 3.14.3
4
4
  Summary: LLM-powered Telegram bot (OpenAI + Anthropic)
5
5
  Home-page: https://github.com/Digital-Heresy/TeLLMgramBot
6
6
  Author: Digital Heresy
@@ -5,7 +5,7 @@ with open("README.md", "r") as fh:
5
5
 
6
6
  setup(
7
7
  name='TeLLMgramBot',
8
- version='3.14.2',
8
+ version='3.14.3',
9
9
  packages=find_packages(),
10
10
  license='MIT',
11
11
  author='Digital Heresy',
File without changes
File without changes
File without changes