vsoch / oci-python

Python implementation of Open Containers Initiative (OCI) specifications
https://vsoch.github.io/oci-python/
Mozilla Public License 2.0
23 stars 12 forks source link

Do not set basic auth if no username/password provided #18

Closed jdolitsky closed 2 years ago

jdolitsky commented 2 years ago

Not able to perform an anonymous request against Docker Hub if no username and password provided when setting up a client

vsoch commented 2 years ago

Unpin the black== in the workflow - likely this was some niche upgrade error in black a while back and now the old version just doesn't work!

vsoch commented 2 years ago

That's also out of scope of your PR so I'm happy to do it, let me know your preference!

vsoch commented 2 years ago

Thanks @jdolitsky !

https://pypi.org/project/opencontainers/0.0.14/