Skip to content

Commit 633dfba

Browse files
committed
fix: update schema with bsky
1 parent c237d26 commit 633dfba

File tree

3 files changed

+3
-2
lines changed

3 files changed

+3
-2
lines changed

_data/conferences.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -177,10 +177,10 @@
177177
place: Paris, France
178178
start: 2025-09-30
179179
end: 2025-10-02
180-
sub: DATA
181180
sponsor: https://pydata.org/paris2025/sponsorship-opportunites#tiers
182181
mastodon: https://mastodon.social/@PyDataParis
183182
bluesky: https://bsky.app/profile/pydataparis.bsky.social
183+
sub: DATA
184184
location:
185185
- title: PyData Paris 2025
186186
latitude: 48.89591923094818

utils/schema.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -17,6 +17,7 @@
1717
finaid: link-to-finaid.page # URL to Financial Aid page (Optional)
1818
twitter: BestConfEver # Twitter handle of conference (Optional)
1919
mastodon: https://mastodon.social/@bconf # Mastodon handle of conference (Optional)
20+
bluesky: https://bsky.app/@bconf # Bluesky handle of conference (Optional)
2021
sub: PY # Type of conference (see or add _data/types.yml)
2122
note: Important # In case there are extra notes about the conference (Optional)
2223
location: # Geolocation for inclusion in map

utils/tidy_conf/schema.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -70,8 +70,8 @@ class Conference(BaseModel):
7070
sponsor: HttpUrl | None = None
7171
finaid: HttpUrl | None = None
7272
twitter: str | None = None
73-
bluesky: str | None = None
7473
mastodon: HttpUrl | None = None
74+
bluesky: str | None = None
7575
sub: str
7676
note: str | None = None
7777
location: list[Location] | None = None

0 commit comments

Comments
 (0)