From f20932d162cd077630a2531c836c470d6a589c45 Mon Sep 17 00:00:00 2001 From: Humberto Sanchez II Date: Mon, 5 Feb 2024 11:32:58 -0600 Subject: [PATCH] <>[]: [ * Antlr4 parser does not like non-ASCII characters * Bump our PyutModel V2 version to get update PyutStereotype * Bump our version ] [https://github.com/hasii2011/ogl/issues/103] --- .circleci/config.yml | 2 +- pyproject.toml | 2 +- requirements.txt | 4 ++-- src/ogl/OglLink.py | 2 +- src/ogl/_version.py | 2 +- 5 files changed, 6 insertions(+), 6 deletions(-) diff --git a/.circleci/config.yml b/.circleci/config.yml index effeb5c..a28d52d 100644 --- a/.circleci/config.yml +++ b/.circleci/config.yml @@ -37,7 +37,7 @@ jobs: pip install Deprecated~=1.2.14 pip install codeallybasic==1.1.0 pip install codeallyadvanced==1.1.0 - pip install pyutmodelv2==2.1.0 + pip install pyutmodelv2==2.1.5 - run: name: run tests command: | diff --git a/pyproject.toml b/pyproject.toml index ea4dea2..ea94cca 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -16,7 +16,7 @@ dependencies = [ 'wxPython~=4.2.1', 'codeallybasic>=1.1.0', 'codeallyadvanced>=1.1.0', - 'pyutmodelv2==2.1.0', + 'pyutmodelv2>=2.1.5', ] [project.urls] diff --git a/requirements.txt b/requirements.txt index 322a654..6978bde 100644 --- a/requirements.txt +++ b/requirements.txt @@ -10,11 +10,11 @@ buildlackey==1.6.3 mypy==1.8.0 mypy-extensions==1.0.0 types-Deprecated==1.2.9.20240106 -types-setuptools==69.0.0.20240115 +types-setuptools==69.0.0.20240125 typing_extensions==4.9.0 Deprecated==1.2.14 -pyutmodelv2==2.1.0 +pyutmodelv2==2.1.5 codeallybasic==1.1.0 codeallyadvanced==1.1.0 diff --git a/src/ogl/OglLink.py b/src/ogl/OglLink.py index 856236e..8757c30 100644 --- a/src/ogl/OglLink.py +++ b/src/ogl/OglLink.py @@ -438,7 +438,7 @@ def __repr__(self): def _avoidCrossedLines(self, dstShape, dstX: int, dstY: int, orient, srcShape, srcX: int, srcY: int): """ Avoid over-lining - Added by: C. Dutoit (still experimental in 2024 🤪) + Added by: C. Dutoit (still experimental in 2024 Args: dstShape: diff --git a/src/ogl/_version.py b/src/ogl/_version.py index 1db5030..96f8622 100644 --- a/src/ogl/_version.py +++ b/src/ogl/_version.py @@ -1 +1 @@ -__version__ = '2.1.16' +__version__ = '2.1.17'