Skip to content
This repository was archived by the owner on Jun 9, 2024. It is now read-only.

Update dependency versions#358

Open
jzanecook wants to merge 1 commit into
Significant-Gravitas:masterfrom
jzanecook:master
Open

Update dependency versions#358
jzanecook wants to merge 1 commit into
Significant-Gravitas:masterfrom
jzanecook:master

Conversation

@jzanecook
Copy link
Copy Markdown

@jzanecook jzanecook commented Oct 13, 2023

Background

There were issues installing due to the agent protocol sdk and client versions. This should fix that.

Changes

Update the following dependencies in pyproject.toml

  • agent-protocol: From ^0.2.3 to ^1.0.1
  • agent-protocol-client: From ^0.2.2 to ^1.0.0

PR Quality Checklist

  • I have run the following commands against my code to ensure it passes our linters:
    black . --exclude test.py
    isort .
    mypy .
    autoflake --remove-all-unused-imports --recursive --ignore-init-module-imports --ignore-pass-after-docstring --in-place agbenchmark

Which is interesting because mypy . gives me 9 errors in 2 files (reports/match_records.py and paper/agent_action_regex.py) which is funny because I didn't change anything except those two lines in the pyproject.toml.

- `agent-protocol`: From `^0.2.3` to `^1.0.1`
- `agent-protocol-client`: From `^0.2.2` to `^1.0.0`
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant