Skip to content

Commit 0d93ef0

Browse files
chore: downgrade build tools so that we emit 2.3 metadata (#1083)
* chore: pin metadata version to 2.3 until License-Expression support is available * chore: update CodeQL workflow to trigger on pr events for msgraph_beta paths * chore: pin flit and flit_core versions to 3.10 in project configuration
1 parent 46587a9 commit 0d93ef0

3 files changed

Lines changed: 6 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: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,6 @@
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]

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)