We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent c6c6cc5 commit dad3aa4Copy full SHA for dad3aa4
src/posit/connect/oauth/associations.py
@@ -67,7 +67,7 @@ def find(self) -> List[Association]:
67
for result in response.json()
68
]
69
70
- @requires("2025.06.0-dev")
+ @requires("2025.07.0-dev")
71
def find_by(
72
self,
73
integration_type: Optional[types.OAuthIntegrationType | str] = None,
src/posit/connect/oauth/integrations.py
@@ -132,7 +132,7 @@ def find(self) -> List[Integration]:
132
133
134
135
136
137
138
0 commit comments