Skip to content

Commit

Permalink
Add missing pydnatic email extra on Linux (#641)
Browse files Browse the repository at this point in the history
  • Loading branch information
mars-lan authored Oct 19, 2023
1 parent c73003c commit 4d9c518
Show file tree
Hide file tree
Showing 2 changed files with 40 additions and 40 deletions.
76 changes: 38 additions & 38 deletions poetry.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

4 changes: 2 additions & 2 deletions pyproject.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[tool.poetry]
name = "metaphor-connectors"
version = "0.13.16"
version = "0.13.17"
license = "Apache-2.0"
description = "A collection of Python-based 'connectors' that extract metadata from various sources to ingest into the Metaphor app."
authors = ["Metaphor <[email protected]>"]
Expand Down Expand Up @@ -33,7 +33,7 @@ metaphor-models = "0.27.7"
msal = { version = "^1.20.0", optional = true }
oscrypto = { git = "https://github.com/wbond/oscrypto.git", rev = "1547f53" } # Until oscrypto 1.3.1 is release: https://github.com/wbond/oscrypto/issues/78
pycarlo = { version = "^0.8.1", optional = true }
pydantic = "^1.10.0"
pydantic = { version = "^1.10.0", extras = ["email"]}
pymssql = { version = "2.2.7", optional = true } # pymssql 2.2.8 is currently broken
pymysql = { version = "^1.0.2", optional = true }
python = ">=3.8.1,<4.0"
Expand Down

0 comments on commit 4d9c518

Please sign in to comment.