Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Bump pyiron-base from 0.10.0 to 0.10.2 #197

Merged
merged 3 commits into from
Sep 30, 2024

Conversation

dependabot[bot]
Copy link
Contributor

@dependabot dependabot bot commented on behalf of github Sep 30, 2024

Bumps pyiron-base from 0.10.0 to 0.10.2.

Release notes

Sourced from pyiron-base's releases.

pyiron_base 0.10.2

What's Changed

Full Changelog: pyiron/pyiron_base@pyiron_base-0.10.1...pyiron_base-0.10.2

pyiron_base 0.10.1

What's Changed

Full Changelog: pyiron/pyiron_base@pyiron_base-0.10.0...pyiron_base-0.10.1

Commits
  • 0068ce5 Merge pull request #1647 from pyiron/updates
  • 5a21a74 Update environment.yml
  • 8bc4927 Update environment-docs.yml
  • ce2d7b9 Update environment.yml
  • d74209c Update environment-mini.yml
  • 04f4dbc Update pyproject.toml
  • d6964ae Merge pull request #1646 from pyiron/dependabot/pip/sqlalchemy-2.0.35
  • de6ce8d [dependabot skip] Update environment
  • 994155c Bump sqlalchemy from 2.0.34 to 2.0.35
  • 8c7e77b Merge pull request #1645 from pyiron/pre-commit-ci-update-config
  • Additional commits viewable in compare view

Dependabot compatibility score

Dependabot will resolve any conflicts with this PR as long as you don't alter it yourself. You can also trigger a rebase manually by commenting @dependabot rebase.


Dependabot commands and options

You can trigger Dependabot actions by commenting on this PR:

  • @dependabot rebase will rebase this PR
  • @dependabot recreate will recreate this PR, overwriting any edits that have been made to it
  • @dependabot merge will merge this PR after your CI passes on it
  • @dependabot squash and merge will squash and merge this PR after your CI passes on it
  • @dependabot cancel merge will cancel a previously requested merge and block automerging
  • @dependabot reopen will reopen this PR if it is closed
  • @dependabot close will close this PR and stop Dependabot recreating it. You can achieve the same result by closing it manually
  • @dependabot show <dependency name> ignore conditions will show all of the ignore conditions of the specified dependency
  • @dependabot ignore this major version will close this PR and stop Dependabot creating any more for this major version (unless you reopen the PR or upgrade to it yourself)
  • @dependabot ignore this minor version will close this PR and stop Dependabot creating any more for this minor version (unless you reopen the PR or upgrade to it yourself)
  • @dependabot ignore this dependency will close this PR and stop Dependabot creating any more for this dependency (unless you reopen the PR or upgrade to it yourself)

Bumps [pyiron-base](https://github.com/pyiron/pyiron_base) from 0.10.0 to 0.10.2.
- [Release notes](https://github.com/pyiron/pyiron_base/releases)
- [Changelog](https://github.com/pyiron/pyiron_base/blob/main/CHANGELOG.md)
- [Commits](pyiron/pyiron_base@pyiron_base-0.10.0...pyiron_base-0.10.2)

---
updated-dependencies:
- dependency-name: pyiron-base
  dependency-type: direct:production
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <support@github.com>
@dependabot dependabot bot added the dependencies Pull requests that update a dependency file label Sep 30, 2024
@jan-janssen
Copy link
Member

@pmrv Can you take a look at this? It seem to be related to the recent changes in the DataContainer class:

======================================================================
ERROR: test_hs_line_profiles (unittest.loader._FailedTest)
----------------------------------------------------------------------
ImportError: Failed to import test module: test_hs_line_profiles
Traceback (most recent call last):
  File "/usr/share/miniconda3/envs/test/lib/python3.9/unittest/loader.py", line 436, in _find_test_path
    module = self._get_module_from_name(name)
  File "/usr/share/miniconda3/envs/test/lib/python3.9/unittest/loader.py", line 377, in _get_module_from_name
    __import__(name)
  File "/home/runner/work/pyiron_experimental/pyiron_experimental/tests/test_hs_line_profiles.py", line 6, in <module>
    from pyiron_base._tests import TestWithCleanProject
  File "/usr/share/miniconda3/envs/test/lib/python3.9/site-packages/pyiron_base/__init__.py", line 9, in <module>
    from pyiron_base.interfaces.object import HasDatabase, HasStorage, PyironObject
  File "/usr/share/miniconda3/envs/test/lib/python3.9/site-packages/pyiron_base/interfaces/object.py", line 13, in <module>
    from pyiron_base.storage.datacontainer import DataContainer
  File "/usr/share/miniconda3/envs/test/lib/python3.9/site-packages/pyiron_base/storage/datacontainer.py", line 16, in <module>
    from pyiron_base.interfaces.has_dict import (
  File "/usr/share/miniconda3/envs/test/lib/python3.9/site-packages/pyiron_base/interfaces/has_dict.py", line 83, in <module>
    def _split_children_dict(obj_dict: dict[str, Any]) -> dict[str, Any | dict[str, Any]]:
TypeError: unsupported operand type(s) for |: '_SpecialForm' and 'types.GenericAlias'

@pmrv
Copy link

pmrv commented Sep 30, 2024

Python 3.9 doesn't support | for type hints. We don't support it in base anyway, so raising it here should be fine.

@jan-janssen jan-janssen merged commit 3b943fc into main Sep 30, 2024
7 checks passed
@jan-janssen jan-janssen deleted the dependabot/pip/pyiron-base-0.10.2 branch September 30, 2024 05:59
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
dependencies Pull requests that update a dependency file
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants