signalstickers / signalstickers-client

⚙️🐍 A Python client for the Signal stickers API
https://pypi.org/project/signalstickers-client/
GNU Lesser General Public License v3.0
54 stars 9 forks source link

Update httpx to 0.25.2 #21

Open laggykiller opened 12 months ago

laggykiller commented 12 months ago

httpx >=0.25.1 adds support for python 3.12, and does not conflict with python-telegram-bot.

Can you update httpx to 0.25.2? In the long run it might be a good idea to not set upper limit to package version. Thank you.