Skip to content

Commit 33adf79

Browse files
Fix: Attempt to pin transitive airflow dependencies
1 parent 5ad51c8 commit 33adf79

2 files changed

Lines changed: 6 additions & 5 deletions

File tree

.circleci/continue_config.yml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -281,10 +281,10 @@ workflows:
281281
- airflow_docker_tests:
282282
requires:
283283
- style_and_cicd_tests
284-
filters:
285-
branches:
286-
only:
287-
- main
284+
# filters:
285+
# branches:
286+
# only:
287+
# - main
288288
- engine_tests_docker:
289289
name: engine_<< matrix.engine >>
290290
matrix:

pyproject.toml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -69,6 +69,7 @@ dev = [
6969
"mypy~=1.13.0",
7070
"pandas-stubs",
7171
"pre-commit",
72+
"protobuf~=4.25.5",
7273
"psycopg2-binary",
7374
"pydantic",
7475
"PyAthena[Pandas]",
@@ -88,7 +89,7 @@ dev = [
8889
"types-croniter",
8990
"types-dateparser",
9091
"types-PyMySQL",
91-
"types-python-dateutil",
92+
"types-python-dateutil~=2.9.0",
9293
"types-pytz",
9394
"types-requests==2.28.8",
9495
"typing-extensions",

0 commit comments

Comments
 (0)