Compare commits

...

8 Commits

Author SHA1 Message Date
renovate[bot] 0566f7d890 Update python Docker tag to v3.13 (#38)
build and deploy Speckle functions / publish-automate-function-version (push) Has been cancelled
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
2025-02-18 19:09:55 +00:00
Jonathon Broughton b431662031 Update rule_processor.py (#39) 2025-02-18 19:08:25 +00:00
renovate[bot] e520d9bc91 Update python Docker tag to v3.13 (#37)
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
2025-02-18 18:59:18 +00:00
renovate[bot] b6dcfe57df Update dependency httpx to v0.28.1 (#26)
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
2025-02-18 18:58:52 +00:00
renovate[bot] ba8443ce92 Update dependency pydantic-core to v2.29.0 (#27)
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
2025-02-18 18:58:36 +00:00
renovate[bot] 0bab18d2f2 Update python Docker tag to v3.13 (#28)
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
2025-02-18 18:58:21 +00:00
renovate[bot] dffb7ea7ba Update dependency attrs to v25 (#29)
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
2025-02-18 18:57:59 +00:00
renovate[bot] 4420fd31f4 Update dependency websockets to v15 (#30)
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
2025-02-18 18:57:42 +00:00
3 changed files with 6 additions and 6 deletions
+1 -1
View File
@@ -1 +1 @@
3.12
3.13
+4 -4
View File
@@ -1,7 +1,7 @@
annotated-types==0.7.0
anyio==4.8.0
appdirs==1.4.4
attrs==23.2.0
attrs==25.1.0
backoff==2.2.1
black==25.1.0
certifi==2025.1.31
@@ -13,7 +13,7 @@ gql==3.5.0
graphql-core==3.2.6
h11==0.14.0
httpcore==1.0.7
httpx==0.25.2
httpx==0.28.1
idna==3.10
iniconfig==2.0.0
levenshtein==0.26.1
@@ -29,7 +29,7 @@ platformdirs==4.3.6
pluggy==1.5.0
propcache==0.2.1
pydantic==2.10.6
pydantic-core==2.27.2
pydantic-core==2.29.0
pydantic-settings==2.7.1
pytest==8.3.4
pytest-assertcount==1.0.0
@@ -49,6 +49,6 @@ typing-extensions==4.12.2
tzdata==2025.1
ujson==5.10.0
urllib3==2.3.0
websockets==11.0.3
websockets==15.0
wrapt==1.17.2
yarl==1.18.3
+1 -1
View File
@@ -8,7 +8,7 @@ from pandas.core.groupby import DataFrameGroupBy
from speckle_automate import AutomationContext, ObjectResultLevel
from specklepy.objects.base import Base
from inputs import MinimumSeverity
from src.inputs import MinimumSeverity
from src.helpers import speckle_print
from src.predicates import PREDICATE_METHOD_MAP
from src.rules import PropertyRules