Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

fix: backslash in regex causing warnings - switch to raw string #1461

Merged
merged 1 commit into from
May 1, 2024

Conversation

drstrangelooker
Copy link
Collaborator

fix for #1460

@drstrangelooker drstrangelooker requested a review from a team as a code owner May 1, 2024 17:28
Copy link
Contributor

github-actions bot commented May 1, 2024

Python Tests

  9 files    9 suites   1m 30s ⏱️
144 tests 139 ✅  5 💤 0 ❌
676 runs  657 ✅ 19 💤 0 ❌

Results for commit 585b73a.

@drstrangelooker drstrangelooker requested a review from jkaster May 1, 2024 17:55
@drstrangelooker drstrangelooker merged commit 6781219 into main May 1, 2024
24 checks passed
@drstrangelooker drstrangelooker deleted the fix-regex-rawstring branch May 1, 2024 17:56
drstrangelooker pushed a commit that referenced this pull request May 7, 2024
🤖 I have created a release *beep* *boop*
---


<details><summary>@looker/api-explorer: 0.9.60</summary>

### Dependencies

* The following workspace dependencies were updated
  * dependencies
    * @looker/extension-utils bumped from 0.1.36 to 0.1.37
    * @looker/run-it bumped from 0.9.59 to 0.9.60
    * @looker/sdk bumped from 24.4.0 to 24.8.0
  * devDependencies
    * @looker/sdk-codegen-scripts bumped from 21.5.16 to 21.5.17
    * @looker/sdk-node bumped from 24.4.0 to 24.8.0
</details>

<details><summary>@looker/extension-api-explorer: 22.21.17</summary>

### Dependencies

* The following workspace dependencies were updated
  * dependencies
    * @looker/api-explorer bumped from 0.9.59 to 0.9.60
    * @looker/extension-sdk bumped from 24.4.0 to 24.8.0
    * @looker/extension-sdk-react bumped from 24.4.0 to 24.8.0
    * @looker/extension-utils bumped from 0.1.36 to 0.1.37
    * @looker/run-it bumped from 0.9.59 to 0.9.60
    * @looker/sdk bumped from 24.4.0 to 24.8.0
</details>

<details><summary>@looker/extension-playground: 1.0.17</summary>

### Dependencies

* The following workspace dependencies were updated
  * dependencies
    * @looker/extension-sdk bumped from 24.4.0 to 24.8.0
    * @looker/extension-sdk-react bumped from 24.4.0 to 24.8.0
    * @looker/sdk bumped from 24.4.0 to 24.8.0
</details>

<details><summary>@looker/extension-tile-playground: 1.1.4</summary>

### Dependencies

* The following workspace dependencies were updated
  * dependencies
    * @looker/extension-sdk bumped from 24.4.0 to 24.8.0
    * @looker/extension-sdk-react bumped from 24.4.0 to 24.8.0
    * @looker/sdk bumped from 24.4.0 to 24.8.0
</details>

<details><summary>@looker/extension-utils: 0.1.37</summary>

### Dependencies

* The following workspace dependencies were updated
  * dependencies
    * @looker/extension-sdk bumped from 24.4.0 to 24.8.0
    * @looker/extension-sdk-react bumped from 24.4.0 to 24.8.0
    * @looker/sdk bumped from 24.4.0 to 24.8.0
</details>

<details><summary>@looker/hackathon: 22.21.19</summary>

### Dependencies

* The following workspace dependencies were updated
  * dependencies
    * @looker/extension-sdk bumped from 24.4.0 to 24.8.0
    * @looker/extension-sdk-react bumped from 24.4.0 to 24.8.0
    * @looker/extension-utils bumped from 0.1.36 to 0.1.37
    * @looker/sdk bumped from 24.4.0 to 24.8.0
    * @looker/wholly-artifact bumped from 0.1.17 to 0.1.18
</details>

<details><summary>@looker/run-it: 0.9.60</summary>

### Dependencies

* The following workspace dependencies were updated
  * dependencies
    * @looker/extension-utils bumped from 0.1.36 to 0.1.37
    * @looker/sdk bumped from 24.4.0 to 24.8.0
</details>

<details><summary>@looker/sdk-codegen-scripts: 21.5.17</summary>

### Dependencies

* The following workspace dependencies were updated
  * dependencies
    * @looker/sdk bumped from 24.4.0 to 24.8.0
    * @looker/sdk-node bumped from 24.4.0 to 24.8.0
</details>

