dolfies
1ab0925630
Implement new client headers
2 years ago
dolfies
ba6e15ed61
Implement protobuf settings ( #476 )
* Initial implementation
* Internal and documentation changes
* Proto editing and update events
* Edit overloads and bugfixes
* Fix missing defaults in two overloads
* More fixers
* Black pass
* docs! (almost)
* Fix incorrect settings accessing
* Support setting settings versions
* Fix docs
* Update timezone_offset documentation
2 years ago
TheOnlyWayUp
20cd98dedf
Update version of aiohttp in requirements ( #330 )
Fixes #275 and #325
* Update version of aiohttp in requirements
* Update requirements.txt
Restrict `aiohttp`'s version to be greater than or equal to version 3.8.0, but lower than 4.0.0
* Update requirements.txt
Co-authored-by: dolfies <[email protected] >
3 years ago
Rapptz
4edfcd165d
Version bump aiohttp and PyNaCl
Fixes #7614
3 years ago
dolfies
6420dfdc0f
fix client presences/sessions; add timeout capability; remove GuildIterator; add proper team/application support
3 years ago
Rapptz
7f3737fcc2
Bump dependencies for 3.9 to work without build tools
Fix #5984 , #5970
5 years ago
Rapptz
b8154e365f
Rewrite gateway to use aiohttp instead of websockets
5 years ago
Stefano Pigozzi
6065cee7a0
Change websockets version to >=6.0, !=7
Allow the usage of newer websockets versions, as the bug preventing the upgrade was fixed in websockets 8.0, while allowing the install of discord.py on Python 3.5.
6 years ago
Taewan-P
5517a42ee3
Update requirements.txt for future update
6 years ago
Rapptz
5fe1ab279a
Drop websockets version due to issues.
6 years ago
Rapptz
e87ca143d3
Bump websockets version to 7.0
Should be fine. Hopefully. Fix #1787
6 years ago
Bryan Forbes
e2478b17c9
Bump aiohttp requirement and fix AsyncWebhookAdapter
6 years ago
Toby Harradine
5131acd675
Bump aiohttp contraint to <3.5.0
New version contains many bugfixes, a couple new features and seemingly no breaking changes (for this lib's purposes at least).
Relevant changes: https://github.com/aio-libs/aiohttp/blob/master/CHANGES.rst#340-2018-08-25
7 years ago
Rapptz
34ece4d1df
Bump websockets to 6.0 for 3.7 compatibility.
7 years ago
Rapptz
f25091efe1
Drop support for Python 3.4 and make minimum version 3.5.2.
7 years ago
Rapptz
e04629999b
Downgrade websockets due to bugs.
https://github.com/aaugustin/websockets/issues/350 keeps causing too
many issues for too many people for this version to be used by the
public users of this library.
7 years ago
BeatButton
9d3d8e0f0a
Fix websockets 4.0 support
7 years ago
Rapptz
da6ced72c9
Bump requirements to aiohttp 2.2 and PyNaCl 1.1.2
8 years ago
Rapptz
959c60543d
Upgrade aiohttp requirement to 2.0.
Apparently this doesn't cause any issues with the existing code as-is.
I suspect the real issue will be with people's third party code.
8 years ago
Rapptz
09e77e548a
Upgrade requirements to stable aiohttp.
Also lighten up on websockets requirements.
9 years ago
Hornwitser
e1f8bdc440
Make PyNaCl optional
9 years ago
Rapptz
1c623ccf11
Begin working on gateway v4 support.
Bump websockets requirement to v3.1
Should be squashed...
9 years ago
Rapptz
10cb16a450
Add PyNaCl to the list of requirements.
9 years ago
Rapptz
49427ce065
Change requirements.txt to use version 0.21.x of aiohttp.
9 years ago
Rapptz
0489fcb481
Update README and setuputils related files to point to async version.
10 years ago
Rapptz
7ff2cd008f
Properly set requirements of ws4py and requests.
10 years ago
Rapptz
3e0f09d32c
Initial commit
10 years ago