potiuk commented on code in PR #54449:
URL: https://github.com/apache/airflow/pull/54449#discussion_r2287817868


##########
shared/secrets_masker/pyproject.toml:
##########
@@ -0,0 +1,47 @@
+# Licensed to the Apache Software Foundation (ASF) under one
+# or more contributor license agreements.  See the NOTICE file
+# distributed with this work for additional information
+# regarding copyright ownership.  The ASF licenses this file
+# to you under the Apache License, Version 2.0 (the
+# "License"); you may not use this file except in compliance
+# with the License.  You may obtain a copy of the License at
+#
+#   http://www.apache.org/licenses/LICENSE-2.0
+#
+# Unless required by applicable law or agreed to in writing,
+# software distributed under the License is distributed on an
+# "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY
+# KIND, either express or implied.  See the License for the
+# specific language governing permissions and limitations
+# under the License.
+
+[project]
+name = "apache-airflow-shared-secrets_masker"
+description = "Shared secrets masker code for Airflow distributions"
+version = "0.0"
+classifiers = [
+    "Private :: Do Not Upload",
+]
+
+dependencies = [
+    # No external dependencies - only standard library
+]

Review Comment:
   This is the error I get now when I only leave "devel-common" in dev 
dependencies:
   
   <img width="1424" height="1329" alt="image" 
src="https://github.com/user-attachments/assets/eeb3f9c4-0617-4801-bd46-81a25d090c02";
 />
   
   And this is when I also remove devel-common:
   
   <img width="1115" height="78" alt="image" 
src="https://github.com/user-attachments/assets/365b688f-c28d-47af-b73b-aa1908468295";
 />
   
   Note that when you change pyproject.toml you either should add `--refresh` 
to `uv run` or manually run `uv sync` to make sure your dependencies reflect 
the latest pyproject.toml. UV uses some aggressive caching and they only 
refresh pyproject.toml dependencies from time to time, you need to add 
`--refresh` to make sure latest version of pyproject.toml
   
   
   



-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

To unsubscribe, e-mail: [email protected]

For queries about this service, please contact Infrastructure at:
[email protected]

Reply via email to