Skip to content

Commit 3e20741

Browse files
committed
Merge branch 'main' into release/0.8
2 parents 6e29c62 + 50e38f5 commit 3e20741

File tree

6 files changed

+7
-3
lines changed

6 files changed

+7
-3
lines changed
Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1 @@
1+
MAINT: Bump pytest from 8.3.3 to 8.3.4
Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1 @@
1+
MAINT: Bump ansys-sphinx-theme from 1.2.1 to 1.2.3

doc/changelog.d/467.fixed.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1 @@
1+
fix: conf.py issue

doc/changelog.d/470.fixed.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1 @@
1+
fix: import statements

pyproject.toml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -33,11 +33,11 @@ dependencies = [
3333
tests = [
3434
"grpcio==1.67.1",
3535
"protobuf==5.28.0",
36-
"pytest==8.3.3",
36+
"pytest==8.3.4",
3737
"pytest-cov==6.0.0",
3838
]
3939
doc = [
40-
"ansys-sphinx-theme==1.2.1",
40+
"ansys-sphinx-theme==1.2.3",
4141
"numpydoc==1.8.0",
4242
"Sphinx==8.1.3", # BLOCKED BY sphinx-design - Cannot upgrade to Sphinx 7 for now
4343
"sphinx-copybutton==0.5.2",

src/ansys/sherlock/core/model.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,8 +13,8 @@
1313
import SherlockModelService_pb2_grpc
1414
except ModuleNotFoundError:
1515
from ansys.api.sherlock.v0 import SherlockModelService_pb2
16+
from ansys.api.sherlock.v0.SherlockModelService_pb2 import MeshType, TraceOutputType
1617
from ansys.api.sherlock.v0 import SherlockModelService_pb2_grpc
17-
from SherlockModelService_pb2 import MeshType, TraceOutputType
1818

1919
from ansys.sherlock.core import LOG
2020
from ansys.sherlock.core.errors import (

0 commit comments

Comments
 (0)