Skip to content

Commit 99d7864

Browse files
Merge branch 'main' into users/merlinbot/1es-pt-auto-baselining-pr
2 parents c2a3678 + 0d93ef0 commit 99d7864

3 files changed

Lines changed: 12 additions & 5 deletions

File tree

.github/workflows/codeql.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -12,10 +12,10 @@
1212
name: "CodeQL"
1313

1414
on:
15-
push:
16-
branches: [ "main" ]
1715
pull_request:
1816
branches: [ "main" ]
17+
paths:
18+
- "msgraph_beta/**"
1919
schedule:
2020
- cron: '1 * * * 1'
2121

pyproject.toml

Lines changed: 8 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,16 @@
11
[build-system]
2-
requires = ["flit_core >=3.2,<4"]
2+
# When ESRP Release supports License-Expression, update flit_core to use >=3.2,<4
3+
requires = ["flit_core==3.10"]
34
build-backend = "flit_core.buildapi"
45

56
[project]
67
name = "msgraph-beta-sdk"
8+
9+
# Pin metadata to 2.3 until ESRP Release supports License-Expression over the
10+
# deprecated License field. Update License to License-Expression when unpinning
11+
# metadata version.
12+
metadata-version = 2.3
13+
714
# The SDK version
815
# x-release-please-start-version
916
version = "1.59.0"

requirements-dev.txt

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -16,8 +16,8 @@ cryptography==48.0.0
1616
Deprecated==1.3.1
1717
dill==0.4.1
1818
docutils==0.23
19-
flit==3.12.0
20-
flit_core==3.12.0
19+
flit==3.10.0
20+
flit_core==3.10.0
2121
frozenlist==1.8.0
2222
h11==0.16.0
2323
h2==4.3.0

0 commit comments

Comments
 (0)