libp2p / py-libp2p

The Python implementation of the libp2p networking stack 🐍 [under development]
https://libp2p.io
Other
481 stars 106 forks source link

remove async-exit-stack dep, set `pynacl` dep to bottom pin only #468

Closed pacrob closed 6 months ago

pacrob commented 6 months ago

What was wrong?

We previously imported AsyncExitStack from async-exit-stack, but that's not needed as of py37.

Removed async-exit-stack dep

pynacl was set to ==1.3.0, opened to bottom pin only.

To-Do

Cute Animal Picture

image