maxmind / GeoIP2-python

Python code for GeoIP2 webservice client and database reader
https://geoip2.readthedocs.org/en/latest/
Apache License 2.0
1.1k stars 140 forks source link

Incompatiblity with recent redis-py releases #142

Closed takecare closed 1 year ago

takecare commented 1 year ago

Recent redis-py releases depend on async-timeout >= 4.0.2, which clashes with geoip2's dependency set on aiohttp, which depends on async-timeout <4.0.0. Are there plans to tackle this?

oschwald commented 1 year ago

It appears that the latest release of aiohttp depends on async-timeout 4.x.x. Maybe you need to upgrade aiohttp.