neogram 9.3.1__tar.gz → 9.3.2__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.
@@ -1,6 +1,6 @@
1
1
  Metadata-Version: 2.4
2
2
  Name: neogram
3
- Version: 9.3.1
3
+ Version: 9.3.2
4
4
  Summary: neogram is a lightweight Python module for working with the Telegram Bot API and AI. It combines simple Telegram workflows with powerful features like text and image generation, translation, and more.
5
5
  Author: SiriLV
6
6
  Author-email: siriteamrs@gmail.com
@@ -1,4 +1,4 @@
1
- import requests, json, base64, threading, re, bs4
1
+ import requests, json, base64, threading, re, bs4, uuid
2
2
  from typing import Union, BinaryIO
3
3
  from curl_cffi.requests import Session
4
4
 
@@ -1,6 +1,6 @@
1
1
  Metadata-Version: 2.4
2
2
  Name: neogram
3
- Version: 9.3.1
3
+ Version: 9.3.2
4
4
  Summary: neogram is a lightweight Python module for working with the Telegram Bot API and AI. It combines simple Telegram workflows with powerful features like text and image generation, translation, and more.
5
5
  Author: SiriLV
6
6
  Author-email: siriteamrs@gmail.com
@@ -2,7 +2,7 @@ from setuptools import setup, find_packages
2
2
 
3
3
  setup(
4
4
  name='neogram',
5
- version='9.3.01',
5
+ version='9.3.2',
6
6
  description='neogram is a lightweight Python module for working with the Telegram Bot API and AI. It combines simple Telegram workflows with powerful features like text and image generation, translation, and more.',
7
7
  author='SiriLV',
8
8
  author_email='siriteamrs@gmail.com',
File without changes
File without changes
File without changes
File without changes
File without changes