<details><summary>@looker/wholly-artifact: 0.1.18</summary>

### Dependencies

* The following workspace dependencies were updated
  * dependencies
    * @looker/sdk bumped from 24.4.0 to 24.8.0
  * devDependencies
    * @looker/sdk-node bumped from 24.4.0 to 24.8.0
</details>

<details><summary>@looker/wholly-sheet: 0.5.56</summary>

### Dependencies

* The following workspace dependencies were updated
  * dependencies
    * @looker/sdk bumped from 24.4.0 to 24.8.0
  * devDependencies
    * @looker/sdk-node bumped from 24.4.0 to 24.8.0
</details>

<details><summary>sdk-codegen-all: 24.8.0</summary>

##
[24.8.0](sdk-codegen-all-v24.4.0...sdk-codegen-all-v24.8.0)
(2024-05-07)


### Features

* generate SDKs for Looker 24.6
([#1455](#1455))
([f093b8d](f093b8d))
* generate SDKs for Looker 24.8
([#1462](#1462))
([79228ad](79228ad))


### Bug Fixes

* backslash in regex causing warnings - switch to raw string
([#1461](#1461))
([6781219](6781219))
</details>

<details><summary>looker_sdk: 24.8.0</summary>

##
[24.8.0](looker_sdk-v24.4.0...looker_sdk-v24.8.0)
(2024-05-07)


### Features

* generate SDKs for Looker 24.8
([#1462](#1462))
([79228ad](79228ad))


### Bug Fixes

* backslash in regex causing warnings - switch to raw string
([#1461](#1461))
([6781219](6781219))
</details>

<details><summary>embed-components: 24.8.0</summary>

##
[24.8.0](embed-components-v24.4.0...embed-components-v24.8.0)
(2024-05-07)


### Miscellaneous Chores

* **embed-components:** Synchronize undefined versions


### Dependencies

* The following workspace dependencies were updated
  * dependencies
    * @looker/embed-services bumped from 24.4.0 to 24.8.0
    * @looker/sdk bumped from 24.4.0 to 24.8.0
  * devDependencies
    * @looker/sdk-node bumped from 24.4.0 to 24.8.0
</details>

<details><summary>embed-services: 24.8.0</summary>

##
[24.8.0](embed-services-v24.4.0...embed-services-v24.8.0)
(2024-05-07)


### Miscellaneous Chores

* **embed-services:** Synchronize undefined versions


### Dependencies

* The following workspace dependencies were updated
  * dependencies
    * @looker/sdk bumped from 24.4.0 to 24.8.0
  * devDependencies
    * @looker/sdk-node bumped from 24.4.0 to 24.8.0
</details>

<details><summary>extension-sdk: 24.8.0</summary>

##
[24.8.0](extension-sdk-v24.4.0...extension-sdk-v24.8.0)
(2024-05-07)


### Miscellaneous Chores

* **extension-sdk:** Synchronize undefined versions


### Dependencies

* The following workspace dependencies were updated
  * dependencies
    * @looker/sdk bumped from 24.4.0 to 24.8.0
</details>

<details><summary>extension-sdk-react: 24.8.0</summary>

##
[24.8.0](extension-sdk-react-v24.4.0...extension-sdk-react-v24.8.0)
(2024-05-07)


### Miscellaneous Chores

* **extension-sdk-react:** Synchronize undefined versions


### Dependencies

* The following workspace dependencies were updated
  * dependencies
    * @looker/extension-sdk bumped from 24.4.0 to 24.8.0
    * @looker/sdk bumped from 24.4.0 to 24.8.0
</details>

<details><summary>sdk: 24.8.0</summary>

##
[24.8.0](sdk-v24.4.0...sdk-v24.8.0)
(2024-05-07)


### Features

* generate SDKs for Looker 24.8
([#1462](#1462))
([79228ad](79228ad))
</details>

<details><summary>sdk-node: 24.8.0</summary>

##
[24.8.0](sdk-node-v24.4.0...sdk-node-v24.8.0)
(2024-05-07)


### Miscellaneous Chores

* **sdk-node:** Synchronize undefined versions


### Dependencies

* The following workspace dependencies were updated
  * dependencies
    * @looker/sdk bumped from 24.4.0 to 24.8.0
</details>

---
This PR was generated with [Release
Please](https://github.com/googleapis/release-please). See
[documentation](https://github.com/googleapis/release-please#release-please).
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Python SDK: SyntaxWarning/DeprecatedWarnings invalid escape sequence
2 participants