Commit graph

21 commits

Author SHA1 Message Date
dependabot[bot]
b71b3d4f45
Bump pymongo from 4.4.0 to 4.4.1
Bumps [pymongo](https://github.com/mongodb/mongo-python-driver) from 4.4.0 to 4.4.1.
- [Release notes](https://github.com/mongodb/mongo-python-driver/releases)
- [Changelog](https://github.com/mongodb/mongo-python-driver/blob/4.4.1/doc/changelog.rst)
- [Commits](https://github.com/mongodb/mongo-python-driver/compare/4.4.0...4.4.1)

---
updated-dependencies:
- dependency-name: pymongo
  dependency-type: direct:production
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <support@github.com>
2023-07-13 22:38:36 +00:00
de68ba1919
PyroFork: Remove aiosqlite from deps 2023-06-22 11:45:03 +07:00
dependabot[bot]
9fef4a08da
Bump pymongo from 4.3.3 to 4.4.0
Bumps [pymongo](https://github.com/mongodb/mongo-python-driver) from 4.3.3 to 4.4.0.
- [Release notes](https://github.com/mongodb/mongo-python-driver/releases)
- [Changelog](https://github.com/mongodb/mongo-python-driver/blob/master/doc/changelog.rst)
- [Commits](https://github.com/mongodb/mongo-python-driver/compare/4.3.3...4.4.0)

---
updated-dependencies:
- dependency-name: pymongo
  dependency-type: direct:production
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <support@github.com>
2023-06-21 23:04:07 +00:00
wulan17
8272c706a6
PyroFork: storage: mongo: Use existing database connection
support both async_pymongo and motor

Signed-off-by: wulan17 <wulan17@nusantararom.org>
2023-05-23 21:13:16 +07:00
wulan17
c76e9263dd
Revert "PyroFork: storage: mongo_storage: Move into async_pymongo"
This reverts commit 0280fc2572.

Signed-off-by: wulan17 <wulan17@nusantararom.org>
2023-05-23 20:48:58 +07:00
wulan17
0280fc2572
PyroFork: storage: mongo_storage: Move into async_pymongo
Signed-off-by: wulan17 <wulan17@nusantararom.org>
2023-05-21 20:17:06 +07:00
Animesh Murmu
c646595adb
Pyrofork: Add Mongodb Session Storage
Signed-off-by: wulan17 <wulan17@nusantararom.org>
Co-authored-by: wulan17 <wulan17@nusantararom.org>
2023-05-10 19:36:46 +07:00
Alisson Lauffer
5c78995343
Bump aiosqlite to latest version
Signed-off-by: wulan17 <wulan17@nusantararom.org>
2023-04-15 01:28:39 +07:00
Hitalo
c35e60de94
Move to aiosqlite and enable WAL
Signed-off-by: wulan17 <wulan17@nusantararom.org>
2023-04-15 01:28:38 +07:00
wulan17
f55d75d3bb
PyroFork: Add support to send animation in media group
Signed-off-by: wulan17 <wulan17@nusantararom.org>
2023-01-14 01:02:14 +07:00
Dan
0f204e1d8c
Update requirements.txt 2021-10-06 17:13:30 +02:00
Dan
538f1e3972 Deep rewrite: preparing for v1.0
- Pyrogram core is now fully asynchronous
- Ditched Python 3.5, welcome 3.6 as minimum version.
- Moved all types to pyrogram.types
- Turned the Filters class into a module (filters)
- Moved all filters to pyrogram.filters
- Moved all handlers to pyrogram.handlers
- Moved all emoji to pyrogram.emoji
- Renamed pyrogram.api to pyrogram.raw
- Clock is now synced with server's time
- Telegram schema updated to Layer 117
- Greatly improved the TL compiler (proper type-constructor hierarchy)
- Added "do not edit" warning in generated files
- Crypto parts are executed in a thread pool to avoid blocking the event loop
- idle() is now a separate function (it doesn't deal with Client instances)
- Async storage, async filters and async progress callback (optional, can be sync too)
- Added getpass back, for hidden password inputs
2020-08-22 08:05:05 +02:00
CyanBook
c8c6faa96e
Change logging hierarchy for loading plugins (#451)
Loading plugins shouldn't be considered a warning
2020-08-21 07:28:27 +02:00
Dan
f5c78ed435 Update requirements.txt 2020-03-30 11:41:12 +02:00
Dan
dc74c441cc Drop Python 3.4 support (EOL). Bump minimum requirement to Python 3.5.3
Closes #302
2019-08-15 16:03:03 +02:00
Dan
5975a41090 Bump pysocks version to 1.7.0 2019-05-20 17:59:29 +02:00
Dan
b60853b2e2 Make typing available for Python <3.5 only 2019-01-01 13:12:39 +01:00
Dan
a8599efa94 Add backported typing package as requirement
To be removed when Pyrogram drops Python 3.4 support
2018-12-19 12:29:55 +01:00
Dan
74d07c6a28
Use strict dependency versions 2018-10-23 15:55:35 +02:00
Dan
5f0ab753ef Update requirements.txt 2018-04-02 11:04:39 +02:00
Dan
cc50d01bb1 Add requirements.txt 2018-03-22 15:30:18 +01:00