Skip to content

Commit 1ad280c

Browse files
committed
Resolving formatting issues
1 parent 1e9daea commit 1ad280c

7 files changed

Lines changed: 7 additions & 7 deletions

File tree

  • libraries

libraries/microsoft-agents-activity/setup.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,4 +5,4 @@
55

66
setup(
77
version=package_version,
8-
)
8+
)

libraries/microsoft-agents-authentication-msal/setup.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,4 +11,4 @@
1111
"requests>=2.32.3",
1212
"cryptography>=44.0.0",
1313
],
14-
)
14+
)

libraries/microsoft-agents-copilotstudio-client/setup.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,4 +8,4 @@
88
install_requires=[
99
f"microsoft-agents-hosting-core=={package_version}",
1010
],
11-
)
11+
)

libraries/microsoft-agents-hosting-aiohttp/setup.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,4 +9,4 @@
99
f"microsoft-agents-hosting-core=={package_version}",
1010
"aiohttp>=3.11.11",
1111
],
12-
)
12+
)

libraries/microsoft-agents-hosting-core/setup.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,4 +12,4 @@
1212
"azure-core>=1.30.0",
1313
"python-dotenv>=1.1.1",
1414
],
15-
)
15+
)

libraries/microsoft-agents-hosting-teams/setup.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,4 +9,4 @@
99
f"microsoft-agents-hosting-core=={package_version}",
1010
"aiohttp>=3.11.11",
1111
],
12-
)
12+
)

libraries/microsoft-agents-storage-blob/setup.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,4 +10,4 @@
1010
"azure-core",
1111
"azure-storage-blob",
1212
],
13-
)
13+
)

0 commit comments

Comments
 (0)