You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Hi all,
This dictionary below cannot be serialized to toml in 0.10.1, but it was able to be serialized in 0.10.0. (This is a simplified output that was generated by the https://github.com/jupyterhub/traefik-proxy project). According to the commit history, some changes went in place to raise the Circular reference detected. However, I'm not sure how the below dict would be considered a circular reference, and considering it worked with 0.10.0, it seems odd that it would be considered one now. I'm able to serialize with yaml without issue, for example.
Hi all,
This dictionary below cannot be serialized to toml in 0.10.1, but it was able to be serialized in 0.10.0. (This is a simplified output that was generated by the https://github.com/jupyterhub/traefik-proxy project). According to the commit history, some changes went in place to raise the
Circular reference detected
. However, I'm not sure how the below dict would be considered a circular reference, and considering it worked with 0.10.0, it seems odd that it would be considered one now. I'm able to serialize with yaml without issue, for example.Steps to reproduce with toml==0.10.1
Steps to show successful serialization with toml==0.10.0
The text was updated successfully, but these errors were encountered: