Open dbrookeUAB opened 1 year ago
I've been working at this for hours and I think I'm going crazy. In pyproject.toml has the agent-protocol = "^0.2.3" but that's not listed as a version on PyPI?!
pyproject.toml
agent-protocol = "^0.2.3"
I think it's supposed to be agent-protocol = "^1.0.0"?
agent-protocol = "^1.0.0"
What am I missing here?
You're correct, sorry about that!
The PR #358 aims to fix this. The agent protocol versions 0.3.0 and earlier were lost from pypi in a transition.
I've been working at this for hours and I think I'm going crazy. In
pyproject.toml
has theagent-protocol = "^0.2.3"
but that's not listed as a version on PyPI?!I think it's supposed to be
agent-protocol = "^1.0.0"
?What am I missing here?