Skip to content

3.13.0

Compare
Choose a tag to compare
@posthog-bot posthog-bot released this 12 Feb 12:29
1b57a96
automatically retry connection errors (#190)

* automatically retry connection errors

from the docs for max_retries: this applies only to failed DNS lookups,
 socket connections and connection timeouts

* run tests on multiple python versions

* update freezegun