Skip to content

Commit

Permalink
chore(api,robot-server): Upgrade to aionotify 0.3.1 (#15546)
Browse files Browse the repository at this point in the history
# Overview

The `opentrons` Python package is not yet compatible with Python 3.11.
It raises errors upon import, which forces scientists to use the soon to
be outdated Python 3.10.

The `aionotify` dependency has since been updated for Python 3.11
compatibility, so just a dependency upgrade is needed.

# Changelog

* Update `aionotify` to current version 0.3.1

# Review requests

I'm not familiar with how this repository is organized, or how the
Python package ending up on PyPI is built.

I hope that the CI pipeline turns green, and that maintainers can take
over from there. Hopefully this remains a really easy fix for the
long-standing compatibility issue #12006.
  • Loading branch information
michaelosthege authored Jun 28, 2024
1 parent 033d780 commit 66b23a7
Show file tree
Hide file tree
Showing 7 changed files with 19 additions and 19 deletions.
6 changes: 3 additions & 3 deletions abr-testing/Pipfile.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

6 changes: 3 additions & 3 deletions api/Pipfile.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion api/setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -57,7 +57,7 @@ def get_version():
PACKAGES = find_packages(where="src")
INSTALL_REQUIRES = [
f"opentrons-shared-data=={VERSION}",
"aionotify==0.2.0",
"aionotify==0.3.1",
"anyio>=3.6.1,<4.0.0",
"jsonschema>=3.0.1,<4.18.0",
"numpy>=1.20.0,<2",
Expand Down
6 changes: 3 additions & 3 deletions g-code-testing/Pipfile.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

6 changes: 3 additions & 3 deletions hardware-testing/Pipfile.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

6 changes: 3 additions & 3 deletions robot-server/Pipfile.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

6 changes: 3 additions & 3 deletions test-data-generation/Pipfile.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

0 comments on commit 66b23a7

Please sign in to comment.